ask-skill-creator

Installation
SKILL.md

Agent Skill Creation Protocol

<critical_constraints>

  1. The Configuration Rule: NEVER hardcode magic strings (URLs, creds, IDs). ALWAYS extract to config/*.json or config/*.yaml.
  2. The Anti-Flake Rule: NEVER use sleep(). ALWAYS use Semantic State Polling (wait for element/condition).
  3. The Linting Rule: Design for the 1000-Token Limit. Use telegraphic style (bullet points, no fluff). Run ask skill lint immediately.
  4. The Persona Rule: ALWAYS define the agent's identity in config/identity.json (even if simple).
  5. 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).
Related skills
Installs
13
GitHub Stars
1
First Seen
Feb 16, 2026