一键导入
plugin-help
Display Stacks plugin capabilities, available commands, and example prompts. Use when user runs /stacks:help or asks about plugin features.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Display Stacks plugin capabilities, available commands, and example prompts. Use when user runs /stacks:help or asks about plugin features.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Creates Clarity smart contracts for Stacks blockchain. Use when writing Clarity contract code, implementing SIP009 NFTs, SIP010 fungible tokens, defining traits, or working with Clarinet for testing and deployment. Don't use for Solidity, Rust, or general blockchain development outside Stacks.
Guide deployment of Clarity contracts to testnet or mainnet with pre-flight checks and safety prompts. Use when the user wants to deploy contracts to a live network.
Run Clarity contract tests and diagnose common errors. Use when the user wants to run tests, check coverage, or debug test failures in a Stacks/Clarinet project.
Builds full-stack decentralized applications on Stacks L2 for Bitcoin. Use when developing dApps, integrating sBTC, connecting wallets (Leather, Xverse), deploying smart contracts, building with Clarity, or interacting with Stacks APIs. Don't use for Ethereum, Solana, or non-Bitcoin layer 2 development.
Start Clarinet devnet and frontend development servers. Use when the user wants to run their Stacks project locally for testing and development.
| name | plugin-help |
| description | Display Stacks plugin capabilities, available commands, and example prompts. Use when user runs /stacks:help or asks about plugin features. |
| license | MIT |
| metadata | {"author":"Stacks Skills Contributors","version":"1.0.0"} |
| allowed-tools | ["Read"] |
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