codeaholicguycodeaholicguyCommunityยท25 Agent Skills Included

ai-devkit

Control plane for managing multiple AI coding agents

Unifies Claude Code, Codex, Cursor, and other AI coding agents under one config, one console, and shared local memory. Eliminates scattered terminal tabs, repeated project rules, and agents claiming done without proof. Adds structured skills for requirements, planning, TDD, debugging, security review, and verified code delivery.
npx skills add codeaholicguy/ai-devkit --all -g -y

All Skills in This Repository (25)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
codeaholicguycodeaholicguy

memory

Store and retrieve titled knowledge with tags and scope via CLI search.

Community
Intermediate
๐Ÿ“ฆ In Repo
codeaholicguycodeaholicguy

dev-pr

Rebase, push, and open a code review request for a ready feature branch.

Community
Intermediate
๐Ÿ“ฆ In Repo
codeaholicguycodeaholicguy

agent-management

Manages running AI coding agents through ai-devkit agent CLI commands.

Community
Intermediate
๐Ÿ“ฆ In Repo
codeaholicguycodeaholicguy

brainstorm

Generates and evaluates ideas through a structured diverge-to-converge workflow.

Community
Basic
๐Ÿ“ฆ In Repo
codeaholicguycodeaholicguy

changelog

Generate CHANGELOG.md Unreleased entries from git commits since the latest release.

Community
Basic
๐Ÿ“ฆ In Repo
codeaholicguycodeaholicguy

verify

Enforces evidence-based completion claims by requiring fresh command output before reporting success.

Community
Intermediate
๐Ÿ“ฆ In Repo
codeaholicguycodeaholicguy

dev-lifecycle

Orchestrates structured SDLC phase skills across requirements, design, planning, implementation, testing, and review.

Community
Advanced
๐Ÿ“ฆ In Repo
codeaholicguycodeaholicguy

dev-commit

Creates verified conventional git commits containing only intended changes.

Community
Intermediate
๐Ÿ“ฆ In Repo
codeaholicguycodeaholicguy

structured-debug

Diagnose bugs through evidence-based reproduction, hypothesis testing, and validated fix plans.

Community
Intermediate
๐Ÿ“ฆ In Repo
codeaholicguycodeaholicguy

dev-design

Reviews feature design documents against requirements and resolves architecture trade-offs.

Community
Intermediate
๐Ÿ“ฆ In Repo
codeaholicguycodeaholicguy

document-code

Generates structured markdown documentation for code entry points with dependency mapping and mermaid diagrams.

Community
Intermediate
๐Ÿ“ฆ In Repo
codeaholicguycodeaholicguy

dev-planning

Creates and reconciles feature implementation task plans within the AI DevKit dev-lifecycle workflow.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install AI DevKit?โ–ผ

Run `npx skills add codeaholicguy/ai-devkit --all -g -y` in your terminal to install all skills in this suite globally.

What problem does AI DevKit solve?โ–ผ

It gives you one config, one console, and shared memory to manage multiple AI coding agents instead of juggling isolated terminal sessions.

Which AI coding agents does AI DevKit support?โ–ผ

It works with Claude Code, Codex CLI, Gemini CLI, Cursor, opencode, GitHub Copilot, Devin, and other popular coding agents.

How does AI DevKit stop agents from claiming false completion?โ–ผ

The verify skill blocks any completion claim until the agent runs fresh test or build commands and reports real output as evidence.

Can AI DevKit remember project conventions between sessions?โ–ผ

Yes. It stores decisions, conventions, and fixes in a local SQLite memory that agents search only when relevant, avoiding context bloat.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’