Agent skill
create-project-instructions
Create project-context AGENTS.md files using phased discovery, required operational sections, and session-state modeling.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/create-project-instructions
Metadata
Additional technical details for this skill
- source prompt
- prompts/create-project-instructions.prompt.md
- workflow type
- generation
SKILL.md
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.
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. - 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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?