Display Stacks plugin capabilities, available commands, and example prompts. Use when user runs /stacks:help or asks about plugin features.
Display comprehensive help information about the Stacks plugin.
When this skill is invoked, display the following information to the user:
Enhances Claude for developing Clarity smart contracts on the Stacks blockchain.
| Command | Description |
|---|---|
/stacks:init | Initialize the plugin for your project. Copies knowledge files and optionally starts dev servers. |
/stacks:help | Show this help information. |
/stacks:expert-advice | Get expert review of your Clarity contracts against best practices and security patterns. |
/stacks:update-docs |
| Refresh the documentation index from docs.stacks.co/llms.txt. |
| Skill | When It Activates |
|---|---|
| run-tests | When you want to run tests, check coverage, or debug test failures. |
| deploy-contract | When you want to deploy contracts to testnet or mainnet. |
| start-dev-server | When you want to start Clarinet devnet and frontend servers for local development. |
| plugin-help | When you ask about plugin capabilities or run /stacks:help. |
Getting Started:
/stacks:initContract Development:
Code Review:
/stacks:expert-adviceTesting:
Deployment:
Frontend Integration:
Debugging:
Essential Clarinet Commands:
clarinet new my-project # Create new project
clarinet contract new token # Add contract
clarinet check # Validate contracts
clarinet console # Interactive REPL
clarinet devnet start # Start local blockchain
Test Commands:
npm run test # Run all tests
npm run test:coverage # Run with coverage report
npm run test:watch # Watch mode
For the latest Stacks documentation, I can fetch from: https://docs.stacks.co
/stacks:expert-advice for contract reviewsStacks Plugin v1.0.0 | MIT | Report Issues