Back to authors
wayne930242

wayne930242

12 Skills published on GitHub.

creating-plugins

Scaffolds a new Claude Code plugin with proper structure. Use when creating a new plugin package with skills and manifests.

UncategorizedView skill →

writing-plugins

Creates complete Claude Code plugin packages with manifests, agents, skills, hooks, and marketplaces following official schema. Use when creating new plugins, building marketplaces, or packaging skills for distribution.

UncategorizedView skill →

improving-skills

Use when optimizing an existing skill. Use when user says "improve skill", "optimize skill", "update skill", "skill needs work". Use when a skill is outdated or underperforming.

UncategorizedView skill →

initializing-projects

Use when bootstrapping a new project from scratch. Use when user says "create project", "new project", "initialize project", "start new app".

UncategorizedView skill →

migrating-agent-systems

Use when setting up or migrating Claude Code agent system for a project. Use when user says "setup agent", "migrate agent system", "configure claude code", "add agent system".

UncategorizedView skill →

refactoring-skills

Use when analyzing and refactoring skills in a project. Use when user says "refactor skills", "cleanup skills", "consolidate skills", "skill review". Use when skills are messy or overlapping.

UncategorizedView skill →

reflecting

Use when completing significant work to extract learnings. Use when user says "reflect", "what did we learn", "capture learnings". Use after resolving complex problems or discovering patterns.

UncategorizedView skill →

writing-claude-md

Use when creating CLAUDE.md, improving existing CLAUDE.md, or setting up project configuration. Use when user says "create CLAUDE.md", "setup project", "add laws", "configure agent".

UncategorizedView skill →

writing-hooks

Use when creating Claude Code hooks for code quality, static analysis, or workflow automation. Use when user says "add hook", "enforce linting", "add pre-commit check", "block bad code".

UncategorizedView skill →

writing-rules

Use when creating rule files in .claude/rules/, adding project conventions, or scoping guidelines to specific paths. Use when user says "add rule", "create convention", "scope guideline". NOT for laws (use <law> in CLAUDE.md).

UncategorizedView skill →

writing-skills

Use when creating new skills, modifying existing skills, or improving skill quality. Use when user says "create a skill", "write a skill", "add capability". Use when a repeated pattern should become reusable.

UncategorizedView skill →

writing-subagents

Use when creating specialized Claude Code subagents in .claude/agents/. Use when user says "create agent", "add reviewer", "specialized agent", "isolated context task".

UncategorizedView skill →