my-guide.md•4.31 kB
docs-mcp - Documentation & Planning Tools
Documentation Generation:
- list_templates - List available documentation templates
- get_template - Get specific template content
- generate_foundation_docs - Generate README, ARCHITECTURE, API, COMPONENTS, SCHEMA docs
- generate_individual_doc - Generate single documentation file
- generate_quickref_interactive - Create quickref guides for any application
Changelog Management:
- get_changelog - Retrieve project changelog
- add_changelog_entry - Add new changelog entry
- update_changelog - Analyze recent changes and update changelog automatically
Standards & Consistency:
- establish_standards - Scan codebase to discover UI/UX/behavior patterns
- audit_codebase - Audit for standards violations
- check_consistency - Lightweight pre-commit quality gate
Planning & Validation:
- get_planning_template - Get implementation planning template
- analyze_project_for_planning - Discover docs, standards, patterns (optional: save to feature folder)
- create_plan - Generate implementation plan
- validate_implementation_plan - Validate plan quality (scores 0-100)
- generate_plan_review_report - Create human-readable plan review
Project Inventory:
- inventory_manifest - Generate comprehensive file inventory with metadata, categories, and risk levels
- dependency_inventory - Analyze dependencies across ecosystems with security scanning via OSV API
- api_inventory - Discover API endpoints across frameworks (FastAPI, Flask, Express, GraphQL) with documentation coverage
- database_inventory - Discover database schemas across systems (PostgreSQL, MySQL, MongoDB, SQLite) from ORM models and migrations
- config_inventory - Analyze configuration files with security masking for API keys, passwords, tokens
- test_inventory - Discover test frameworks, analyze coverage, identify untested code
- documentation_inventory - Analyze documentation quality across formats (Markdown, RST, AsciiDoc, HTML, Org-mode)
ide - IDE Integration Tools
- getDiagnostics - Get language diagnostics from VS Code
- executeCode - Execute Python code in Jupyter kernel
You can also manage MCP servers using:
- claude mcp list - List installed servers
- claude mcp add - Add new MCP server
- claude mcp remove - Remove MCP server
Available Slash Commands
Documentation Generation:
- /generate-docs - Generate foundation documentation for current project
- /generate-user-guide - Generate user guide documentation
- /generate-my-guide - Generate concise tool reference (60-80 lines)
- /generate-quickref - Generate quick reference guide
- /list-templates - List available documentation templates
- /get-template - Get specific template content
Changelog Management:
- /get-changelog - Retrieve project changelog
- /add-changelog - Add new changelog entry
- /update-changelog - Analyze and update changelog automatically
Standards & Consistency:
- /establish-standards - Extract UI/UX/behavior standards from current project
- /audit-codebase - Audit current project for standards compliance
- /check-consistency - Quick consistency check on modified files (pre-commit gate)
Planning & Validation:
- /gather-context - Gather feature requirements and context (interactive interview)
- /analyze-for-planning - Analyze project for implementation planning
- /get-planning-template - Get implementation planning template
- /create-plan - Create implementation plan
- /validate-plan - Validate implementation plan quality (scores 0-100)
- /generate-plan-review - Generate human-readable plan review report
Project Inventory:
- /inventory-manifest - Generate comprehensive project file inventory
- /dependency-inventory - Analyze project dependencies with security scanning
- /api-inventory - Discover API endpoints across multiple frameworks with documentation coverage
- /database-inventory - Discover database schemas across multiple systems with ORM/migration parsing
- /config-inventory - Analyze configuration files with security detection
- /test-inventory - Discover test frameworks and analyze coverage metrics
- /documentation-inventory - Analyze documentation quality and metrics
That's 25 slash commands total from the docs-mcp server!