Agent Skills by Nicholas Stelter
Showing 23 vetted skills indexed across 1 GitHub repositories.
audit-ui-handlers
Audit a single page for unfinished UI handlers via static analysis.
analyze-overfetch
Inventory GraphQL queries and fragments, trace field usage, and generate audit-ready optimization plans.
sft-versioning-guide
Automate semantic versioning and changelog updates for skill-factory plugins.
sft-cross-cutting-patterns
Enforce standardized SKILL.md frontmatter and section conventions across skills.
sft-coordination-patterns
Select multi-agent coordination patterns for Claude Code skill workflows.
sft-scaffold-plugin
Generate plugin directory structures with plugin.json and SKILL.md templates.
sft-skill-anatomy
Analyze Claude Code skill structure and section rationale for audits.
sft-build-plugin
Automate the brainstorm, plan, implement, and version workflow for skills and plugins.
sft-skill-comparison-matrix
Compare structural templates for Claude Code skill design.
using-git-worktrees
Create isolated git worktrees sharing the same repository for feature work.
test-driven-development
Enforce test-driven development with a red-green-refactor workflow.
systematic-debugging
Enforce a four-phase systematic debugging process to identify and fix root causes.
using-superpowers
Invoke the Skill tool before responding to load skill directives.
dispatching-parallel-agents
Dispatch dedicated agents to investigate independent failures in parallel.
executing-plans
Execute implementation plans with critical review and mandatory verifications.
finishing-a-development-branch
Automate feature branch finishing with merge, PR, keep, or discard options.
brainstorming
Clarify goals and constraints to produce concrete design outlines.
writing-plans
Generate implementation plans from formal specs with file mapping and task decomposition.
requesting-code-review
Automate code-review planning and validation with standardized templates and diff-based assessment.
receiving-code-review
Evaluate code-review feedback through a six-step verification workflow before implementing changes.
writing-skills
Codify frontmatter and structured guidance for CLAUDE Skill Units.
verification-before-completion
Run verification commands and collect fresh evidence for completion claims.
subagent-driven-development
Dispatch fresh subagents for each plan task with two-stage reviews.