Tag: documentation

Type: All Skills Tools
skill ★ 1,361

Kotlin KDoc Documentation Generator

Enables the generation and enhancement of KDoc documentation for Kotlin public APIs, ensuring correct tag placement and stylistic consistency.

modelcontextprotocol/kotlin-sdk kotlin kdoc documentation api-generation
skill

Executable Architecture Decision Record Generation

This skill guides the creation of Architecture Decision Records (ADRs) that serve as executable specifications for coding agents. It enforces a rigorous, multi-phase workflow, ensuring decisions are measurable, self-contained, and include a…

vercel-labs/ai adr architecture documentation agentic
tool ★ 28

Three-tier symbol documentation lookup utility

This tool provides robust, multi-tiered documentation lookup for any symbol, progressing from fast LSP hover to authoritative toolchain documentation, and finally to raw source extraction. It is designed to reliably resolve symbols, particu…

blackwell-systems/agent-lsp lsp documentation symbol-lookup code-analysis
skill ★ 55,605

Fetch current documentation for frameworks and libraries

This skill retrieves up-to-date documentation and code examples for specific libraries and frameworks, bypassing reliance on stale training data. It operates by first resolving the library ID and then querying the official documentation sou…

upstash/context7 documentation code-generation frameworks api-reference
tool ★ 55,605

Context7 CLI for Documentation and AI Skills Management

The Context7 CLI provides a comprehensive interface for managing AI coding agents. It allows developers to fetch current library documentation, install and generate custom coding skills, and configure the Context7 MCP for various developmen…

upstash/context7 context7 cli documentation ai-skills
tool ★ 4

Semantic Codebase Search and Understanding Tool

This tool provides intelligent retrieval across codebases and documentation using hybrid search. It leverages code embeddings and a knowledge graph to enable semantic searching and pattern matching, aiding in codebase understanding and comp…

phuongrealmax/code-guardian code-search rag embeddings knowledge-graph
tool ★ 13,608

Build AI skills from diverse knowledge sources

This tool facilitates the conversion of diverse knowledge sources—including documentation, GitHub repositories, PDFs, and videos—into structured, AI-ready skills. It provides a comprehensive workflow for scraping, enhancing, packaging, and …

yusufkaraaslan/Skill_Seekers skill-building knowledge-extraction data-ingestion vector-database
skill ★ 50

Generate consistent investor fundraising materials

This skill manages the creation and updating of comprehensive investor documentation, including pitch decks, financial models, and memos. It enforces a single source of truth to ensure all assets remain internally consistent and highly defe…

tan-yong-sheng/ai-vision-mcp investor-materials pitch-deck financial-modeling fundraising
skill ★ 69

Audit Agent Context Files Against Best Practices

This skill audits agent context files (e.g., AGENTS.md) against a comprehensive set of best practices. It identifies low-signal content, outdated documentation, and structural issues, providing concrete, actionable diffs for improvement.

dominik1001/caldav-mcp agent-reviewing context-file llm-prompting best-practices
skill ★ 34

generate scientific writing from provenance data

This skill auto-generates publication-ready scientific documentation, including methods sections and figure legends, directly from ENCODE analysis provenance records. It ensures rigorous reporting of all experimental and computational param…

ammawla/encode-toolkit scientific-writing provenance genomics methods-section
tool ★ 22

Load usage-weighted knowledge context summary

This tool retrieves a compact, usage-weighted context summary from the knowledge base. It surfaces the most relevant documentation, optimized for session startup or specific topic primers.

nicholasglazer/gnosis-mcp context knowledge-base usage-tracking documentation
skill ★ 1

LangChain/LangGraph Resource Access and Guidelines

Provides structured access to LangChain and LangGraph documentation via dedicated MCP servers, ensuring developers follow a defined search priority starting with canonical project overviews. It guides the use of specific queries and resourc…

ndjordjevic/pinrag langchain langgraph mcp-server documentation
skill ★ 20

Generate structured product requirements documents

This skill guides the user through defining a feature by asking clarifying questions regarding scope, goals, and success criteria. It then generates a structured, actionable Product Requirements Document (PRD) in Markdown format, suitable f…

adawalli/nexus prd requirements product-management markdown
skill ★ 835

Dynamic Design System Generator

An agentic skill that generates a project-aware DESIGN.md by analysing codebase structures via Octocode MCP local tools. It establishes a comprehensive UI architecture including design tokens, component patterns, and accessibility standards…

bgauryy/octocode-mcp design-systems ui-architecture mcp frontend-development
skill ★ 835

Automated Codebase Documentation Generator Pipeline

This skill orchestrates a comprehensive, multi-phase pipeline using specialized agents to analyze a codebase, conduct deep research, and generate structured documentation. It ensures conflict-free file ownership and includes a final QA vali…

bgauryy/octocode-mcp documentation code-analysis agent-orchestration llm
tool ★ 23

Publish internal plans as public GitHub discussions

This tool accepts a private plan document and sanitises it by stripping internal references, PII, and sensitive data. It then rewrites the content into a structured GitHub Discussion post, facilitating early input from external developers.

markmhendrickson/neotoma github-discussions plan-management content-sanitisation documentation
skill ★ 23

Automates creation of persistent AI guidance rules

This skill automates the creation of structured rule files for persistent AI guidance, supporting both main repository and submodule contexts. It ensures the rule is immediately available to agents by generating the necessary symlink in the…

markmhendrickson/neotoma rule-creation ai-guidance cursor-rules symlink
tool ★ 23

Publish internal plans as public GitHub discussions

This skill processes internal planning documents, redacting sensitive information and restructuring the content into a formal, public-facing GitHub Discussion post. It facilitates early community input by publishing the plan directly to the…

markmhendrickson/neotoma plan-publishing github-cli documentation release-management
skill ★ 10,706

Automated Changelog Generation for Open Source

This skill outlines a structured process for generating user-facing changelog entries by analyzing merged PRs, identifying thematic headlines, and managing the regeneration of the main documentation file. It ensures documentation remains fo…

elie222/inbox-zero changelog documentation content-generation open-source
skill ★ 2

Record Lessons Learned in Memory

A procedure for documenting bug fixes, incidents, and discovered patterns into domain-specific memory files while checking for contradictions and stale entries.

Embassy-of-the-Free-Mind/sourcelibrary-v2 knowledge-management memory-management documentation bug-tracking
skill ★ 2

Load project coding playbook context

Retrieves relevant coding conventions, architectural patterns, and best practices from the project's dedicated playbook section. This is ideal for developers needing to reference established guidelines before writing or reviewing code.

aidemd-mcp/server coding-patterns architecture playbook documentation
skill ★ 21

Codebase Documentation Drift Auditor

This skill orchestrates a comprehensive documentation drift audit, comparing existing documentation against the live codebase across six phases, including structure, links, and configuration. It generates a detailed audit report and recomme…

HatmanStack/RAGStack-Lambda documentation audit code-base llm
skill ★ 7

Syncs documentation after underlying tool changes

This skill systematically detects and resolves documentation drift across multiple project files, ensuring that human-readable guides accurately reflect current tool schemas and definitions. It verifies consistency across tool definitions, …

testdino-hq/testdino-mcp documentation schema-validation tool-maintenance drift-detection
skill ★ 7

Structured Workflow for Bug Fixing and Documentation

This skill guides the agent through a comprehensive bug resolution lifecycle, starting with issue tracking and root-cause analysis, proceeding through minimal implementation, rigorous testing, and concluding with mandatory documentation upd…

testdino-hq/testdino-mcp bug-fix workflow testing documentation