Agent Plugins Marketplace
All plugins

genius-skills

Personal agent skills for debugging, planning, and more

Claude Code11 Skills

By Lorenzo Pieri0 GitHub starsUpdated 12 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
11 skill or MCP entries
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install genius-skills for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install genius-skills@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/LRNZ09/skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

genius-skills/
├── .claude-plugin/plugin.json
├── skills/caveman/SKILL.md
├── skills/codename/SKILL.md
├── skills/council/SKILL.md
├── skills/diagnose/SKILL.md
├── skills/grill/SKILL.md
├── skills/handoff/SKILL.md
├── skills/improve-codebase-architecture/SKILL.md
├── skills/prototype/SKILL.md
├── skills/record-user-journey/SKILL.md
├── skills/tdd/SKILL.md
└── skills/triage/SKILL.md

Included Skills11

cavemanskills/caveman/SKILL.md

Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman.

codenameskills/codename/SKILL.md

Use when a repository, project, service, or workstream needs a name and a descriptive one would be dull — 'what should I call this repo', 'give me a codename', 'name this project', naming a spike, experiment, or internal tool, or replacing a placeholder name. Tuned for repo and internal names, not public brand or trademark work.

councilskills/council/SKILL.md

Use when the user wants a decision, idea, or piece of work pressure-tested from multiple independent angles before they commit to it — not for questions with one right answer. Based on Karpathy's LLM Council methodology. MANDATORY TRIGGERS: 'council this', 'run the council', 'war room this', 'pressure-test this', 'stress-test this', 'debate this'. STRONG TRIGGERS (when combined with a real decision or tradeoff): 'should I X or Y', 'which option', 'what would you do', 'is this the right move', 'validate this', 'get multiple perspectives', 'I can't decide', 'I'm torn between'. Do NOT trigger on simple yes/no questions, factual lookups, or a casual 'should I' without a meaningful tradeoff (e.g. 'should I use markdown'). DO trigger when the user presents a genuine decision with stakes, multiple options, and context suggesting they want it stress-tested from multiple angles.

diagnoseskills/diagnose/SKILL.md

Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says "diagnose this" / "debug this", reports a bug, says something is broken/throwing/failing, or describes a performance regression.

grillskills/grill/SKILL.md

Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree one at a time with a recommended answer for each. When the project carries domain docs (CONTEXT.md / ADRs), also challenge the plan against them, sharpen terminology, and update those docs inline. Use to stress-test a plan or design, or when the user says "grill me".

handoffskills/handoff/SKILL.md

Compact the current conversation into a handoff document for another agent to pick up.

improve-codebase-architectureskills/improve-codebase-architecture/SKILL.md

Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

prototypeskills/prototype/SKILL.md

Build a throwaway prototype to flush out a design before committing to it. Routes between two branches — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to prototype, sanity-check a data model or state machine, mock up a UI, explore design options, or says "prototype this", "let me play with it", "try a few designs".

record-user-journeyskills/record-user-journey/SKILL.md

Use when you need a recording or visual proof of a real user journey through a running app — a demo video for a PR, ticket or stakeholder, evidence that a fix behaves correctly end to end, a walkthrough captured at a fixed device viewport (TV, tablet, kiosk), or the same journey re-recorded later after code changed. Also use when a recording came out cropped, juddering, or showing something that did not happen.

tddskills/tdd/SKILL.md

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.

triageskills/triage/SKILL.md

Triage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.

Plugin manifests1

.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "genius-skills",
  "description": "Personal agent skills for debugging, planning, and more",
  "author": {
    "name": "Lorenzo Pieri",
    "url": "https://lorenzopieri.dev"
  },
  "homepage": "https://github.com/LRNZ09/skills"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[genius-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/genius-skills)