skill-architect

Design, create, audit, and improve Claude Agent Skills via a 6-step process.

181|30|Updated Nov 16, 2025
One-click install
npx skills add https://github.com/curiositech/some_claude_skills --skill skill-architect-curiositech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-architect
Source: https://github.com/curiositech/some_claude_skills/tree/main/.claude/skills/skill-architect
Command: npx skills add https://github.com/curiositech/some_claude_skills --skill skill-architect-curiositech

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a comprehensive framework and set of tools for designing, creating, auditing, and improving Claude Agent Skills, ensuring they are robust, efficient, and expert-driven.

Core Features & Use Cases

  • Skill Creation Workflow: Guides users through a 6-step process for building new skills.
  • Quality Auditing: Identifies common anti-patterns and adherence to best practices.
  • Progressive Disclosure Architecture: Enforces efficient loading of skill components.
  • Use Case: You need to build a new Claude Skill for analyzing code quality. Use this Skill to follow a structured process, encode expert knowledge about code smells, and ensure your new skill activates precisely and loads efficiently.

Quick Start

Use the skill architect to create a new skill named 'code-quality-analyzer'.

Frequently Asked Questions about skill-architect

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a Claude Skill that activates precisely for specific tasks?

Creating a Claude Skill that activates precisely requires encoding domain expertise via shibboleths and anti-patterns. This meta-skill provides a 6-step creation process and subagent-aware design principles to ensure robust, efficient activation.

What is progressive disclosure architecture in agent design?

Progressive disclosure architecture in agent design enforces efficient loading of skill components. This meta-skill implements the architecture to ensure subagents load only necessary context, reducing overhead and improving response times.

How do I audit an existing agent skill for anti-patterns and best practices?

Auditing an agent skill identifies common anti-patterns and verifies adherence to best practices. This meta-skill facilitates quality auditing by checking progressive disclosure compliance and evaluating domain expertise encoding.

What's the best way to structure a 6-step workflow for building agent skills?

The best way to structure agent skill creation is following a systematic 6-step workflow. This meta-skill guides users through defining requirements, encoding domain knowledge, implementing progressive disclosure, and validating activation behavior.

Do I need Python to build and audit Claude Agent Skills?

Python is required to build and audit Claude Agent Skills using this meta-skill. The framework includes Python scripts and reference components that automate the systematic design, creation, and quality auditing processes.

Why does my Claude Skill load slowly or fail to activate in subagent contexts?

Skills load slowly or fail to activate due to poor progressive disclosure architecture and missing shibboleths. This meta-skill audits these constraints, ensuring efficient component loading and precise activation within subagent environments.