What problem does it solve? Other skills in the repository depend on spec files under <project-root>/docs to know which tools (issue trackers, git hosts, databases, MCP servers) a project uses. Without these files, those skills cannot locate the tools they need, and manually writing 13 spec files is tedious and error-prone. ## Core Features & Use Cases - Guided Interview: Walks the user through three batches of questions covering issue trackers, bug trackers, git hosts, databases, code navigation, browser automation, knowledge graphs, containers, memory, terminal tools, doc lookup, and MCP servers. - Spec File Generation: Creates the <project-root>/docs folder and generates all 13 spec files, writing stubs for tools marked as not configured. - MCP Server Discovery: Detects available MCP servers and offers them as options during the interview, then documents them in mcp-servers.md. - Use Case: After cloning the skills repository into a new project, run the setup to produce a complete docs/ folder so skills like implement, pr-create, and database can resolve their tool references. ## Quick Start Ask the agent to run setup skills to configure the project docs folder and generate all tool spec files.