Agent Skills by a
Showing 35 vetted skills indexed across 3 GitHub repositories.
command-development
Design and validate Claude Code slash commands with frontmatter and plugin integration.
skill-development
Create modular Claude Code plugin skills with standardized SKILL.md structure.
plugin-settings
Store per-project plugin configuration in a local YAML frontmatter and Markdown file.
plugin-structure
Validate SKILL.md frontmatter and directory layout for plugin Skill units.
hook-development
Create Claude Code plugin hooks that manage your application's lifecycle and resources.
mcp-integration
Integrate MCP servers into Claude Code plugins via .mcp.json or inline configuration.
agent-development
Design, configure, and validate autonomous Claude Code agents with frontmatter templates.
solidity-comment-style
Remove redundant Solidity comments while preserving essential documentation and standardizing formats.
hardhat-v2-fork-testing
Fork Hardhat v2 networks to mirror real-chain state for local contract testing.
foundry-mainnet-fork-etch-testing
Uses Fleet.sh and Git to manage and automate fleet-wide tasks and configurations.
hardhat-v3-fork-testing
Run Foundry-style Solidity tests against a forked mainnet with Hardhat v3.
punctuation-checker
Detect and replace Chinese punctuation with English equivalents in codebases.
blockchain-product-manager
Automate blockchain product management tasks including PRD drafting, tokenomics design, and risk reviews.
ls-sb-uploader
Upload single or small batch files to ls.sb via curl -T and return access URLs.
foundry-test-formatting
Format wei values into readable ether strings in Foundry unit tests.
writing-rules
Creates standardized hookify rule files for managing AI assistant behaviors and workflows.
setup-cairo-contracts
Automate Scarb/Starknet project scaffolding with OpenZeppelin Cairo dependencies.
setup-stylus-contracts
Automate Stylus contract project setup with OpenZeppelin dependencies on Arbitrum.
develop-secure-contracts
Integrate OpenZeppelin libraries into Solidity smart contracts.
upgrade-stellar-contracts
Upgrade Soroban contracts with OpenZeppelin's upgradeable module and Upgrader pattern.
setup-stellar-contracts
Set up a Stellar Soroban project with OpenZeppelin crates.
setup-solidity-contracts
Initialize Solidity projects with OpenZeppelin Contracts for Hardhat or Foundry.
upgrade-stylus-contracts
Upgrade Stylus Rust WASM contracts with OpenZeppelin UUPS or Beacon proxies.
upgrade-cairo-contracts
Replace Cairo contract class hashes on Starknet using OpenZeppelin's UpgradeableComponent.