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

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

copilot-prompts
Perform structured C# code reviews covering naming, performance, security, readability, and .NET best practices.

alef
Generates fully-typed language bindings and scaffolding for Rust libraries across 16 target languages, and provides CLI workflows for generate, build, test, ver

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

typeclaw
Comprehensive authoring and operational guide for writing and operating TypeClaw plugins: defining plugins, tools, subagents, cron jobs, skills, and hooks.

generator.equals
A C# source generator that auto-implements IEquatable<T>, Equals/GetHashCode, comparison operators and provides a structured Inequalities() diff API via attribu

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

Structured, per-bug review workflow: confirm, validate or push back, get agreement, implement TDD fixes, and commit with changelog — one bug per commit.

rocm-libraries
Draft or revise pull request titles and bodies into a concise standard format including summary, risk assessment, testing summary, checklist, and technical chan

cc-skills-golang
Human-coded Go style guidelines for clarity, function design, control flow, and idiomatic practices — use when writing or reviewing Go code, creating linters, o

liza
Identify missing function-level contracts and backfill docstrings and type annotations; report ambiguous gaps with misuse scenarios. Incremental, state-driven w

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

icskills
Guidance and examples for multi-step Motoko canister state migrations using a migrations/ directory and the --enhanced-migration flow.

Claude Code Workflows
Opinionated, language-agnostic principles for writing maintainable, readable, and secure code — use when implementing features, refactoring, or reviewing code q

emdash
Guides and examples to scaffold and implement EmDash CMS plugins: descriptors, runtime plugin definitions, admin UI, storage, routes, and publishing to the mark

vibeeval
Reference for building Claude Code hooks: schemas, registration, and testing patterns.

spec-gen
Apply a confirmed refactoring plan safely: reads a refactor plan, applies changes as small, test-gated mini-developments, and stops on failures to avoid lost co

ai-toolkit
Guidelines and patterns for implementing prompt caching with Anthropic APIs to reduce input-token costs and latency, including TTLs, breakpoints, and hit-rate m

claude-skill-registry
Google-style docstring rules and examples for Python code to standardize public API documentation and examples.

code-virtuoso
A step-by-step playbook to verify, review, choose an integration strategy, write PR messages, push, and clean up when finishing a development branch.

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

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

majestic-marketplace
Guidelines for SKILL.md structure: naming conventions, frontmatter fields, directory layout, invocation control, and validation rules to author correct skills a

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

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

vexjoy-agent
Interactive micro-step pair-programming protocol: announce changes, show diffs, wait for user approval, apply, and verify (lint/tests).

codemap
Provide instant architectural context for a codebase: structure, dependencies, diffs, and cross-agent handoffs to guide safe editing and analysis.

claude-skill-registry
Guidelines and templates for designing, validating, and maintaining Claude Code agents (subagents), including schema, naming conventions, tooling and security b

uxc
Discover, inspect, and invoke schema-exposed remote interfaces (OpenAPI, GraphQL, gRPC, MCP, JSON-RPC) via a single CLI contract with deterministic JSON envelop

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