agentic-code
Structured coding workflows with design, testing, and review
All Skills in This Repository (4)
Pure Emerald Level Indicatorstesting
Enforce Test-Driven Development cycles and quality gates across programming languages.
metacognition
Validate AI agent task approach and assumptions using a structured protocol.
testing-strategy
Prioritize software tests by ROI and critical user journeys.
coding-rules
Enforce coding standards for clean, maintainable code across layers.
Frequently Asked Questions
FAQPage SchemaHow to install agentic-code?โผ
Run `npx skills add shinpr/agentic-code --all -g -y` in your terminal to install all skills in this suite globally.
What does agentic-code do?โผ
It gives coding agents a repeatable workflow for analyzing, designing, implementing, testing, and reviewing changes in your repository. Small fixes run directly while larger work goes through design docs and work plans.
Which coding agents work with agentic-code?โผ
It works with any tool that reads repository-level AGENTS.md instructions, including Cursor, Codex CLI, and Gemini CLI.
How does agentic-code decide between small and large tasks?โผ
It classifies work by decision burden rather than file count. Single coherent outcomes run directly, while work crossing responsibility boundaries or requiring durable design decisions goes through the coordinated workflow.
Do I need coding experience to use agentic-code?โผ
Basic familiarity helps, but the agent handles the technical execution. You describe the change you want in plain English and approve major design decisions when asked.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core