Create complete documentation sites for projects. Use when asked to: "create docs", "add documentation", "setup docs site", "generate docs", "document my project", "write docs", "initialize documentation", "add a docs folder", "create a docs website". Generates Docus-based sites with search, dark mode, MCP server, and llms.txt integration. --- # Create Docs Generate a complete, production-ready documentation site for any project. ## Workflow 1. **Analyze** - Detect package manager, monorepo structure, read context 2. **Initialize** - Create docs directory with correct setup 3. **Generate** - Write documentation pages using templates 4. **Configure** - Set up AI integration (MCP, llms.txt) 5. **Finalize** - Provide next steps with correct commands --- ## Package Manager Reference Detect from lock files, default to npm if none found: | Lock File | PM | Install | Run | Add | |-----------|------|---------|-----|-----| | `pnpm-lock.yaml` | pnpm | `pnpm install` | `pnpm run` | `pnpm add` | | `package-lock.json` | npm | `npm install` | `npm run` | `npm install` | | `yarn.lock` | yarn | `yarn install` | `yarn` | `yarn add` | | `bun.lockb` | bun | `bun install` | `bun run` | `bun add` | Use `[pm]` as placeholder in commands below. --- ## Step 1: Analyze Project ### Detect Project Structure ```
GeminiLight
from GitHub
工具与效率
Guide for creating plugins (renderers and agent tools) in the MindOS app. Use this skill when the user wants to add a new renderer, visualization, file view, agent tool, or any extension to MindOS — including requests like "add a new view for X files", "create a plugin", "add an agent tool", "extend the app", or "build a renderer for Y". Also trigger when adding new interactive features tied to specific file types or patterns. --- # MindOS Plugin Development Guide
Add a new SWE benchmark task from a real GitHub bug-fix. Use when the user provides a GitHub issue or PR URL and wants to add it to the bench-swe pipeline.
pepegar
from GitHub
工具与效率
- 📁 references/
- 📄 custom-widgets.janet
- 📄 cyberpunk-theme.janet
- 📄 dev-workflow.janet
Configure and customize gent through ~/.gent/init.janet and .gent/init.janet. Use when the user asks to "configure gent", "change colors", "add hooks", "customize behavior", "modify themes", "create tools", "add a tool at runtime", "register a tool", "change UI settings", "set up gent", "modify the UI", "add a widget", "create a widget", "register a widget", "add a slash command", "create a command", "change the layout", "customize the TUI", "add a keybinding", or wants to modify gent's appearance, behavior, widgets, tools, commands, or functionality at runtime.
Add an MCP server to pi. Use when asked to "add mcp server", "configure mcp", "add mcp", "new mcp server", "setup mcp", "connect mcp server", or "register mcp server". Handles both global and project-local configurations.
Add a project from a GitHub URL
b-open-io
from GitHub
工具与效率
This skill should be used when the user asks to "add an app to my MCP server", "add UI to my MCP server", "add a view to my MCP tool", "enrich MCP tools with UI", "add interactive UI to existing server", "add MCP Apps to my server", or needs to add interactive UI capabilities to an existing MCP server that already has tools. Provides guidance for analyzing existing tools and adding MCP Apps UI resources.
tomcounsell
from GitHub
工具与效率
Use when adding a new feature, skill, tool, or MCP server to the Valor system. Triggered by 'add a feature', 'create a new tool', 'extend the system', or 'how do I add...'.
ivo-toby
from GitHub
工具与效率
Add Discord as a channel. Use when the user says "add discord", "connect discord", "set up discord bot", or "discord channel".
- 📁 references/
- 📄 LICENSE
- 📄 SKILL.md
Adds a new knowledge file to an existing skill and updates that skill's knowledge index in its SKILL.md. Use when the user wants to add knowledge to a skill, create a new knowledge file for a skill, document something for a skill's knowledge base, or turn content (transcript, text, document) into skill knowledge. Apply whenever the user says "add knowledge", "new knowledge file", "add to skill knowledge", or provides content to store as skill knowledge.
workingdanny911
from GitHub
开发与编程
Add backlog items to an existing sprint through guided brainstorming and planning. Automatically detects sprint context or asks for sprint location. Includes brainstorming phase, plan mode for task design, and ensures tasks are sized for single Claude Code sessions. Triggers include "add backlog", "new feature", "add task", "백로그 추가", "기능 추가", "태스크 추가".