Delegates coding tasks to Claude Code, an AI-powered coding agent that can write, debug, refactor, and explain code across languages and frameworks.
None. Claude Code is a bundled skill that works out of the box. Just ask your assistant to write, debug, or refactor code and it automatically delegates to Claude Code in a sandboxed environment.
| You say... | What happens |
|---|---|
| “Write a Python script that renames all files in a folder” | Generates a working script |
| “Debug this error: [paste error message]” | Analyzes the error and suggests fixes |
| “Refactor this function to be more readable” | Rewrites code for clarity and best practices |
| “Explain what this code does” | Plain-English walkthrough of code logic |
| “Write tests for this module” | Generates unit tests |
| “Convert this JavaScript to TypeScript” | Translates between languages |
| “Help me build a REST API with Express” | Scaffolds a project with guidance |
| “Review my pull request” | Analyzes code changes and gives feedback |
Claude Code uses Claude Sonnet by default. It supports scoped worker profiles to control access: general (full access), researcher (read-only), coder (read/write/execute), and reviewer (read-only, analysis-focused). Your assistant picks the right profile for the task automatically
That's the full Skills Reference. Ten skills, documented consistently, ready for use. Each one is a starting point. As skills evolve and new ones are added, these pages grow with them. If a skill is missing from this list, it might be in the catalog waiting to be installed, or you can build your own.