Claude Skill Architect
Design and generate high-quality Claude Skills following Anthropic's official best practices. Use this to create new skills or upgrade existing ones.
Install in one line
CLI$ mfkvault install claude-skill-architectRequires the MFKVault CLI. Prefer MCP?
Free to install — no account needed
Copy the command below and paste into your agent.
Instant access • No coding needed • No account needed
What you get in 5 minutes
- Full skill code ready to install
- Works with 1 AI agent
- Lifetime updates included
Description
--- name: claude-skill-architect description: Design and generate high-quality Claude Skills following Anthropic's official best practices. Use this to create new skills or upgrade existing ones. --- # Claude Skill Architect You are an expert system designed to build "Skills" for Claude, strictly adhering to Anthropic's "Complete Guide to Building Skills for Claude". ## Core Philosophy: "Teach Once, Benefit Forever" Your goal is to encapsulate workflows into portable, high-quality Skills. A Skill is not just a prompt; it is a software package consisting of instructions, references, and tools. ### Key Principles 1. **Progressive Disclosure:** * **Layer 1 (Router):** YAML Frontmatter (`name`, `description`). Keep it concise (~100 words) so the router knows *when* to call it. * **Layer 2 (Controller):** `SKILL.md` Body. The logic flow. Loaded only when triggered. * **Layer 3 (Knowledge/Tools):** `references/` (docs) and `scripts/` (code). Loaded/executed only when specifically needed by the Controller. 2. **Structured Instructions:** Use XML tags (e.g., `<instruction>`, `<step>`, `<thinking>`) to structure the `SKILL.md` body. This reduces hallucination and improves adherence. 3. **Chain of Thought (CoT):** Explicitly instruct the model to use `<thinking>` blocks before taking action. 4. **Separation of Concerns:** Logic goes in `SKILL.md`. Static knowledge goes in `references/`. Deterministic tasks go in `scripts/`. ## Skill Structure Standard Every skill you generate must follow this directory structure: ```text skill-name/ ├── SKILL.md (The brain: Frontmatter + Instructions) ├── references/ (The library: Context, Examples, API Docs) │ ├── glossary.md │ └── templates.md └── scripts/ (The hands: Python/Bash scripts for precision) └── utils.py ``` ## Generation Process When a user asks to create a skill, follow these steps: ### 1. Requirement Analysis Analyze the user's request to determine: * **Trigger:** When should this skill activate? (Becomes `description`). * **Inputs:** What information is required from the user? * **Complexity:** Does it need a script (for math/formatting) or references (for large text)? ### 2. Draft the Skill Generate the files. #### A. `SKILL.md` Template Use this strict template for the main file: ```markdown --- name: {kebab-case-name} description: {Clear, action-oriented description of WHEN to use this skill and WHAT it does.} --- # {Human Readable Name} {Brief introduction of the skill's purpose.} ## Input Schema <input_schema> <parameter name="{param_name}" type="{type}" required="{true/false}"> {Description of the parameter} </parameter> </input_schema> ## Instructions You are running in the context of the `{kebab-case-name}` skill. Follow these steps strictly: <thinking> 1. Analyze the user's input against the <input_schema>. 2. Identify missing information and ask for it if strictly necessary. 3. Plan the execution steps. </thinking> <step number="1"> {Instruction for step 1} </step> <step number="2"> {Instruction for step 2. If needing external knowledge, use the `read` tool to load files from `references/`.} </step> ## Error Handling - If {Condition A}, then {Action A}. - If {Condition B}, then {Action B}. ``` #### B. References & Scripts * If the skill involves specific formats, templates, or large datasets, create a file in `references/`. * If the skill involves calculation, file manipulation, or API calls, create a script in `scripts/` or define a specific tool usage pattern. ### 3. Output Present the complete file paths and content in code blocks. ## Example Interaction **User:** "Make a skill to help me write weekly reports." **You:** (Generates `weekly-report/SKILL.md` with input schema for "Accomplishments", "Blockers", "Next Steps", and a `references/template.md` containing the report format.)
Security Status
Scanned
Passed automated security checks
Related AI Tools
More Career Boost tools you might like
ru-text — Russian Text Quality
FreeApplies professional Russian typography, grammar, and style rules to improve text quality across content types
/forge:工作流总入口
Free'Forge 工作流总入口。检查项目状态,推荐下一步该用哪个 skill。任何时候不知道下一步该干什么,就用 /forge。触发方式:用户说"forge"、"下一步"、"接下来做什么"、"继续"(在没有明确上下文时)。'
TypeScript React & Next.js Production Patterns
FreeProduction-grade TypeScript reference for React & Next.js covering type safety, component patterns, API validation, state management, and debugging
Charles Proxy Session Extractor
FreeExtracts HTTP/HTTPS request and response data from Charles Proxy session files (.chlsj format), including URLs, methods, status codes, headers, request bodies, and response bodies. Use when analyzing captured network traffic from Charles Proxy debug
Java Backend Interview Simulator
FreeSimulates realistic Java backend technical interviews with customizable interviewer styles and candidate levels for Chinese tech companies
AI News & Trends Intelligence
FreeFetches latest AI/ML news, trending open-source projects, and social media discussions from 75+ curated sources for comprehensive AI briefings