1c8d6787b648abb3cec7f31c8eef842fd356362d
Drop-In Agent Instruction Suite
This repository is a portable markdown instruction pack for coding agents.
Copy these files into another repository to give the agent:
- a root
AGENTS.mdentrypoint, - a central skill index,
- category hubs for routing,
- specialized skill files for common software, docs, UX, marketing, and ideation tasks.
Structure
AGENTS.md- base instructions and routing rulesDEPLOYMENT-PROFILE.md- agent-readable prefilled deployment defaultsINSTALL.md- copy and customization guide for other repositoriesPROJECT-PROFILE-WORKBOOK.md- one-time questionnaire for staging defaultsSKILLS.md- canonical skill indexROUTING-EXAMPLES.md- representative prompt-to-skill routing exampleshubs/- category-level routing guidesskills/- specialized reusable skill files
Design Goals
- Plain markdown only
- Cross-agent portability
- Implementation-first defaults
- On-demand skill loading instead of loading everything every session
- Context-efficient routing for large skill libraries
- Prefilled deployment defaults without per-install questioning
- Repo-local instructions take precedence over this bundle
Intended Workflow
- The agent reads
AGENTS.md. - The agent reads
DEPLOYMENT-PROFILE.mdwhen it is filled in. - The agent checks
SKILLS.md. - The agent opens only the relevant hub and skill files for the task.
- The agent combines multiple skills when the task spans several domains.
Core Categories
- Software development
- Debugging
- Documentation
- UI/UX
- Marketing
- Brainstorming
Description
Languages
TypeScript
69.1%
CSS
26.9%
Dockerfile
3.2%
HTML
0.8%