alchemiststudiosDOTai/tunacode
Instructions file CodexOpenCode
Instructions for alchemiststudiosDOTai/tunacode, covering agents.md, repository orientation, start here, harness documentation purpose and git safety and non-destructive defaults.
alchemiststudiosDOTai/tunacode
Instructions file CodexOpenCode
Instructions for alchemiststudiosDOTai/tunacode, covering agents.md, repository orientation, start here, harness documentation purpose and git safety and non-destructive defaults.
alchemiststudiosDOTai/tunacode
Skill Claude CodeCodex
Use when auditing HARNESS.md, pre-commit hooks, pre-push hooks, architecture gates, or CI workflows for tunacode-cli. This skill treats any mismatch, skipped gate, or failing check as a critical failure and requires manual one-by-one execution rather than make targets, batch wrappers, or summary-only audits.
alchemiststudiosDOTai/tunacode
Skill Claude CodeCodex
This skill should be used when releasing tunacode-cli to PyPI. It keeps the existing local release checks, then hands the actual PyPI upload to a GitHub Actions workflow that uses the repository's PYPIAPITOKEN secret.
alchemiststudiosDOTai/harness-engineering
Plugin Claude Code
Harness Engineering framework - skills, agents, and commands for safe, reviewable, incremental agent-driven development. Includes RPEQ workflow (Research, Plan, Execute, QA), ast-grep setup, and codebase analysis tools.
alchemiststudiosDOTai/harness-engineering
Agent
Claude Code subagents are specialized AI assistants that handle specific tasks independently, enabling more efficient problem-solving through task-specific configurations with customized system prompts, tools, and separate context windows. These pre-configured AI personalities can be automatically or explicitly…
alchemiststudiosDOTai/harness-engineering
Command
A comprehensive guide to creating custom slash commands for Claude Code.
alchemiststudiosDOTai/harness-engineering
Skill Claude CodeCodex
This skill should be used when creating, refreshing, or validating a repository AGENTS.md so it stays concise, current, and grounded in repository evidence. Use when AGENTS.md is missing or stale, after refactors or tooling changes, when new docs become the system of record, or when adding lightweight drift checks.
alchemiststudiosDOTai/harness-engineering
Skill Claude CodeCodex
Set up ast-grep for a codebase with common TypeScript rules for detecting anti-patterns, enforcing best practices, and preventing bugs. Creates sgconfig.yml, rule files, and rule tests. Use when adding structural linting, banning legacy patterns, or implementing ratchet gates.
alchemiststudiosDOTai/harness-engineering
Skill Claude CodeCodex
Run or continue a differential debugging session between two implementations, traces, captures, or outputs. Record artifact identity, exact commands, first mismatch progression, findings, validation, and next probe in a durable session log.
alchemiststudiosDOTai/harness-engineering
Skill Claude CodeCodex
Execute implementation plans from .artifacts/plan/. Focus on EXECUTING ONLY - no planning, no fixes outside plan scope. Uses gated checks, atomic commits, and maintains a single execution log in .artifacts/execute/. Use when the user says "execute this plan" or provides a plan path.
alchemiststudiosDOTai/harness-engineering
Skill Claude CodeCodex
Map a repository's mechanical harness layers: canonical check command, local and CI gates, architecture boundaries, structural rules, behavioral verification, docs ratchets, evidence workflows, and operator-facing surfaces. Use when you need to understand how a repo keeps change safe.
alchemiststudiosDOTai/harness-engineering
Skill Claude CodeCodex
Generate execution-ready implementation plans from research docs - planning ONLY, no fixing or verifying. North Star is whether a JR developer can execute the plan with zero additional context.
alchemiststudiosDOTai/harness-engineering
Skill Claude CodeCodex
Perform quality assurance on code changes after the research-phase -> plan-phase -> execute-phase workflow. STRICTLY QA only—no coding, no fixes, no source-code changes. Focus on changed areas only, emphasizing control/data flow correctness.
alchemiststudiosDOTai/harness-engineering
Skill Claude CodeCodex
This skill should be used when mapping or researching a codebase to understand its structure, patterns, and architecture. Use when the user asks to "map the codebase", "research how X works", "find all Y patterns", or needs to understand code organization. Produces factual structural maps in .artifacts/research/—no…
alchemiststudiosDOTai/claude-code-gemini-manager-skill
Plugin Claude Code
Enables Claude Code to manage Gemini CLI as an intern. Claude acts as manager/architect while Gemini does all coding work.
alchemiststudiosDOTai/claude-code-gemini-manager-skill
Skill Claude CodeCodex
This skill should be used when the user wants Claude Code to act purely as a manager/architect while Gemini CLI does all the coding work. Claude Code drives Gemini like an intern - issuing tasks, reviewing output, requesting fixes - but never writes code itself. Use when user says "manage gemini", "architect mode"…
alchemiststudiosDOTai/kb-claude
Instructions file CodexOpenCode
AGENTS.md instructions for alchemiststudiosDOTai/kb-claude, covering repository guidelines, using this project to manage this project, project structure & module organization, workflow overview and build, test, and development commands.
alchemiststudiosDOTai/kb-claude
Instructions file
Claude Code instructions for alchemiststudiosDOTai/kb-claude, covering repository guidelines, using this project to manage this project, project structure & module organization, workflow overview and build, test, and development commands.
alchemiststudiosDOTai/alchemy-rs
Instructions file CodexOpenCode
Instructions for alchemiststudiosDOTai/alchemy-rs, covering agents.md, project overview, where to start, repository map and commands.
alchemiststudiosDOTai/coderabbit-fix-flow-plugin
Plugin Claude Code
Claude Code plugin marketplace for systematic CodeRabbit code review feedback processing.
alchemiststudiosDOTai/coderabbit-fix-flow-plugin
Plugin Claude Code
Systematic workflow for processing CodeRabbit code review feedback with MCP-powered analysis and fixes.
alchemiststudiosDOTai/coderabbit-fix-flow-plugin
Skill Claude CodeCodex
This skill should be used when CodeRabbit code review feedback needs to be processed and fixed systematically. Use after running coderabbit --plain to automatically save feedback, analyze issues using MCP tools, and implement minimal code fixes with proper planning.