Run AI-assisted codebase quality analysis, security audits, and structured bug investigations. Guides product owners through feature definition and story decomposition for agile workflows.
Use when asked for a codebase scorecard, quality audit, 9-dimension assessment, post-merge/refactor/release health review, or due-diligence review.
Guide a product owner through defining a feature — UI, backend, or full-stack. Conducts a structured interview that branches based on feature type, then produces a structured Feature document. Use when a PO wants to define a new feature, plan a screen flow, document an API, or describe a backend capability. Examples: "let's define a new feature", "I want to plan a UI flow", "help me define an API feature", "plan a backend service", "/feature-writer".
Systematically analyze bugs, failures, or unexpected behavior to identify root causes. Examines code, data, dependencies, and logs without proposing fixes, producing a structured analysis that surfaces assumptions, evidence, gaps, and the simplest path forward.
Use this skill when performing a security review of a codebase, app, or system design. Triggers include pre-launch security checks, post-incident audits, reviewing auth/authz systems, evaluating third-party integrations, or any request for adversarial threat modeling.
Use when asked to evaluate, review, or score a story or bug for quality, readiness, or completeness - especially when a product owner wants feedback before refinement or sprint planning. Supports Jira, Azure DevOps, or pasted content.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A comprehensive collection of AI-powered development skills, commands, and standards for building high-quality software with AI assistance.
This repository contains:
This repo is a Claude Code plugin marketplace. Install everything as a single bundled plugin:
/plugin marketplace add sean-m-cooper/ai_tools
/plugin install ai-tools@ai-tools
/reload-plugins
The first command registers the marketplace; the second installs the ai-tools plugin (all skills and commands); /reload-plugins applies it to the current session. Once installed, skills are invoked with the plugin namespace, e.g. /ai-tools:code-scorecard. Run /plugin update ai-tools to pull the latest version.
Each skill is a focused, well-structured prompt designed to guide AI agents (like GitHub Copilot CLI or Claude) through a specific development task.
| Skill | Purpose |
|---|---|
| code-map | Generate AI-optimized YAML code maps (.codemap.yaml) that help AI agents quickly understand repository structure and navigate codebases efficiently |
| code-scorecard | Audit a codebase across nine quality dimensions on a 0–10 scale, using deterministic metrics from the CodeMetrics.AI tool as evidence; supports --verbose and --explain output modes |
| feature-writer | Write comprehensive feature implementations with proper architecture, testing, and documentation |
| root-cause | Systematically analyze bugs, failures, and unexpected behavior to identify root causes through structured investigation of code, data, dependencies, and logs |
| story-writer | Create well-structured user stories and tasks with clear acceptance criteria and technical requirements |
| story-splitter | Break down complex stories and epics into smaller, manageable tasks |
| security-audit | Perform an adversarial security audit covering frontend, backend, auth, database, infrastructure, and third-party integrations with threat modeling and structured findings |
| story-prefinement | Review and score stories for quality and readiness before sprint planning |
Each skill directory contains a SKILL.md file with:
The code-scorecard skill accepts optional flags at invocation (e.g. "run the scorecard against eContract.API.slnx --verbose"). They are additive — combine them for the full breakdown.
| Flag | Output |
|---|---|
| (none) | Default. Scorecard table, deterministic evidence summary (which scores came from JSON vs CSV vs qualitative), and the top 3 issues to fix. |
--verbose | Adds the projected score lift if the top issues are fixed, the top offenders per metric, and the three-signal breakdown behind each deterministic dimension. |
--explain | Adds a self-contained score-derivation section: filter counts, per-signal values with the threshold rows they matched, the score arithmetic, and what each metric (decomposition ratio, max member cyclomatic complexity, maintainability index) actually means. |
You can also pass a specific .sln/.slnx path to scope the audit when a repo contains multiple solutions.
Specialized procedures for solving specific problem domains or handling complex scenarios.
| Command | Purpose |
|---|---|
| root-cause | Systematic approach to identifying and analyzing root causes of defects and system failures |
The agentic_coding_standards_example/ directory contains a comprehensive framework for maintaining code quality and consistency when working with AI-assisted development.
npx claudepluginhub sean-m-cooper/ai_tools --plugin ai-toolsComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.