[User-level skill] Use when committing.
[User-level skill] Challenge a plan or implementation with 2 independent opus subagents that audit architectural health, maintainability, expandability, and whether changes resolve issues systematically vs patching. Use when asked to "challenge", "review architecture", "audit changes", or before merging significant work.
[User-level skill] Systematic debugging methodology for root cause analysis: problem framing, iterative deepening beyond the first plausible cause, defect class identification, root cause validation tests, and devil's advocate self-challenge. Use when investigating bugs, reviewing fixes, running post-incident analysis, or any time you need to verify a fix lands on root cause rather than symptom.
[User-level skill] Research-backed prompting techniques for building reliable LLM agents. Covers conflict detection, confidence calibration, pro/con balance, chain-of-verification, data citation, and hallucination prevention. Use when creating or improving agent prompts, designing structured output schemas, or diagnosing vague/overconfident/hallucinated outputs.
Brian Pham's personal Claude Code skills, published as a plugin marketplace.
Add as a marketplace in Claude Code:
/plugin marketplace add pt-hieu/skills
/plugin install brian@brian-skills
Single bundled plugin brian containing:
| Skill | Purpose |
|---|---|
challenge | Audit a plan or implementation with 2 independent opus subagents. |
commit | Structured commit workflow. |
diagnose | Systematic root-cause debugging methodology. |
prompting | Research-backed prompting techniques for reliable LLM agents. |
.claude-plugin/
marketplace.json # marketplace manifest
plugins/
brian/
.claude-plugin/
plugin.json # plugin manifest
skills/
challenge/
commit/
diagnose/
prompting/
MIT
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.
npx claudepluginhub pt-hieu/skills --plugin brianSkill and agent authoring tools: generate, audit, and improve Claude Code skills, commands, and agents
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Complete plugin development toolkit for creating, refactoring, and validating Claude Code plugins and agents. Use when creating new plugins/skills/agents, refactoring existing plugins/skills, validating frontmatter, or restructuring plugin components. Includes specialized agents for assessment, planning, execution, and validation workflows.
24 elite skills across 5 layers: discipline, domain expertise, intelligence, coordination, and execution. Turn Claude Code into a proactive engineering partner.
A curated skills plugin for practical AI-era craft, judgment, and delivery.
Core skills: ecosystem guide, skill creator, research patterns, session reflection, and plugin development. Includes UserPromptSubmit hook for forced skill evaluation.