ask-skill-creator
Installation
SKILL.md
Agent Skill Creation Protocol
<critical_constraints>
- The Configuration Rule: NEVER hardcode magic strings (URLs, creds, IDs). ALWAYS extract to
config/*.jsonorconfig/*.yaml. - The Anti-Flake Rule: NEVER use
sleep(). ALWAYS use Semantic State Polling (wait for element/condition). - The Linting Rule: Design for the 1000-Token Limit. Use telegraphic style (bullet points, no fluff). Run
ask skill lintimmediately. - The Persona Rule: ALWAYS define the agent's identity in
config/identity.json(even if simple). - The Structure Rule: MUST generate the full tree:
SKILL.md: The Brain.scripts/: The Hands (Logic).config/: The Memory (Data).tests/: The Proof (Verification). </critical_constraints>
1. Taxonomy & Scaffolding
- Analyze Request:
- Category:
coding(Dev),planning(Arch),tooling(Infra). - Name:
ask-<topic>(kebab-case).
- Category:
Related skills
More from navanithans/agent-skill-kit
ask-explaining-code
Explain code via analogies, ASCII diagrams, step-by-step walkthroughs.
18ask-commit-assistance
Code review, staging, and Conventional Commit message generation. MUST NOT COMMIT.
16ask-owasp-security-review
Static security analysis auditing for OWASP Top 10 risks.
15ask-system-architect-prime
Principal Architect for repo audits, complexity analysis, and refactoring recommendations.
15ask-nextjs-architect
Next.js 14+ scaffolding. App Router, Server Components, Server Actions, SEO.
15ask-shadcn-architect
Enforce shadcn/ui patterns, imports, and CLI-first component usage.
15