Create skill
AI Context Kit provides a structured, instruction-based framework for context-aware AI collaboration across LLM providers. It includes authoritative specs, canonical templates, and skills workflows for creating and validating user context and project AGENTS.md files.
npx -y skills add MSiccDev/ai-context-kit --skill create-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 11 stars11 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Create canonical SKILL.md artifacts with deterministic schema, workflow, safety, and quality checks.
SKILL.md
2.4 KB, as published. Nobody here has run it
Create Skill
Purpose
Generate complete SKILL.md artifacts for one skill folder, with explicit constraints and reusable references.
When To Use
- Use this skill when creating a new skill folder under
skills/. - Use this skill when regenerating a
SKILL.mdfile to align with repository skill standards. - Do not use this skill for validating an existing skill.
How to Invoke
Load or attach this file's contents into your AI session to activate the workflow (paste, upload, or reference with #file:skills/create-skill/SKILL.md in VS Code Copilot Chat). In Claude Projects, add it to project knowledge. See Invoking Skills in the README for full platform guidance.
Required Inputs
- Skill slug (
name) and target folder path. - Capability summary and usage triggers.
- Required inputs, workflow outputs, and failure boundaries.
- Safety and portability constraints.
Workflow
- Run discovery sequence in
references/discovery-phases.md. - Apply schema and field rules from
references/field-constraints.md. - Assemble required body sections using
references/output-schema.md. - Apply safety constraints from
references/safety.md. - Produce final artifact using
references/output-format.md. - Validate against
references/quality-checklist.mdbefore final output.
Output Expectations
- One complete
SKILL.mdartifact atskills/{name}/SKILL.md. - Frontmatter and folder-name parity are correct.
- Body sections are complete, actionable, and concise.
- Output remains provider-neutral and portable.
Resources
- Discovery workflow:
references/discovery-phases.md - Field constraints:
references/field-constraints.md - Output schema:
references/output-schema.md - Safety policy:
references/safety.md - Output contract:
references/output-format.md - Quality checklist:
references/quality-checklist.md - Skill template:
../../templates/skill_template/SKILL.md
Constraints And Safety
- Keep skill instructions concise and execution-oriented.
- Avoid provider-specific lock-in wording.
- Use relative paths for local references.
- Treat
allowed-toolsas optional/experimental unless explicitly required.