Home /Claude Skills /bmad-context-injection
Recommended

Bmad Context Injection

Say goodbye to constantly copying code snippets
The bigger your project, the more you need this co-pilot
Core Principle:
This tool automatically injects project-specific knowledge like form docs, Zod schemas, and code patterns before Claude processes your prompt. Like having a co-pilot who knows your codebase inside out.
KEY FEATURES
01Auto Knowledge
Injects summarized markdown docs before responses
02Schema Detection
Finds Zod/Yup schemas across your codebase
03Guardrails
Warns about anti-patterns based on your standards
04Global Skills
Critical rules apply to every prompt automatically
github.com/darraghh1/bmad-context-injection
data-ai·darraghh1·2026-01-04·2·🔱 0
Curated by agent-skills.cc
Installation
Download
HTTPS
git clone https://github.com/darraghh1/bmad-context-injection.git
SSH
git clone [email protected]:darraghh1/bmad-context-injection.git
GitHub CLI
gh repo clone darraghh1/bmad-context-injection
FAQ
Q: What are the installation steps for Bmad Context Injection Agent Skills?
1.Keyword Match: Detects triggers like 'create form'
2.Context Harvest: Finds related docs/schemas/examples
3.Priority Sort: Filters content by criticality
4.Inject Claude: Prepends organized context to prompt
Q: What are the highlights of Bmad Context Injection Agent Skills?
  • Auto-load project knowledge
  • Smart schema detection
  • Critical warnings
  • Performance caching
Q: What are the use cases for Bmad Context Injection Agent Skills?
  • Auto-inject validation rules for new forms
  • Remind standards during refactoring
  • Onboard new team members faster
  • Maintain consistency across projects
Q: What are the limitations of Bmad Context Injection Agent Skills?
  • Requires pre-organized docs
  • Works best with TypeScript