SKILL.md packages that extend Claude Code, Cursor, Copilot, and other AI agents.
Tags

dev10x-claude
Review GitHub pull requests and post structured inline review comments that follow project guidelines and minimize duplicate feedback.

dotclaude
Run iterative SQL queries against yomu's indexed SQLite DB to find symbol uses, imports, and keyword occurrences in a codebase.

great-docs
Generate production-ready documentation sites for Python packages (Quarto) — introspects API, builds reference, CLI docs, guides, and deployable static sites.

claude-skill-registry
Bridge Claude Code and the OpenAI Codex CLI: generate AGENTS.md from CLAUDE.md, provide Codex exec helpers, and document skills for cross-tool usage.

prose
Run, lint, and manage OpenProse contract-markdown workflows and ProseScript; interpret `prose` commands and execute or validate multi-step agent orchestrations.

vet
Run a vet-style review immediately after each logical code change to detect issues in diffs and conversation history; complements tests but focuses on human/age

goal-forge
Convert a rough coding idea into a verified SPEC.md and an executable Codex /goal (GOAL.md) with measurable acceptance criteria.

incur
TypeScript framework to build CLIs that work for both AI agents and humans, with typed schemas, structured outputs, and MCP/skill generation.

openagentscontrol
Automated code review guidance focusing on security, correctness, and maintainability; used to validate changes before committing.

ryanb/dotfiles
Guided interactive rebase skill: rebases the current branch onto a base branch, helps resolve conflicts, runs related tests, and compares the result to the remo

skills
Guidelines and examples for calling Python from Mojo and building Python extension modules in Mojo, with patterns for conversion, error handling, and module exp

vyper
Developer-focused guidance for working on the Vyper smart contract compiler: compilation pipeline, Venom IR, semantic analysis, codegen, testing, and contributi

myclaude
Orchestrates a five-phase, multi-agent feature development workflow (Understand, Clarify, Design, Implement, Complete) using codeagent-wrapper; manages task wor

myclaude
Run and orchestrate codeagent-wrapper tasks across multiple AI backends (Codex, Claude, Gemini, OpenCode) for parallel code analysis, large refactors, and multi

agent-lsp
Simulate code edits in-memory using an LSP-backed session to verify diagnostics and prevent breaking changes before writing to disk.

code-virtuoso
Interactive guided tool that helps design focused sub-agents (specialist, role, or team-lead) with correct frontmatter, tool permissions, and system prompts.

code-abyss
Generates README.md and DESIGN.md scaffolds from a module's code and structure to accelerate project documentation.

a-gusman-claude
A design system and catalog of 24 reusable UI modules and product patterns (components, modules, product scaffolds) to consult before specifying or building fea

zylos-core
Channel skill that connects a CLI REPL to a Claude-like backend via a Unix socket, routing user input to the agent and delivering responses back to the REPL.

codex-image
Generate images via the Codex CLI using OAuth (no API key). Handles argument parsing, save paths, and error messages for gpt-image-2 generation.

SuperAntigravity
Create precise, bite-sized implementation plans from a spec so engineers can implement features reliably using TDD and exact file/command instructions.

skills
Run CLI commands, tests, and debugging reliably inside the project's Linux devcontainer to avoid host-architecture mismatches and preserve isolated test state.

agenvoy
Generate concise bilingual commit messages (English subject + Traditional Chinese body) from staged git diffs, with multi-topic detection and tag prioritization

clj-surgeon
A babashka CLI toolbox for structural edits on Clojure/ClojureScript: extract forms, reorder, rename namespaces, merge/split CLJC, and analyze deps and extracts

discord.py-self-mcp
CLI-driven Discord operations with a persistent daemon: send/read messages, list guilds/channels, manage threads and basic moderation via local scripts.

pi_agent_rust
Analyze, plan, and execute Vercel SDK upgrades with breaking-change detection and automated migration guidance.

claude-bootstrap
Sub-millisecond AST-based code graph for symbol lookup, dependency analysis, call tracing, and blast-radius detection to speed code navigation and impact analys

agent-skills
Quickly re-read recently changed code to catch obvious bugs, typos, and edge cases before committing.

htest
Guidance for writing hTest declarative tests (JS-first and HTML-first), including patterns for args/expect, checks, maps, hooks, and running tests in Node or br

repo-atlas
Generate an in-repo persistent context atlas that maps a codebase: directory trees, entrypoints, architecture docs, and onboarding material so agents and engine