Agent Skill
2/7/2026skill-creator
Specialized agentic skill designed to scaffold and generate new skills following the "Gold Standard" template. Trigger: "Create a new skill", "Generate skill", "Scaffold skill", "New skill template".
C
cr8297408
0GitHub Stars
2Views
npx skills add cr8297408/personal-agents-manager-tools
SKILL.md
| Name | skill-creator |
| Description | Specialized agentic skill designed to scaffold and generate new skills following the "Gold Standard" template. Trigger: "Create a new skill", "Generate skill", "Scaffold skill", "New skill template". |
š§ Personal Agents & Skills Manager
A curated collection of AI agent definitions and reusable skills for agentic coding assistants.
š Repository Structure
personal-agents-manager-tools/
āāā agents/ # š¤ Agent definitions (high-level, compose skills)
ā āāā architecture/ # System design, ADRs, project auditing
ā āāā AGENT.md
ā āāā examples/
ā āāā resources/
ā āāā scripts/
ā
āāā skills/ # š§ Standalone, reusable skills
ā āāā skill_creator/ # Meta-skill: scaffolds new skills
ā āāā nextjs-structure/ # Next.js project scaffolding & modular architecture
ā āāā nextjs-auth-security/ # Authentication, authorization & security
ā āāā nextjs-data-flow/ # Server Actions, data fetching, DAL patterns
ā āāā nextjs-optimization/ # Core Web Vitals, SEO, performance
ā āāā nextjs-scope-rule/ # Scope Rule for component placement
ā āāā react-component-patterns/ # Advanced React patterns & composition
ā āāā react-testing-qa/ # Testing with RTL, Vitest, accessibility
ā
āāā .gitignore
š¤ Agents vs š§ Skills
| Concept | Description | File |
|---|---|---|
| Skill | A focused, single-concern capability (e.g., "Set up Next.js structure") | SKILL.md |
| Agent | A high-level orchestrator that composes skills and handles cross-cutting concerns (e.g., "Architecture decisions") | AGENT.md |
Key Differences
- Skills are atomic ā they do one thing well.
- Agents are composable ā they orchestrate multiple skills and add higher-level reasoning.
- Skills live in
skills/, agents live inagents/. - An agent can reference skills via
composed_skillsin its frontmatter.
š Quick Start
Using a Skill
Reference the skill path in your agentic coding assistant configuration:
skills/nextjs-structure/SKILL.md
Using an Agent
Reference the agent path:
agents/architecture/AGENT.md
Creating a New Skill
Use the skill_creator meta-skill:
> Create a new skill for [topic]
This will scaffold a complete skill following the Gold Standard template.
š Standards
Skill Structure
my-skill/
āāā SKILL.md # Main instructions (required)
āāā scripts/ # Helper scripts (optional)
āāā examples/ # Reference implementations (optional)
āāā resources/ # Templates and assets (optional)
Agent Structure
my-agent/
āāā AGENT.md # Main agent definition (required)
āāā scripts/ # Helper scripts (optional)
āāā examples/ # Reference implementations (optional)
āāā resources/ # Templates and assets (optional)
š License
Apache-2.0
Skills Info
Original Name:skill-creatorAuthor:cr8297408
Download