Agent Claude Code
Specialized agent with deep knowledge of the AgentReady codebase for development, testing, and maintenance.
Agent Claude Code
Specialized agent with deep knowledge of the AgentReady codebase for development, testing, and maintenance.
Agent Claude Code
Purpose: Specialized Claude Code agent with deep knowledge of the AgentReady codebase to assist with development, testing, and maintenance tasks.
Command Claude Code
AgentReady-specific code review with attribute mapping and score impact analysis.
Command Claude Code
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
Command Claude Code
Generate a custom checklist for the current feature based on user requirements.
Command Claude Code
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Command Claude Code
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
Command Claude Code
Execute the implementation plan by processing and executing all tasks defined in tasks.md.
Command Claude Code
Execute the implementation planning workflow using the plan template to generate design artifacts.
Command Claude Code
Create or update the feature specification from a natural language feature description.
Command Claude Code
Generate an actionable, dependency-ordered tasks.md for the feature based on available design artifacts.
Command Claude Code
Convert existing tasks into actionable, dependency-ordered GitHub issues for the feature based on available design artifacts.
Hook Claude Code
Runs after a tool call finishes for Edit and Write tool calls, running an inline shell check. From ambient-code/agentready.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, running an inline shell check. From ambient-code/agentready.
Settings file Claude Code
Agent settings declaring 2 hook events (PostToolUse, PreToolUse) and 17 allowed tools.
Skill Claude CodeCodex
Test agentready assess against real GitHub repositories to validate assessor changes. Selects repos relevant to the change being tested, clones them to a temp directory, runs the local checkout's assessor, reports results and output locations, then cleans up. Use when testing a new or modified assessor, verifying a…
Skill Claude CodeCodex
Add comprehensive type hints to Python/TypeScript code to improve IDE support, catch errors early, and enable better AI code understanding.
Skill Claude CodeCodex
Create comprehensive CLAUDE.md files with tech stack, standard commands, repository structure, and boundaries to optimize repositories for AI-assisted development.
Instructions file CodexOpenCode
Instructions for ambient-code/agentready, covering agentready, commands, core, development and data flow.
Instructions file
Instructions for ambient-code/agentready, a project described as: Repo Optimizer: Assess git repositories for AI-assisted development readiness. Submit your score!
Agent Claude Code
Review Go backend code for convention violations. Use after modifying files under components/backend/. Checks for panic usage, service account misuse, type assertion safety, error handling, token security, and file size.
Agent Claude Code
Runs all convention checks across the full codebase and produces a scored alignment report. Dispatched by the /align skill.
Agent Claude Code
Review frontend TypeScript/React code for convention violations. Use after modifying files under components/frontend/src/. Checks for raw HTML elements, manual fetch, any types, interface usage, component size, and missing states.
Agent Claude Code
Review Kubernetes operator code for convention violations. Use after modifying files under components/operator/. Checks for OwnerReferences, SecurityContext, reconciliation patterns, resource limits, and panic usage.