Agent Claude Code
Expert on AI coding tool configuration — file formats, folder structures, edge cases, and ecosystem trends. Maintains a verified knowledge base and audits promptpit adapters against reality.
Agent Claude Code
Expert on AI coding tool configuration — file formats, folder structures, edge cases, and ecosystem trends. Maintains a verified knowledge base and audits promptpit adapters against reality.
Command Claude Code
Read the AI Stack Expert agent definition at .claude/agents/ai-stack-expert.md to understand your role, expertise, and methodology. Then execute the following audit workflow.
Command Claude Code
Full development workflow for PromptPit features. Runs design, planning, implementation, review, and simplification in one session. Use this when starting a new feature or significant change.
Command Claude Code
Pre-PR quality gate for PromptPit. Run this on your feature branch after implementation is complete, before opening a PR. Chains three checks: code review, adapter correctness verification, and code simplification.
Command Claude Code
Run free-form agent-based QA against real-world public repos. Each agent acts as a developer who just discovered pit and wants to try it on a project. The agent learns what pit is only from the README and CLI help, then explores organically.
Command Claude Code
Read the AI Stack Expert agent definition at .claude/agents/ai-stack-expert.md to understand your role, expertise, and methodology. Then execute the following refresh workflow.
Command Claude Code
Tag and publish the current main branch. Run this on main after merging a PR that includes a version bump.
Command Claude Code
Push the current branch and create a Pull Request. Run this after implementation is complete and tests pass.
Command Claude Code
Bump the version and add a CHANGELOG entry. Run this on your feature branch before opening a PR that you want to release.
Skill Claude CodeCodex
Update CHANGELOG.md with user-facing changes. Use when the user wants to update the changelog, prepare for a release, or document what changed since the last version.
Skill Claude CodeCodex
Write clear commit messages in conventional commits format. Use when the user is done with changes and wants to commit, says 'commit this', asks for a commit message, or has staged changes ready to go.
Skill Claude CodeCodex
Systematic debugging - reproduce, isolate, understand, fix. Use when the user reports a bug, error, crash, unexpected behavior, or says something 'doesn't work' or 'is broken'.
Skill Claude CodeCodex
Write useful documentation where people will find it. Use when the user asks to document code, add comments, update the README, explain a module, or write API docs.
Skill Claude CodeCodex
Clean up code without changing behavior. Use when the user says code is messy, hard to read, too complex, wants to simplify, reduce duplication, or prepare code for a new feature.
Skill Claude CodeCodex
Self-review code before pushing. Use when the user wants to check their changes, asks 'anything I missed', says 'ready to push', or wants a pre-PR sanity check.
Skill Claude CodeCodex
Write tests for new or changed code. Use when the user asks for tests, says 'cover this', 'make sure this works', wants regression tests, or has just finished implementing a feature or fix.
Instructions file
Instructions for nirelbaz/promptpit, covering claude.md, project, commands, architecture and key decisions.
Settings file Claude Code
MCP configuration declaring 1 server: postgres.
Skill Claude CodeCodex
Headless browser for QA testing.
Cursor rule Cursor
Always use vitest for testing. Use describe/it blocks.
Cursor rule Cursor
Use functional components in React. Prefer Tailwind CSS classes.
Skill Claude CodeCodex
Run the linter.
Skill Claude CodeCodex
Base level skill.
Skill Claude CodeCodex
Mid level skill.