PL

plain-install

Handles installation and setup for Plain framework packages.

Install

mkdir -p .claude/skills/plain-install && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/4938" && unzip -o skill.zip -d .claude/skills/plain-install && rm skill.zip

Installs to .claude/skills/plain-install

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Installs Plain packages and guides through setup steps. Use when adding new packages to a project.
98 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Install Plain packages using the uv package manager
  • Retrieve and display installation instructions for specific packages
  • Reconfigure packages as development tools when required

How it works

It executes installation commands via uv and retrieves documentation to guide the user through necessary configuration steps.

Inputs & outputs

You give it
Name of the Plain package to install
You get back
Confirmation of installation status and list of required manual setup steps

When to use plain-install

  • Add a new Plain package to a project
  • Configure a dev-specific package
  • Check documentation for installed packages

About this skill

Install Plain Packages

1. Install the package(s)

uv run plain install <package-name> [additional-packages...]

2. Complete setup for each package

  1. Run uv run plain docs <package> and read the installation instructions
  2. If the docs indicate it's a dev tool, move it: uv remove <package> && uv add <package> --dev
  3. Complete any code modifications from the installation instructions

Guidelines

  • DO NOT commit any changes
  • Report back with:
    • Whether setup completed successfully
    • Any manual steps the user needs to complete
    • Any issues or errors encountered

When not to use it

  • Committing changes to the repository

Prerequisites

uv package manager

Limitations

  • Does not automatically commit configuration changes

How it compares

This workflow automates the package installation and documentation lookup process instead of requiring manual command execution and manual reading.

Compared to similar skills

plain-install side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
plain-install (this skill)16moNo flagsBeginner
jupyter-notebook306moReviewIntermediate
unsloth158moNo flagsIntermediate
clojure-write163moNo flagsIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

You might also like

jupyter-notebook

davila7

Use when the user asks to create, scaffold, or edit Jupyter notebooks (`.ipynb`) for experiments, explorations, or tutorials; prefer the bundled templates and run the helper script `new_notebook.py` to generate a clean starting notebook.

30158

unsloth

zechenzhangAGI

Expert guidance for fast fine-tuning with Unsloth - 2-5x faster training, 50-80% less memory, LoRA/QLoRA optimization

15117

clojure-write

metabase

Guide Clojure and ClojureScript development using REPL-driven workflow, coding conventions, and best practices. Use when writing, developing, or refactoring Clojure/ClojureScript code.

1690

add-uint-support

pytorch

Add unsigned integer (uint) type support to PyTorch operators by updating AT_DISPATCH macros. Use when adding support for uint16, uint32, uint64 types to operators, kernels, or when user mentions enabling unsigned types, barebones unsigned types, or uint support.

1883

python-pro

sickn33

Master Python 3.12+ with modern features, async programming, performance optimization, and production-ready practices. Expert in the latest Python ecosystem including uv, ruff, pydantic, and FastAPI. Use PROACTIVELY for Python development, optimization, or advanced Python patterns.

2358

copilot-sdk

github

Build agentic applications with GitHub Copilot SDK. Use when embedding AI agents in apps, creating custom tools, implementing streaming responses, managing sessions, connecting to MCP servers, or creating custom agents. Triggers on Copilot SDK, GitHub SDK, agentic app, embed Copilot, programmable agent, MCP server, custom agent.

763

Search skills

Search the agent skills registry