Instructions file CodexOpenCode
Instructions for tada5hi/skills, covering tada5hi/skills — agent guide, quick reference, setup, lint and lint with auto-fix.
Instructions file CodexOpenCode
Instructions for tada5hi/skills, covering tada5hi/skills — agent guide, quick reference, setup, lint and lint with auto-fix.
Instructions file
Instructions for tada5hi/skills: @AGENTS.md @.agents/structure.md @.agents/conventions.md.
Skill Claude CodeCodex
Audit type boundary mismatches in TypeScript monorepos — detect cases where as casts or utility calls like pickRecord() silently hide property name mismatches. Use when asked to "audit types", "check type casts", "find type mismatches", or during naming convention migrations.
Skill Claude CodeCodex
Generate a Conventional Commits message for uncommitted changes in the working directory. Use when user wants to "generate commit message", "write commit message", "conventional commit", or before committing staged changes.
Skill Claude CodeCodex
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".
Skill Claude CodeCodex
Perform cross-package impact analysis for a type, function, or constant in a TypeScript monorepo. Use when asked to "impact analysis", "find all consumers", "who uses this type", "trace imports", or before renaming shared symbols.
Skill Claude CodeCodex
Explore a codebase to find opportunities for architectural improvement, focusing on making the codebase more testable by deepening shallow modules. Use when user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more AI-navigable.
Skill Claude CodeCodex
Initialize a project with AI agent documentation (CLAUDE.md, AGENTS.md, .agents/.md). Use when the user asks to "init agent docs", "create Claude docs", "set up for AI coding", or when setting up a new repository for AI-assisted development.
Skill Claude CodeCodex
Scaffold a new TypeScript project from tada5hi/typescript-template. Use when the user asks to "init ts project", "create a new typescript library", "scaffold typescript package", or wants to bootstrap a new repository based on the template.
Skill Claude CodeCodex
Fetch PR review comments from GitHub, investigate each one against the actual codebase, and fix real issues. Use after a PR review to triage and act on reviewer feedback, or when asked to "check PR comments", "handle review feedback", or "investigate PR".
Skill Claude CodeCodex
Link skills from skills/ into .claude/skills/ so Claude Code discovers them. Use when a new skill is added, after "link skills", "register skills", or "sync skills".
Skill Claude CodeCodex
Read structured plan files (Markdown with checklists/phases) and report progress by cross-referencing the plan against the current codebase state. Use when asked to "check plan status", "plan progress", "where did I leave off", or "what's next".
Skill Claude CodeCodex
Forces the laziest solution that actually works, simplest, shortest, most minimal. Channels a senior dev who has seen everything: question whether the task needs to exist at all (YAGNI), reach for the standard library before custom code, native platform features before dependencies, one line before fifty. Supports…
Skill Claude CodeCodex
Break a PRD into independently-grabbable GitHub issues using tracer-bullet vertical slices. Use when user wants to convert a PRD to issues, create implementation tickets, or break down a PRD into work items.
Skill Claude CodeCodex
Turn a PRD into a multi-phase implementation plan using tracer-bullet vertical slices, saved as a local Markdown file in ./plans/. Use when user wants to break down a PRD, create an implementation plan, plan phases from a PRD, or mentions "tracer bullets".
Skill Claude CodeCodex
Query a live HTTP API given a base URL plus credentials (username/password, OAuth2 client id/secret, or bearer token) — authenticate, discover endpoints via the OpenAPI/Swagger document or rapiq/JSON-API conventions, then run GET/POST/PATCH requests autonomously to answer data questions (e.g. "get me all roles with…
Skill Claude CodeCodex
Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor, create a refactoring RFC, or break a refactor into safe incremental steps.
Skill Claude CodeCodex
Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.
Skill Claude CodeCodex
Triage a bug or issue by exploring the codebase to find root cause, then create a GitHub issue with a TDD-based fix plan. Use when user reports a bug, wants to file an issue, mentions "triage", or wants to investigate and plan a fix for a problem.
Skill Claude CodeCodex
Propose template improvements to the init-agent-docs skill via pull request to tada5hi/skills. Use when the user asks to "update skill templates", "contribute back to skills", or when a project's agent docs have patterns worth upstreaming.
Skill Claude CodeCodex
Create a PRD through user interview, codebase exploration, and module design, then submit as a GitHub issue. Use when user wants to write a PRD, create a product requirements document, or plan a new feature.
Skill Claude CodeCodex
Write GitHub release notes in a highlights-first style, with narrative sections and code samples above the generated changelog. Use when drafting or rewriting release notes, publishing a GitHub release, announcing a major or minor version, covering a beta cycle in a stable release, or when a release page shows nothing…