anthropic-skill-creator
Create Skills
Build skills that trigger correctly, execute reliably, and stay concise.
Core Principles
- Use progressive disclosure:
- Frontmatter (
name,description) for trigger selection. SKILL.mdbody for core workflow.references/for deep details loaded only when needed.
- Frontmatter (
- Keep skills composable: avoid assumptions that this is the only active skill.
- Prefer deterministic scripts for fragile validation logic.
Workflow
More from s-hiraoku/skills-factory
jotai-expert
Expert guidance for Jotai state management in React applications. Provides best practices, performance optimization, and architectural patterns. Use when designing atom structures, implementing state management, optimizing re-renders, handling async state, integrating with TypeScript, or reviewing Jotai code for performance issues. Triggers on tasks involving Jotai atoms, derived state, focusAtom, splitAtom, atomFamily, or state management architecture decisions.
146handover
>
4skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
3code-simplifier
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Use when reviewing recently modified code, refactoring for readability, applying project coding standards, reducing complexity, or improving code organization. Triggers on tasks involving code cleanup, style consistency, removing redundant abstractions, or simplifying nested logic.
1