documentation
| rank | capability | source |
|---|---|---|
| #1 | quarantine Publish content directly to WordPress sites via REST API with full Gutenberg block support. Create and publish posts/pages, auto-load and select categories from website, generate SEO-optimized tags, preview articles before publishing, and generate Gutenberg blocks for tables,… | Asif2BD/WordPress-Publishing-Skill-For-Claude |
| #2 | quarantine Create a complete feature artifact scaffold — PRD slice, technical spec, and task breakdown. Use when starting work on any new feature, user story, or capability. Triggers on phrases like 'new feature', 'create a PRD for', 'start work on', 'scaffold a feature'. | DarkCodePE/starteria |
| #3 | quarantine This guide is for an automated coding agent working in this repo. It focuses on what matters to read, edit, and reason about Shen code quickly and safely. | Shen-Language/shen-sources |
| #4 | quarantine Use when user asks to "onboard to project", "what does this project do", "summarize codebase", "get oriented", "new to this repo", "quick overview", "project summary", "codebase tour", "help me understand this code". Collects project data automatically then guides interactively. | agent-sh/onboard |
| #5 | quarantine ADHD-optimized code explainer. Generates layered, scannable explanations with hooks, maps, and progress markers. | Yuvasee/samocode |
| #6 | quarantine Extract learnings from current conversation and add to project's CLAUDE.md. | Yuvasee/samocode |
| #7 | quarantine Generate branch summaries for PR descriptions. | Yuvasee/samocode |
| #8 | quarantine Scans for project documentation files (AGENTS.md, CLAUDE.md, GEMINI.md, COPILOT.md, CURSOR.md, WARP.md, and 15+ other formats) and synthesizes guidance. Auto-activates when user asks to review, understand, or explore a codebase, when starting work in a new project, when asking… | 0xDarkMatter/claude-mods |
| #9 | quarantine Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations. | 0xDarkMatter/claude-mods |
| #10 | quarantine Documentation finalization workflow for accuracy, cleanup, and design-doc maintenance. Use when updating implementation-facing docs, synchronizing design documents with shipped behavior, or removing obsolete documentation. DO NOT USE FOR: formal specification drafting (use… | Grimblaz/agent-orchestra |
| #11 | quarantine Frame spine lookup methodology for mid-turn slice retrieval by spine-aware specialists. Use when a dispatched specialist needs to fetch an addressable plan slice from the durable plan-issue comment. DO NOT USE FOR: authoring plan spines, emitting frame credits, frame-port… | Grimblaz/agent-orchestra |
| #12 | quarantine Guide for creating distinctive UI designs that avoid generic templates. Use when designing new UI components, screens, or evaluating designs for uniqueness and purpose. DO NOT USE FOR: architecture decisions or SOLID evaluation (use software-architecture), open-ended exploration… | Grimblaz/agent-orchestra |
| #13 | quarantine Analyze an unfamiliar codebase and generate a structured onboarding guide with architecture map, key entry points, conventions, and a starter copilot-instructions.md. Use when joining a new project or setting up Copilot CLI for the first time in a repo. | RogerioSobrinho/codeme-copilot |
| #14 | quarantine Automated release workflow — version bump, changelog, tag, validation | TheTrustedAdvisor/omg |
| #15 | quarantine Interactive guided tour of omg — progressive walkthrough from discovery to full orchestration | TheTrustedAdvisor/omg |
| #16 | quarantine Generate App Store release notes from git history. Use when: creating release changelogs, App Store 'What's New' text, or summarizing changes since last tag. | TerminalSkills/skills |
| #17 | quarantine Generate release notes and changelogs from git commits, feature lists, or project updates. Use when a user asks to generate a changelog, create release notes, summarize recent changes, draft a CHANGELOG entry, or prepare release documentation from git history. | TerminalSkills/skills |
| #18 | quarantine Generate comprehensive documentation for undocumented or poorly documented codebases. Use when a user asks to document code, add JSDoc/docstrings, create README files, generate architecture docs, explain what a codebase does, produce onboarding guides, or document internal APIs.… | TerminalSkills/skills |
| #19 | quarantine Parse complex documents with IBM docling. Use when a user asks to parse a document with tables, extract figures from a document, handle multi-column layouts, convert a complex PDF to structured data, extract content from academic papers, or process documents with mixed layouts.… | TerminalSkills/skills |
| #20 | quarantine Build, debug, and optimize Docker configurations. Use when a user asks to create a Dockerfile, fix Docker build errors, optimize image size, write docker-compose files, debug container issues, set up multi-stage builds, or troubleshoot networking between containers. Covers… | TerminalSkills/skills |
| #21 | quarantine Records architectural decisions and documentation. Use when making architectural decisions, changing public APIs, shipping features, or when you need to record context that future engineers and agents will need to understand the codebase. Covers ADRs, inline docs, API docs,… | TerminalSkills/skills |
| #22 | quarantine Build documentation websites with Docusaurus. Use when a user asks to create a documentation site, build a developer portal, set up API docs, create a knowledge base, add versioned documentation, build a static docs site with search, create a blog alongside docs, or migrate from… | TerminalSkills/skills |
| #23 | quarantine Generate Word documents programmatically with the docx library — create paragraphs, tables, images, headers, footers, numbered lists, and styled content. Use when tasks involve generating contracts, proposals, resumes, or any .docx output from application data in Node.js. | TerminalSkills/skills |
| #24 | quarantine Build documentation sites with MkDocs and Material for MkDocs. Use when a user asks to create project documentation, configure MkDocs themes, add search and navigation, deploy docs to GitHub Pages, or customize Markdown extensions. | TerminalSkills/skills |
| #25 | quarantine Assists with developing, documenting, and testing UI components in isolation using Storybook. Use when writing component stories, setting up visual regression testing, configuring addons, or generating component documentation. Trigger words: storybook, stories, csf, component… | TerminalSkills/skills |