← all publishers

ctaxnagomi

@ctaxnagomi source repo

90 published skills

  1. Grilling · ctaxnagomi bundle
    A relentless interview to sharpen a plan or design by asking pointed questions one at a time. Use when user wants to stress-test a plan, get grilled on their design, or challenge a design before implementation.
    0 installs
  2. Research · ctaxnagomi bundle
    Research a topic thoroughly using documentation, codebase exploration, and external sources. Use when deep knowledge outside the current working directory is required or a decision depends on external facts.
    0 installs
  3. Implement · ctaxnagomi bundle
    Turn a spec or plan into working code, one vertical slice at a time. Use when a spec or plan exists and needs implementation, or converting design decisions into code.
    0 installs
  4. Prototype · ctaxnagomi bundle
    Create cheap, rough artifacts to raise the fidelity of a discussion and get concrete feedback. Use when "how should it look?" is the key question or a rough take would advance the discussion.
    0 installs
  5. Wait What · ctaxnagomi bundle
    Stop and ask "wait, what?" when something doesn't add up — challenge unclear assumptions before proceeding. Use when something in the plan doesn't make sense or an assumption needs questioning.
    0 installs
  6. Wayfinder · ctaxnagomi bundle
    Plan a huge chunk of work as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear. Use when a task is too big for one agent session.
    0 installs
  7. Code Wiki · ctaxnagomi bundle
    Generate wiki docs + Mermaid diagrams for any codebase.
    0 installs
  8. Agno · ctaxnagomi bundle
    Agno AI agent framework.
    0 installs
  9. Dagu · ctaxnagomi bundle
    Dagu workflow engine for AI agents.
    0 installs
  10. Onyx · ctaxnagomi bundle
    Onyx AI agent platform.
    0 installs
  11. To Tickets · ctaxnagomi bundle
    Break a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges. Use when you need to break work into tickets or plan implementation order.
    0 installs
  12. Aider · ctaxnagomi bundle
    AI pair programming with Aider CLI.
    0 installs
  13. Cline · ctaxnagomi bundle
    Cline AI coding agent.
    0 installs
  14. Golem · ctaxnagomi bundle
    Golem Cloud for AI agent deployment.
    0 installs
  15. Monet · ctaxnagomi bundle
    Monet AI agent framework.
    0 installs
  16. Terse · ctaxnagomi bundle
    Terse output style for AI agents.
    0 installs
  17. Grill Me · ctaxnagomi bundle
    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'.
    0 installs
  18. Code Review · ctaxnagomi bundle
    Review code with focus on behavior, architecture, and test quality — not style. Use when reviewing a PR, checking code quality, or getting a second opinion on implementation.
    0 installs
  19. Crewai · ctaxnagomi bundle
    CrewAI for multi-agent collaboration.
    0 installs
  20. Gortex · ctaxnagomi bundle
    Gortex AI agent framework.
    0 installs
  21. Mastra · ctaxnagomi bundle
    Mastra AI agent framework.
    0 installs
  22. Agent Memory · ctaxnagomi bundle
    Manage agent memory across sessions: store, retrieve, and persist context, decisions, and learned patterns. Use when the agent needs to remember things between sessions or build a knowledge base.
    0 installs
  23. Autogen · ctaxnagomi bundle
    Microsoft AutoGen for multi-agent systems.
    0 installs
  24. Codemcp · ctaxnagomi bundle
    Code-focused MCP server for development workflows.
    0 installs
  25. Deja Vu · ctaxnagomi bundle
    Deja Vu AI agent memory system.
    0 installs
  26. Lobehub · ctaxnagomi bundle
    LobeHub AI agent framework.
    0 installs
  27. Simplify Code · ctaxnagomi bundle
    Parallel 4-agent cleanup of recent code changes.
    0 installs
  28. Game Art · ctaxnagomi bundle
    Game art creation, asset pipelines, and visual design.
    0 installs
  29. Gitnexus · ctaxnagomi bundle
    GitNexus for AI-powered Git workflows.
    0 installs
  30. Openclaw · ctaxnagomi bundle
    OpenClaw AI agent marketplace.
    0 installs
  31. Opencode · ctaxnagomi bundle
    Open-source AI coding agent.
    0 installs
  32. Unstract · ctaxnagomi bundle
    Unstract for AI document processing.
    0 installs
  33. Godot MCP · ctaxnagomi bundle
    Godot game engine integration via MCP.
    0 installs
  34. Langgraph · ctaxnagomi bundle
    LangGraph for stateful AI agent workflows.
    0 installs
  35. Magic MCP · ctaxnagomi bundle
    Magic MCP server for AI-powered development.
    0 installs
  36. Nimbalyst · ctaxnagomi bundle
    Nimbalyst AI agent framework.
    0 installs
  37. Skill · ctaxnagomi bundle
    Meta-skill authoring capability. Write, structure, and validate SKILL.md files for AI agents, including YAML frontmatter, discoverability, and platform compatibility. Use for creating, editing, or reviewing agent skills.
    0 installs
  38. Codebase Design · ctaxnagomi bundle
    Design modules, interfaces, and architecture decisions with vocabulary for seams, adapters, and depth. Use when designing a new module, deciding where seams should be, or making architectural decisions.
    0 installs
  39. Diagnosing Bugs · ctaxnagomi bundle
    Systematically diagnose bugs using the scientific method: hypothesis, experiment, conclusion. Use when a bug needs investigation and the root cause isn't obvious.
    0 installs
  40. Domain Modeling · ctaxnagomi bundle
    Create and maintain a shared domain vocabulary and model that all code and tests reference. Use when establishing domain vocabulary, creating CONTEXT.md, or aligning code with business concepts.
    0 installs
  41. Grill With Docs · ctaxnagomi bundle
    A grilling session that uses documentation and codebase exploration to answer questions instead of asking the user. Use when the codebase can answer the question better than the user.
    0 installs
  42. Cursor Cpp · ctaxnagomi bundle
    C++ development rules for Cursor AI.
    0 installs
  43. Fast Agent · ctaxnagomi bundle
    Fast Agent framework for AI development.
    0 installs
  44. Game Audio · ctaxnagomi bundle
    Game audio systems, sound design, and audio pipelines.
    0 installs
  45. Gemini CLI · ctaxnagomi bundle
    Google Gemini CLI agent.
    0 installs
  46. Impeccable · ctaxnagomi bundle
    High-quality code formatting and style enforcement.
    0 installs
  47. Deepseek Harness · ctaxnagomi bundle
    Fetch, harness, and deploy Deepseek models with full repo instructions, file management, and agent integration.
    0 installs
  48. Setup Pre Commit · ctaxnagomi bundle
    Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests. Use when adding pre-commit hooks, setting up Husky, or configuring lint-staged.
    0 installs
  49. To Questionnaire · ctaxnagomi bundle
    Transform a conversation into a structured questionnaire that captures all decisions and requirements. Use when a conversation has produced many decisions that need formalizing into actionable specs.
    0 installs
  50. Claude Code · ctaxnagomi bundle
    Anthropic Claude Code CLI agent.
    0 installs
  51. Comfyui MCP · ctaxnagomi bundle
    ComfyUI integration via MCP for AI art.
    0 installs
  52. Openharness · ctaxnagomi bundle
    OpenHarness for AI agent orchestration.
    0 installs
  53. Pydantic AI · ctaxnagomi bundle
    Pydantic AI for type-safe agent development.
    0 installs
  54. Socraticode · ctaxnagomi bundle
    Socratic method coding assistant for learning and exploration.
    0 installs
  55. Superpowers · ctaxnagomi bundle
    Enhanced AI agent capabilities and advanced workflows.
    0 installs
  56. Trigger Dev · ctaxnagomi bundle
    Trigger.dev for background AI jobs.
    0 installs
  57. Cursor Agent · ctaxnagomi bundle
    Cursor AI agent for code generation.
    0 installs
  58. Game 2d Game · ctaxnagomi bundle
    2D game development with sprites, physics, and tilemaps.
    0 installs
  59. Getspecstory · ctaxnagomi bundle
    SpecStory for AI-powered documentation.
    0 installs
  60. Hermes Agent · ctaxnagomi bundle
    Hermes Agent by Nous Research.
    0 installs
  61. Scaffold Exercises · ctaxnagomi bundle
    Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when scaffolding exercises, creating exercise stubs, or setting up a new course section.
    0 installs
  62. Writing For Agents · ctaxnagomi bundle
    Write clear, structured prompts and instructions optimized for AI agent consumption. Use when writing SKILL.md files, creating agent instructions, or structuring documentation for AI readability.
    0 installs
  63. Github Code Review · ctaxnagomi bundle
    Review PRs: diffs, inline comments via gh or REST.
    0 installs
  64. Agent Manager · ctaxnagomi bundle
    AI agent management and orchestration.
    0 installs
  65. Cc Statusline · ctaxnagomi bundle
    Chinese status line for Claude Code.
    0 installs
  66. Cursor Nextjs · ctaxnagomi bundle
    Next.js development rules for Cursor AI.
    0 installs
  67. Cursor Python · ctaxnagomi bundle
    Python development rules for Cursor AI.
    0 installs
  68. Game Skill Os · ctaxnagomi bundle
    Game skill operating system for managing game abilities and mechanics.
    0 installs
  69. Improve Agent · ctaxnagomi bundle
    AI agent improvement and optimization.
    0 installs
  70. UI UX Pro Max · ctaxnagomi bundle
    Professional UI/UX design workflows, component systems, and design tokens.
    0 installs
  71. Migrate To Shoehorn · ctaxnagomi bundle
    Migrate test files from as type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace as in tests, or needs partial test data.
    0 installs
  72. Create Hermes Skill · ctaxnagomi bundle
    Create your own Hermes SKILL.md with dictionary-based input correction and validation.
    0 installs
  73. DOCX Documents · ctaxnagomi bundle
    Create and edit Word documents programmatically.
    0 installs
  74. Game Web Games · ctaxnagomi bundle
    Browser-based game development with HTML5 Canvas and WebGL.
    0 installs
  75. MCP Playwright · ctaxnagomi bundle
    Browser automation with Playwright for AI agents.
    0 installs
  76. Systematic Debugging · ctaxnagomi bundle
    4-phase root cause debugging: understand bugs before fixing them.
    0 installs
  77. Test Driven Development · ctaxnagomi bundle
    TDD workflow: enforce RED-GREEN-REFACTOR, tests before code.
    0 installs
  78. Setup Matt Pocock Skills · ctaxnagomi bundle
    Set up the Matt Pocock skills ecosystem: issue tracker integration, triage labels, and configuration. Use when setting up Matt Pocock skills for the first time or configuring issue tracker integration.
    0 installs
  79. Resolving Merge Conflicts · ctaxnagomi bundle
    Systematically resolve merge conflicts by understanding both sides and finding the correct resolution. Use when a merge conflict needs resolution or you need to understand what both branches intended.
    0 installs
  80. Git Guardrails Claude Code · ctaxnagomi bundle
    Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D) before they execute. Use when user wants to prevent destructive git operations or add git safety hooks.
    0 installs
  81. Improve Codebase Architecture · ctaxnagomi bundle
    Refactor and improve codebase architecture by identifying and resolving structural issues. Use when the codebase has structural problems or modules are too coupled.
    0 installs
  82. Tdd · ctaxnagomi bundle
    Test-driven development: the red-green loop, what a good test is, where tests go, anti-patterns, and the rules of the loop. Use when building features or fixing bugs test-first, or wanting integration tests.
    0 installs
  83. Plan · ctaxnagomi bundle
    Write a markdown plan to .hermes/plans/; no execution.
    0 installs
  84. Teach · ctaxnagomi bundle
    Teach a concept or skill by breaking it into progressive steps, checking understanding at each stage. Use when user wants to learn a new concept, understand how something works, or get a guided walkthrough.
    0 installs
  85. Design · ctaxnagomi bundle
    UI/UX design system — skewed glass cards, neon border-trace buttons, translucent iOS aesthetic with per-category color gradients.
    0 installs
  86. Triage · ctaxnagomi bundle
    Move issues and external PRs through a state machine of triage roles, categorise, verify, grill if needed, and write agent-ready briefs. Use when triaging issues or managing a project issue tracker.
    0 installs
  87. Wizard · ctaxnagomi bundle
    Generate an interactive bash wizard that walks a human through steps only they can perform. Use when provisioning infrastructure, setting up credentials, or running a one-off migration.
    0 installs
  88. Handoff · ctaxnagomi bundle
    Hand off context from one agent session to another without losing state. Use when a session is running out of context, work needs to continue in a fresh session, or transitioning between agent roles.
    0 installs
  89. To Spec · ctaxnagomi bundle
    Turn the current conversation into a spec and publish it to the project issue tracker: no interview, just synthesis of what you've already discussed. Use when you want to create a spec from a conversation.
    0 installs
  90. Ask Matt · ctaxnagomi bundle
    Ask Matt Pocock-style probing questions to explore and challenge ideas. Use when user wants to explore concepts, challenge assumptions, or think through a problem with expert-level questions.
    0 installs