ai_coding_project_base
Structured spec, plan, and verified autonomous code execution
All Skills in This Repository (31)
Pure Emerald Level Indicatorsauto-verify
Automate task criteria verification across HTTP, browser, and file checks.
verify-task
Verify task acceptance criteria from EXECUTION_PLAN.md with per-criterion checks.
codex-consult
Review documents with OpenAI Codex and compare model critiques.
list-todos
Analyze TODOS.md items and output a ranked list with implementation guidance.
feature-technical-spec
Generate a FEATURE_TECHNICAL_SPEC.md from a feature SPEC and project context.
analyze-sessions
Analyze Claude Code session logs to identify automation opportunities.
code-verification
Coordinate multi-agent code verification against requirements with retry and audit logs.
configure-verification
Automate configuration of verification commands into .claude/verification-config.json.
update-docs
Analyze commit ranges or working tree changes to update documentation files.
phase-checkpoint
Execute and validate Phase Checkpoint criteria from EXECUTION_PLAN.md.
progress
Analyze repository plans and compute completion metrics from Markdown checkboxes.
setup
Initialize projects with AI Coding Toolkit components and metadata.
Frequently Asked Questions
FAQPage SchemaHow to install ai_coding_project_base?โผ
Run `npx skills add benjaminshoemaker/ai_coding_project_base --all -g -y` in your terminal to install all skills globally.
How does this toolkit build software autonomously?โผ
It guides you through a product spec and technical spec, generates a phased execution plan, then works task-by-task with automatic test, lint, and security verification after each task.
Does it work with Claude Code and Codex?โผ
Yes. Skills follow the standard SKILL.md format and run in Claude Code, with optional cross-model review and task delegation through the OpenAI Codex CLI.
What happens when the agent gets stuck?โผ
Built-in stuck detection tracks repeated failures and escalates to you with a clear report and options instead of retrying the same failing approach endlessly.
Can I use it for existing projects, not just new ones?โผ
Yes. A dedicated feature workflow (`/feature-spec`, `/feature-technical-spec`, `/feature-plan`) adds new features to existing codebases with the same verification gates.
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