Create project instructions
Skill MSiccDev/ai-context-kit/skills/create-project-instructions
Create project-context AGENTS.md files using phased discovery, required operational sections, and session-state modeling.From its SKILL.md
npx -y skills add MSiccDev/ai-context-kit --skill create-project-instructionsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 12 stars12 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.
SKILL.md
2.9 KB, 539 tokens by cl100k_base, as published. Nobody here has run it
Create Project Context AGENTS
Purpose
Generate project-context AGENTS.md files with required sections, role definitions, command namespace controls, and validation-ready structure.
When To Use
- Use this skill when the task is to create or regenerate project-context
AGENTS.md. - Use this skill when project context must include role/phase/style defaults.
- Do not use this skill for user-context instruction generation.
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-project-instructions/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
- Project name, description, and current phase.
- Tech stack, architecture, and repository structure.
- Roles, default session state, and command namespace.
- Objectives, testing strategy, and documentation standards.
Workflow
- Run phased discovery using
references/discovery-phases.md. - Apply required output schema from
references/output-schema.md. - Build command and role structures using:
references/command-template.mdreferences/role-template.md
- Apply artifact/summary contract from
references/output-format.md. - Stamp
<!-- spec_version: 1.4.3 -->as an HTML comment at the top of the generatedAGENTS.md. - Validate completeness using
references/quality-checklist.mdbefore final output.
Output Expectations
- One complete
AGENTS.mdfile with all required project-context sections. - Session-state and command-reference elements are fully populated.
- Core project-context required-section completeness is enforced through AGENTS structure.
- Role definitions and examples are project-specific and actionable.
- Output remains provider-neutral.
- Output contract and summary format follow
references/output-format.md.
Resources
- Discovery workflow:
references/discovery-phases.md - Output schema:
references/output-schema.md - Command template:
references/command-template.md - Role templates:
references/role-template.md - Output contract:
references/output-format.md - Quality checklist:
references/quality-checklist.md - Structure baseline:
../../templates/AGENTS_template.md - Example reference:
../../AGENTS.md
Constraints And Safety
- Keep recommendations tied to project scope.
- Avoid placeholders in final command examples unless explicitly unresolved.
- Use relative paths for references.
- Do not introduce provider-specific assumptions.
What ships with it: 7 files
6.7 KB alongside SKILL.md
references/
- command-template.md910 B
- discovery-phases.md1.3 KB
- output-format.md470 B
- output-schema.md1.2 KB
- quality-checklist.md796 B
- role-template.md485 B
- SKILL.validation.md1.6 KB
Gives 0 of the 12 instructions most memory context skills give in 539 tokens
Counted across 754 of the 1,056 authors here whose files we hold, read 2026-09-06
- Preserve existing content structurein 15 of 754, across 9 files
- Front-load the leading wordin 14 of 754, across 10 files
- Update existing entries instead of duplicatingin 14 of 754, across 7 files
- Keep CLAUDE.md under one hundred linesin 14 of 754, across 12 files
- Read CLAUDE.md at the project rootin 14 of 754
- Keep each meaning in a single source of truthin 12 of 754, across 8 files
- Redact sensitive information before committingin 11 of 754, across 4 files
- Scan for all CLAUDE.md filesin 11 of 754, across 7 files
- Use frontmatter for metadata on filesin 10 of 754, across 3 files
- Repeat user interactions 10 timesin 10 of 754, across 4 files
- Write the CLAUDE.md file into the target folderin 10 of 754, across 8 files
- Use memlab to process snapshotsin 9 of 754, across 3 files
Said here and by no other author read
- Run phased discovery using the reference document
- Apply the required output schema
- Build command and role structures
- Apply the artifact and summary contract
- Stamp the spec version comment at the top
- Validate completeness using the quality checklist
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.