一键导入
claude-code-setup
claude-code-setup 收录了来自 omril321 的 9 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
This skill discovers relevant skills, agents, commands, and MCP tools by scanning project context and tool capabilities. This skill should be used when entering planning mode, starting work on a new codebase, or when the user asks "what tools should I use?" Auto-triggers with thorough-planning skill.
Guides creation of Claude Code subagents with proper frontmatter, system prompts, tool assignments, and triggering descriptions. Use when user says 'create an agent', 'add an agent', 'write a subagent', 'new agent', 'make an agent', or needs help with agent file structure, frontmatter, system prompts, or triggering conditions.
Use when needing to inspect, debug, or interact with a browser - helps choose between Browser MCP (existing sessions) and DevTools MCP (debugging tools) based on the task requirements
Searches GitHub and web for relevant code examples and documentation using parallel subagents. Use when user says "look online", "find references", "search online", "find examples", or needs external resources.
Generates images using gemini-image script. Use when user asks to generate, create, or make an image.
Creates story-driven technical presentations using Slidev. Focuses on narrative flow, minimal text, and progressive disclosure. Use when working with Slidev, sli.dev, slides.md, or creating technical slide decks.
Use when debugging unclear issues, mysterious failures, intermittent bugs, or problems with unknown root causes - provides framework combining assumption verification with hypothesis-driven investigation to find root causes systematically
Use when planning complex tasks, encountering "plan" keywords, or detecting multi-step implementation - enforces context gathering before coding through mandatory success criteria and feedback loops
Creates and tests skills using TDD methodology for process documentation. Use when creating new skills, editing existing skills, or verifying skills work before deployment.