Agent skill
project-conventions
Core conventions and patterns for this codebase
Install this agent skill to your Project
npx add-skill https://github.com/sbroenne/pytest-skill-engineering/tree/main/.squad/templates/skills/project-conventions
SKILL.md
Context
This is a starter template. Replace the placeholder patterns below with your actual project conventions. Skills train agents on codebase-specific practices — accurate documentation here improves agent output quality.
Patterns
[Pattern Name]
Describe a key convention or practice used in this codebase. Be specific about what to do and why.
Error Handling
Testing
Code Style
File Structure
Examples
// Add code examples that demonstrate your conventions
Anti-Patterns
- [Anti-pattern] — Explanation of what not to do and why.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
project-conventions
Core conventions and patterns for this codebase
personal-squad
agent-conduct
Shared hard rules enforced across all squad agents
client-compatibility
Platform detection and adaptive spawning for CLI vs VS Code vs other surfaces
history-hygiene
Record final outcomes to history.md, not intermediate requests or reversed decisions
secret-handling
Never read .env files or write secrets to .squad/ committed files
Didn't find tool you were looking for?