Contextforge
Use this skill when creating, organizing, validating, or publishing reusable AI context packs, skills, rules, domains, and agent instructions for AI IDEs.From its SKILL.md
npx -y skills add ai-skill-dev/contextforge --skill contextforgeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 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 file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
2.0 KB, 370 tokens by cl100k_base, as published. Nobody here has run it
ContextForge
Purpose
ContextForge helps engineering teams create reusable AI context for Cursor, Claude Code, Codex, Windsurf, and other AI IDEs.
Use this skill to guide AI agents with project-specific architecture, coding standards, domain knowledge, business rules, reusable prompts, and implementation constraints.
When to Use
Use this skill when the user wants to:
- Create a reusable AI skill
- Convert requirements into structured context
- Generate
SKILL.md,rules.md,domain.md, oragents.md - Build context packs for AI IDEs
- Standardize AI-assisted development across a team
- Reduce repeated prompting and token waste
- Maintain consistent architecture and coding practices
Core Concepts
Skill
A reusable instruction file that teaches an AI agent how to perform a specific task.
Rule
A strict engineering or business constraint that must always be followed.
Domain
Business vocabulary, entities, workflows, invariants, and bounded context.
Agent
Role-based behavior for AI assistants, such as reviewer, architect, tester, or refactor agent.
Context Pack
A bundled set of skills, rules, domains, and agent instructions that can be reused across projects.
Operating Rules
- Always understand the target project before generating context.
- Keep instructions specific, actionable, and reusable.
- Avoid generic advice that does not improve agent behavior.
- Separate business rules from technical implementation rules.
- Keep domain language consistent across all files.
- Prefer markdown files that can be used directly inside AI IDEs.
- Optimize context for clarity, token efficiency, and maintainability.
Output Format
When generating a context pack, produce:
context-pack/
SKILL.md
rules.md
domain.md
agents.md
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.