By snkrheadz
Engineering workflow pack (fills gaps the official commands don't cover): merge-pr, review-inbox, test-and-fix, refactor-swarm, techdebt, trace-dataflow, db-query — plus code-architect, architecture-reviewer, verify-shell, migration, oncall and AWS/GCP advisor agents.
Adversarial design reviewer. The verify-half counterpart to code-architect (generate↔verify). Critiques a diff/PR for architecture integrity, module boundary violations, coupling, leaky abstractions, and contract-breaking changes. Returns structured findings, not prose. Triggers: architecture review, design review, PR design review, boundary check, coupling analysis
Use this agent when you need guidance on AWS architecture decisions, infrastructure design, security configurations, cost optimization, or when implementing AWS services following AWS Well-Architected Framework principles. This agent should be called proactively when: <example> Context: The user is designing a new AWS infrastructure or discussing AWS service selection. user: "I want to create an S3 bucket and implement file storage functionality" assistant: "I'm going to use the Task tool to launch the aws-best-practices-advisor agent to ensure we follow AWS best practices for S3 bucket configuration." <commentary> Since the user is planning to create S3 resources, use the aws-best-practices-advisor agent to provide guidance on bucket policies, encryption, versioning, and access controls. </commentary> </example> <example> Context: The user is writing CloudFormation or Terraform code for AWS resources. user: "Write a CloudFormation template to deploy this Lambda function" assistant: "I'll create a CloudFormation template for the Lambda function. First, let's use the aws-best-practices-advisor agent to confirm best practices." <commentary> When creating IaC for AWS, use the aws-best-practices-advisor agent to ensure proper IAM roles, VPC configurations, logging, and monitoring are included. </commentary> </example> <example> Context: The user is troubleshooting AWS-related issues or reviewing existing AWS configurations. user: "The production RDS is slow and I want to improve it" assistant: "For RDS performance improvement, I'll use the aws-best-practices-advisor agent to provide AWS best practices-based diagnosis and improvement recommendations." <commentary> For AWS performance issues, use the aws-best-practices-advisor agent to analyze the situation and provide recommendations aligned with AWS best practices. </commentary> </example>
Software design support agent. Provides architecture design, technology selection, and design pattern recommendations. Triggers: architecture design, system design, design consultation, architecture review, technology selection
GCP architecture and infrastructure design best practices advisor. Use for design consultation on Cloud Storage, Compute Engine, Cloud Functions, BigQuery, etc.
New machine migration assistant agent. Interactively supports from macOS initial setup to dotfiles application and data migration.
Database query and analysis support. Creates, executes, and analyzes SQL queries. Supports BigQuery, PostgreSQL, MySQL. Triggers: /eng:db-query, SQL, query, data analysis, BigQuery
Merge PR and cleanup worktree and local branch. Triggers: /eng:merge-pr, PR merge, worktree cleanup
Parallel refactoring with Agent Teams. Partition by module, avoid conflicts
Triage PRs where you are the requested reviewer. Lists your review inbox, reviews each PR with the official /code-review, drafts line-level comments, and submits them as a non-approving COMMENT review only after you confirm. Asks JA/EN per PR (default JA). Triggers: /eng:review-inbox, review inbox, レビュー依頼, 溜まったレビュー, triage my reviews
Technical debt detection and fix suggestions. Detects duplicate code, TODO comments, unused imports, and high-complexity functions. Triggers: /eng:techdebt, technical debt, code quality check
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code skill marketplace maintained by snkrheadz. Goal: a new teammate (engineer / PM) can use Claude Code in the same environment from day one.
We intentionally keep this lean. Anything the official Claude Code commands already cover (code review, simplification, app verification, committing, project init) is not duplicated here — see Covered by official Claude Code. This repo only ships the gaps.
A plugin alone is not enough. By design, Claude Code cannot distribute
permissions.deny (the security deny-list) or the global CLAUDE.md (your working
philosophy) through a plugin, so those go through a separate channel.
| Channel | What | How |
|---|---|---|
| A. Plugins | skills / agents / hooks | /plugin marketplace add → /plugin install |
| B. Settings + philosophy | permission deny-list / CLAUDE.md | paste into ~/.claude/settings.json + install CLAUDE.md |
/plugin marketplace add snkrheadz/claude-skills
Works for private repos too. A manual
addreuses your local git auth (gh auth login/ SSH / Keychain), so if you cangit cloneit, you can add it. Only setGITHUB_TOKEN(withreposcope) if you also want auto-update on startup.
/plugin install core@claude-skills
What Core ships (role-agnostic):
first-principles — rethink a problem from fundamentalsteach-session — teach back the work just done (great for onboarding)html-output — emit specs / reviews / reports as rich HTMLpre-tool-guard hook — block access to sensitive files (defense in depth)# Our own business assets (maintained by snkrheadz)
/plugin install pm@claude-skills # 業務定義シート (task definition sheet) as A4 HTML
# PM lifecycle (external, MIT, recommended for non-developers)
/plugin marketplace add phuryn/pm-skills
/plugin install pm-product-discovery@pm-skills # discovery / prioritization / interviews
/plugin install pm-product-strategy@pm-skills # strategy / canvases / pricing
/plugin install pm-execution@pm-skills # PRD / OKR / roadmap / sprint
/plugin install pm-market-research@pm-skills # personas / market sizing / competitors
# Install only what you need. All 9 plugins: https://github.com/phuryn/pm-skills
# Document generation (official, docx/pptx/xlsx/pdf)
/plugin install document-skills@anthropic-agent-skills
/plugin install eng@claude-skills
This pack deliberately does not re-implement review/simplify/verify/commit — those are official commands now (see below). It ships the workflow gaps around them:
merge-pr review-inbox test-and-fix refactor-swarm techdebt
trace-dataflow db-querycode-architect architecture-reviewer verify-shell
migration-assistant oncall-guide state-machine-diagram
aws-best-practices-advisor gcp-best-practices-advisorRecommended alongside the official LSP plugins:
/plugin install gopls-lsp@claude-plugins-official # Go
/plugin install typescript-lsp@claude-plugins-official # TS
For anyone investigating AI/ML papers, APIs, and models — any role can add it.
/plugin install research@claude-skills
Agents (3): arxiv-ai-researcher (paper discovery & synthesis),
gemini-api-researcher (Gemini API capabilities & usage),
huggingface-spaces-researcher (HF Spaces / model discovery).
These roles are served almost entirely by official Anthropic plugins — we no longer ship a custom pack for them.
# Marketer
/plugin install document-skills@anthropic-agent-skills # brand-guidelines, internal-comms, doc-coauthoring
# + the deep-research skill; landing pages via frontend-design@claude-plugins-official
# Designer
/plugin install frontend-design@claude-plugins-official
/plugin install document-skills@anthropic-agent-skills # canvas-design, theme-factory, algorithmic-art, slack-gif-creator
These workflows ship with Claude Code itself, so this marketplace intentionally omits them. Use the official commands directly:
| Need | Official command |
|---|---|
| Review the current diff / a PR | /code-review (/code-review ultra [PR#] for deep multi-agent cloud review), /review |
| Security review | /security-review |
| Simplify / de-duplicate code | /simplify |
| Verify a change by running the app | /verify, /run |
| Commit | Claude Code commits natively (or the commit-commands plugin) |
Initialize CLAUDE.md / project config | /init, the update-config skill |
| Claude Code / Agent SDK / API how-to | the official claude-code-guide agent |
Cross-role foundation: first-principles thinking, teaching/onboarding, rich HTML output, and a sensitive-file guard hook. Role-agnostic — install first.
PM / business assets maintained by snkrheadz: 業務定義シート (task definition sheet) as A4 HTML. Pair with phuryn/pm-skills for the full product lifecycle.
Research pack: arxiv-ai-researcher (AI/ML paper discovery & synthesis), gemini-api-researcher (Gemini API capabilities & usage), and huggingface-spaces-researcher (HF Spaces/model discovery). Role-agnostic research tooling for anyone investigating AI/ML papers, APIs, and models.
npx claudepluginhub snkrheadz/claude-skills --plugin engA growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification