Agent Claude Code
Automatically fix TypeScript compilation errors.
Agent Claude Code
Automatically fix TypeScript compilation errors.
Agent Claude Code
Use this agent when you need to review recently written code for adherence to best practices, architectural consistency, and system integration. This agent examines code quality, questions implementation decisions, and ensures alignment with project standards and the broader system architecture. Examples:\n\n…
Agent Claude Code
name: code-refactor-master description: Use this agent when you need to refactor code for better organization, cleaner architecture, or improved maintainability. This includes reorganizing file structures, breaking down large components into smaller ones, updating import paths after file moves, fixing loading…
Agent Claude Code
name: documentation-architect description: Use this agent when you need to create, update, or enhance documentation for any part of the codebase. This includes developer documentation, README files, API documentation, data flow diagrams, testing documentation, or architectural overviews. The agent will gather…
Agent Claude Code
name: plan-reviewer description: Use this agent when you have a development plan that needs thorough review before implementation to identify potential issues, missing considerations, or better alternatives. Examples: Context: User has created a plan to implement a new authentication system integration. user: "I've…
Agent Claude Code
name: refactor-planner description: Use this agent when you need to analyze code structure and create comprehensive refactoring plans. This agent should be used PROACTIVELY for any refactoring requests, including when users ask to restructure code, improve code organization, modernize legacy code, or optimize existing…
Agent Claude Code
name: web-research-specialist description: Use this agent when you need to research information on the internet, particularly for debugging issues, finding solutions to technical problems, or gathering comprehensive information from multiple sources. This agent excels at finding relevant discussions in GitHub issues…
Hook Claude Code
Runs when you submit a prompt, before the agent sees it, executing skill-activation-prompt.sh. From pyraxo/muscle.
Hook Claude Code
Runs after a tool call finishes for Edit, MultiEdit and Write tool calls, executing post-tool-use-tracker.sh. From pyraxo/muscle.
Settings file Claude Code
Agent settings declaring 2 hook events (UserPromptSubmit, PostToolUse).
Skill Claude CodeCodex
Best practices and guidance for developing PufferLib reinforcement learning environments. Use when creating RL environments, implementing observation/action spaces, setting up vectorization, training policies, or integrating with PufferLib's API.
Skill Claude CodeCodex
Create and manage Claude Code skills following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger patterns, working with hooks, debugging skill activation, or implementing progressive disclosure. Covers skill structure, YAML frontmatter, trigger types (keywords…
Skill Claude CodeCodex
Implement shared combat-rule systems such as throws, cancels, combo logic, and simultaneous-action ordering.
Skill Claude CodeCodex
Implement source-accurate defense, parry, pushblock, and throw-vs-defense behavior.
Skill Claude CodeCodex
Port Ninja move, state, and owned-object behavior from source to the Python runtime.
Skill Claude CodeCodex
Implement hurtbox, hurt-state, collision, and bounds parity for the shared runtime.
Skill Claude CodeCodex
Align env/training surfaces with runtime truth and lock down parity signoff artifacts.
Instructions file CodexOpenCode
AGENTS.md instructions for pyraxo/muscle, covering agent guidelines, environment setup, sync dependencies from pyproject.toml, add a new dependency and add dev dependency.
Instructions file
Claude Code instructions for pyraxo/muscle, covering claude code guidelines, project overview, repository structure, development guidelines and package manager.