home/categories/documentation
domain cluster

Documentation

Knowledge bases and technical writing tools.

6010 skillsall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
knowledge-base
1

lesson-structure

Provide lesson markdown templates for the AI-Native Robotics Textbook. Use when writing lessons, structuring educational content, or validating lesson format.

zeeshan080
zeeshan080
documentation
open
technical-docs
1

context7-mcp

Always use Context7 MCP to fetch up-to-date library/API documentation before generating code that depends on external libraries or config. Use when the user asks for setup steps, configuration, or code involving third-party libraries. Prefer Context7 docs over memory. Include citations to the retrieved docs when possible.

BinkyTwin
BinkyTwin
documentation
open
technical-docs
1

technical-writer

User documentation technical writer focused on user and developer experience, code examples, and 2025 best practices. Use when creating README files, API docs, getting started guides, tutorials, or any technical documentation intended for developers or end users.

fotescodev
fotescodev
documentation
open
knowledge-base
1

writing-skills

This skill should be used when the user asks to "create a skill", "write a skill", "edit a skill", "verify a skill", "test a skill with subagents", or needs guidance on TDD for documentation, skill structure, bulletproofing against rationalization, or Claude Search Optimization.

helmecke
helmecke
documentation
open
knowledge-base
1

memory

Persistent knowledge graph memory system. Store and retrieve entities, relations, and observations across conversations. Use for maintaining user context, preferences, and learned patterns.

oimiragieo
oimiragieo
documentation
open
knowledge-base
1

faq-generator

This skill generates a comprehensive set of Frequently Asked Questions (FAQs) from the course description, course content, learning graphs, concept lists, MicroSims, and glossary terms to help students understand common questions and prepare content for chatbot integration. Use this skill after course description, learning graph, glossary, and at least 30% of chapter content exist.

vishalsachdev
vishalsachdev
documentation
open
knowledge-base
1

skill-reviewer-and-enhancer

This skill should be used when reviewing, auditing, or improving existing Claude Code skills to ensure they follow Anthropic best practices, have proper structure, use current domain-specific patterns, and include all necessary resources. It analyzes skill quality, identifies gaps, suggests improvements, and can automatically enhance skills with updated best practices. Trigger terms include review skill, audit skill, improve skill, enhance skill, update skill, check skill quality, skill best practices, fix skill, optimize skill, validate skill structure.

hopeoverture
hopeoverture
documentation
open
knowledge-base
1

debugging-claude-code

Troubleshooting guide for Claude Code issues. Use when Claude behaves unexpectedly, tools fail, sessions hang, or you need to diagnose problems. Covers diagnostics, common issues, and recovery procedures.

hgeldenhuys
hgeldenhuys
documentation
open
knowledge-base
1

skill-development

This skill should be used when the user wants to "create a skill", "add a skill to plugin", "write a new skill", "improve skill description", "organize skill content", or needs guidance on skill structure, progressive disclosure, or skill development best practices for Claude Code plugins.

kurokeita
kurokeita
documentation
open
knowledge-base
1

agent-skills

Learn about Agent Skills - how AI agents use skills, create new skills, and understand skill discovery in real-time. Use when user asks about skills, wants to create a skill, or wants to understand how Claude uses skills.

runpod
runpod
documentation
open
knowledge-base
1

skill-creator

Use when creating new skills, updating existing skills, or understanding skill structure. Triggers: "create a skill", "write a skill", "new skill for", "skill that does", "how do skills work". Provides complete workflow from concept to deployment with progressive disclosure.

watzon
watzon
documentation
open
technical-docs
1

architecture-docs

Use this skill when creating, updating, or maintaining ARCHITECTURE.md files, when users ask about "my architecture documentation" or "architecture", when generating presentations/slides/PowerPoint from architecture documentation, when generating diagrams from architecture documentation, when validating/checking/auditing architecture (including BIAN alignment, META layers, standards compliance), or when answering questions about documented components, data structures, integrations, security, performance, deployment, technology stack, or architectural decisions

shadowX4fox
shadowX4fox
documentation
open
technical-docs
1

julien-dev-claude-md-documenter

Guide for creating CLAUDE.md files. Use when: user asks to create CLAUDE.md, document project, add project instructions, or mentions CLAUDE.md.

theflysurfer
theflysurfer
documentation
open
knowledge-base
1

writing-agent-skills

Author and structure effective Agent Skills. Use when creating new skills, refining existing ones, or auditing skill structure and best practices.

kylehughes
kylehughes
documentation
open
knowledge-base
1

database-query

Natural language database queries with multi-database support, query optimization, and visual results

Lordjiggy
Lordjiggy
documentation
open
knowledge-base
1

creating-agent-skills

Expert guidance for creating, writing, and refining Antigravity Skills. Use when working with SKILL.md files, authoring new skills, improving existing skills, or understanding skill structure and best practices.

i3ringit
i3ringit
documentation
open
knowledge-base
1

effective-prompting

Master effective prompting techniques for Claude Code. Use when learning prompt patterns, improving task descriptions, optimizing Claude interactions, or troubleshooting why Claude misunderstood a request. Covers @ mentions, thinking keywords, task framing, and iterative refinement.

hgeldenhuys
hgeldenhuys
documentation
open
knowledge-base
1

deep-thinker

Structured reasoning for complex problems using Sequential Thinking MCP. Break down problems into stages, track thought progression, identify connections, and generate insights. Use for architectural decisions, complex debugging, research planning, or any problem requiring deep analysis.

AlexBaum-ai
AlexBaum-ai
documentation
open
knowledge-base
1

spec-and-plan-generation

This skill should be used when commands need to generate specifications or implementation plans, when the user asks about "how to write specs", "how to create plans", "spec structure", "plan hierarchy", or when working with track creation. Provides patterns for interactive questioning, spec structure, and hierarchical plan generation.

ShalomObongo
ShalomObongo
documentation
open
knowledge-base
1

sequential-thinking

Dynamic problem-solving through structured sequential thoughts. Use when breaking down complex problems, planning multi-step solutions, analyzing ambiguous requirements, debugging intricate issues, exploring design alternatives, or tackling problems where the full scope is unclear. Enables thought revision, branching, and iterative refinement.

huynguyen03dev
huynguyen03dev
documentation
open
knowledge-base
1

memory-management

Manages long-term memory for users across conversations. Automatically queries relevant memories when starting a new topic, and saves important personal information, habits, schedules, and user-requested memories. Use this when discussing user background, preferences, or plans; starting a new task or project; users mention personal details or ask to remember something.

zcf0508
zcf0508
documentation
open
knowledge-base
1

serena-memory-management

This skill should be used when the user asks to "create a memory", "read memories", "manage memories", "document patterns", or when starting work on a Serena project with existing memories. Essential for maintaining project knowledge across conversation sessions and distinguishing documentation from agent-focused memories.

helmecke
helmecke
documentation
open
knowledge-base
1

skill-authoring

Meta-skill for creating and improving agent skills. Use when designing new skills, refining existing skills, or understanding skill architecture patterns. Provides progressive disclosure, context efficiency principles, and skill anatomy guidelines.

5dlabs
5dlabs
documentation
open
technical-docs
1

using-live-documentation

Use BEFORE implementing, writing, configuring, or setting up ANY feature involving libraries, frameworks, or complex APIs - even before reading existing code. Fetches current documentation to ensure correct usage. Triggers on third-party libraries (such as react-query, FastAPI, Django, pytest), complex standard library modules (such as subprocess, streams, pathlib, logging), and "how to" questions about library usage. Do NOT use for trivial built-ins (such as dict.get, Array.map) or pure algorithms. Load this skill first to receive guidance on finding current documentation when implementing features, exploring code, or answering library-related questions.

asermax
asermax
documentation
open
Previous
Page 187 / 251
Next