Coding & Dev Tools
Coding agent skills teach AI agents repeatable engineering workflows: reviewing pull requests, writing tests, refactoring safely, and enforcing house style. Install one SKILL.md and your agent applies the same checklist every time, whether you use Claude Code, Cursor, Codex, or another agent.
-
aibtcdev Bundle Stacking LotteryStacking lottery pots on stackspot.app — pool STX into pots that get stacked via PoX, VRF picks a random winner for sBTC rewards, and all participants get their STX back. Mainnet-only.
-
aibtcdev Bundle Aibtc News EditorBeat Editor for aibtc.news: review and approve/reject signals on assigned beat, file editorial reviews, manage beat cap via displacement, earn per-review sats
-
aibtcdev Bundle Child InscriptionParent-child Ordinals inscriptions — estimate fees, broadcast commit tx, and reveal child inscription establishing on-chain provenance per the Ordinals provenance spec.
-
aibtcdev Bundle Contract PreflightDry-run Stacks contract calls against mainnet state before broadcasting — catches errors, prevents wasted gas
-
aibtcdev Bundle Zest Yield ManagerAutonomous sBTC yield management on Zest Protocol — supply, withdraw, claim rewards, and monitor positions with safety controls.
-
aibtcdev Bundle Hodlmm Range KeeperActive HODLMM position manager that monitors bin drift, estimates accrued fees, and re-centers liquidity around the active bin when profitable.
-
aibtcdev Bundle Stacking DelegationMonitor STX stacking positions — status, PoX cycles, reward payouts, and delegation eligibility for autonomous agents.
-
aibtcdev Bundle Aibtc News PublisherDesignated Publisher for aibtc.news: review signals, curate the front page, compile and inscribe the daily brief, manage treasury and payouts
-
aibtcdev Bundle Ordinals MarketplaceBTC ordinals marketplace operations via Magic Eden — browse active listings, list inscriptions for sale via PSBT flow, submit signed listings, buy inscriptions, and cancel active listings. BTC ordinals only (not Solana). Mainnet-only.
-
aibtcdev Bundle Sbtc Yield MaximizerRoutes idle sBTC to the highest safe live yield path and executes either capped Zest supply or a HODLMM rebalance when the winning route is safely executable.
-
aibtcdev Bundle Clarity Test ScaffoldClarity test infrastructure generation — scaffold vitest configs, test stubs, Clarunit files, and Rendezvous fuzz tests for Clarinet projects.
-
aibtcdev Bundle Hodlmm Move LiquidityHODLMM Move-Liquidity & Auto-Rebalancer — withdraw from drifted bins, re-deposit around the current active bin. Includes autonomous monitoring loop.
-
aibtcdev Bundle Bitflow Hodlmm DepositHODLMM-Primitive. Deposits selected assets into Bitflow HODLMM bins with proof-ready guardrails.
-
aibtcdev Bundle Defi Portfolio ScannerCross-protocol DeFi position aggregator for Stacks wallets — 5 parallel scanners covering Bitflow HODLMM LP bins, Zest lending/borrowing (V2 pool-borrow-v2-3), ALEX pool shares, Styx bridge deposits, and Hiro wallet balances. Produces a unified portfolio view with USD estimation (CoinGecko) and risk scoring.
-
aibtcdev Bundle Bitflow Hodlmm WithdrawWithdraws Bitflow HODLMM liquidity across one or more bins with proof-ready guardrails.
-
aibtcdev Bundle Bitflow Swap AggregatorExecutes Bitflow aggregator swaps with route quotes, explicit confirmation, and proof-ready transaction output.
-
aibtcdev Bundle Hodlmm Signal AllocatorSignal-gated HODLMM yield allocator. Reads aibtc.news signals and Quantum Readiness Index alongside live HODLMM APR to compute a risk-adjusted yield score, then executes a Bitflow swap to prepare wallet for HODLMM deposit when conditions align.
-
aibtcdev Bundle Hodlmm Inventory BalancerDetects HODLMM LP inventory drift (token-ratio imbalance from one-sided swap flow) and restores the target ratio via a corrective Bitflow swap plus a hodlmm-move-liquidity redeploy, gated by the 4h per-pool cooldown.
-
aibtcdev Bundle Zest Borrow Asset PrimitiveBorrows a selected asset from Zest against existing collateral with explicit confirmation and proof-ready safety checks.
-
aibtcdev Bundle Zest Asset Deposit PrimitiveDeposits a selected asset into Zest V2 collateral with explicit confirmation and proof-ready checks.
-
aibtcdev Bundle Bitflow Hodlmm Zest Yield LoopComposes accepted HODLMM primitives with Zest position reads into a checkpointed HODLMM-Zest yield router.
-
aibtcdev Bundle Bitflow Zest Sbtc Leverage CycleComposes Zest borrow, Bitflow swap, and Zest deposit primitives into one sBTC leverage cycle.
-
sd0xdev Skill Zh TwRewrite the previous reply in Traditional Chinese
-
sd0xdev Bundle RunbookGenerate and update feature release runbooks from existing docs and codebase. Use when: creating operational runbook, release handbook, deployment checklist, pre-release preparation. Not for: incident response (v2), code review (use codex-code-review), architecture design (use architecture).
-
sd0xdev Bundle Fp BriefFirst-principles briefing from technical documents. Use when: understanding why decisions were made, onboarding to feature reasoning, reviewing decision chains, explaining doc from first principles. Not for: PM/CTO summary (use project-brief), pre-doc analysis (use feasibility-study), code explanation (use codex-explain). Output: structured reasoning chain with sensitivity analysis.
-
sd0xdev Bundle RefactorMulti-target refactoring orchestrator. Use when: cleaning up messy code/docs, simplifying code, restructuring documents, batch cleanup. Not for: new features (use feature-dev), bug fixes (use bug-fix), code understanding (use code-explore). Output: refactored code/docs + review gate.
-
sd0xdev Skill SimplifyWrap-up refactoring — simplify code, eliminate duplication, preserve behavior
-
sd0xdev Skill Watch CIMonitor GitHub Actions CI runs until completion. Use when: watching CI after push, checking build status, monitoring PR checks, waiting for CI completion, user says 'watch CI', 'check CI', 'CI status', 'monitor build', or /watch-ci. Not for: pushing code (use push-ci), creating PRs (use create-pr). Output: per-run verdict (pass/fail/timeout).
-
sd0xdev Bundle Create PrCreate or update GitHub PR with gh CLI. Auto-extracts ticket ID from branch name, generates title/summary from commits. Auto-detects existing PR and switches to update mode. Supports --stack for stacked PR chains (per-layer PRs with chained bases; never executes push/rebase). Default: --dry-run (show command, don't execute). Use when: user asks to open/create/update a PR, says /create-pr, wants a stacked PR chain, wants to refresh PR description after new commits, or says 'update pr', 'update PR title', 'refresh PR body'.
-
compozy Bundle Use Modern GoUse the Modern Go Guidelines CLI whenever writing, modifying, fixing, or refactoring Go code. Apply its version-specific guidance to generated changes.
-
compozy Bundle Cy Issue To SpecPublishes a Compozy spec set to compozy-specs and mirrors it into a GitHub + Linear issue pair — or starts from a bare issue and authors the spec first.
-
compozy Bundle Storybook StoriesCreate, update, refactor, or troubleshoot Storybook stories using project conventions. Excludes component implementation, token changes, E2E browser tests, and other documentation.
-
compozy Bundle Cy Spec Peer ReviewRun a requested external review of an approved Compozy spec; continue follow-ups in the same reviewer session and incorporate only user-selected findings. Excludes product drafts, automatic gates, code reviews, and review loops.
-
compozy Bundle Eng QA BootstrapBootstraps isolated Compozy QA labs and emits the canonical manifest for downstream QA. Use when local QA needs daemon, workspace, provider, or playbook setup. Do not use for unit tests, planning-only work, or browser-only checks.
-
compozy Bundle Cy Tasks Tail QA PairAdd or repair the final QA planning/execution pair in a requested cy-loop-tasks graph.
-
compozy Bundle Eng UI ScreenshotScreenshot capture for deterministic PNG evidence and visual-contract bundles for Compozy Storybook stories and local UI URLs. Use for visual audits, regression diffs, and design-parity checks. Do not use for interactive E2E flows, remote authenticated sites, or Storybook test execution.
Frequently asked questions
What are Coding & Dev Tools agent skills?
Coding agent skills teach AI agents repeatable engineering workflows: reviewing pull requests, writing tests, refactoring safely, and enforcing house style. Install one SKILL.md and your agent applies the same checklist every time, whether you use Claude Code, Cursor, Codex, or another agent.
Which Coding & Dev Tools skills are most installed?
Popular Coding & Dev Tools skills on SkillMD right now include stacking-lottery, aibtc-news-editor, child-inscription. Rankings shift as installs change; sort this page by "Most installs" for the live list.
Do Coding & Dev Tools skills work with Claude Code and Cursor?
Yes. Every skill here ships as a SKILL.md file, an open format that works in Claude Code, Claude.ai, Cursor, Codex, Windsurf, and 60+ other agents. Install one with npx skillmds@latest add <owner>/<name>, or copy the file into your agent's skills directory.