Skip to main content
coleam00
GitHub creator profile

coleam00

Repository-level view of 118 collected skills across 25 GitHub repositories.

skills collected
118
repositories
25
updated
Aug 29, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
skills
31 skills · Aug 26, 2026
Software DevelopersComputer Occupations, All OtherSoftware Quality Assurance Analysts & TestersProject Management SpecialistsComputer Systems AnalystsOffice Clerks, General
6 occupation categories · 97% classified
26%share
#02
ai-native-starter-pack
21 skills · Jul 29, 2026
Software DevelopersSoftware Quality Assurance Analysts & TestersProject Management SpecialistsNetwork & Computer Systems Administrators
4 occupation categories · 100% classified
18%share
#03
Archon
12 skills · Aug 29, 2026
Software DevelopersSoftware Quality Assurance Analysts & Testers
2 occupation categories · 100% classified
10%share
#04
frontend-mix
9 skills · Jun 2, 2026
Software DevelopersSoftware Quality Assurance Analysts & TestersComputer Occupations, All OtherWeb & Digital Interface Designers
4 occupation categories · 100% classified
7.6%share
#05
second-brain-skills
5 skills · Jan 24, 2026
Graphic DesignersComputer Occupations, All OtherSoftware DevelopersWeb Developers
4 occupation categories · 100% classified
4.2%share
#06
hyperframes-ai-video-generation
5 skills · May 13, 2026
Software DevelopersAudio & Video TechniciansFilm & Video EditorsSpecial Effects Artists & Animators
4 occupation categories · 100% classified
4.2%share
#07
custom-agent-with-skills
5 skills · Jan 26, 2026
Office Clerks, GeneralCooks, RestaurantPostsecondary Teachers, All OtherSoftware Quality Assurance Analysts & Testers
4 occupation categories · 100% classified
4.2%share
#08
helpline
4 skills · May 19, 2026
Software DevelopersSoftware Quality Assurance Analysts & Testers
2 occupation categories · 100% classified
3.4%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

hooks-create
unclassified

Author a working Claude Code hook from a plain-English description of what it should guarantee or do. You describe the behavior ("never let the agent edit my migrations", "don't stop until the tests pass", "log every command"); this skill picks the right…

Aug 26, 2026
build-dark-factory
computer-occupations-all-other

Take a PRD and build a dark factory around it - a repository that takes work in as an issue and ships validated code out with nobody at the keyboard - one component at a time, into the user's actual repo. Covers the five components in construction order - the…

Aug 14, 2026
opportunity-scan
computer-occupations-all-other

Scan how you actually work with your coding agent and surface what to encode next. Point it at ONE run's artifacts to find what would have prevented a specific failure (the reactive loop — 'that went wrong, what should change in the AI layer?'), or at a…

Aug 11, 2026
piv-implement
software-developers

Executes an implementation plan task-by-task with validation at every step. Use when you have a completed feature plan and want to implement it in one pass.

Aug 9, 2026
piv-investigate-issue
software-developers

Investigate a GitHub issue — fan out parallel exploration, find the root cause (5 Whys, evidence-backed), and write a reviewable RCA artifact (then post a summary to the issue). The investigate step before piv-implement-issue. Use to diagnose a bug/issue…

Aug 9, 2026
piv-review-pr
software-quality-assurance-analysts-and-testers

Full pull-request review — fetch the PR, run the project's validation, review the diff with fresh eyes (dispatching the code-reviewer agent), categorize issues by severity, post the review to GitHub (approve / request-changes / comment), and save a report.…

Aug 9, 2026
plan-create-prd
project-management-specialists

Interactive, problem-first PRD generator — interviews the user to surface the thesis (the problem, and WHY build it) and a falsifiable hypothesis, then writes a focused PRODUCT-level PRD (problem · evidence · hypothesis · users · MVP · success metrics ·…

Aug 9, 2026
rules-create-global
software-developers

Set up your project's global rules, a lean and well-structured root CLAUDE.md (plus a starter .claude/), following the course methodology. Greenfield: pass your PRD and/or architecture-spec path and it derives rules from your engineering decisions (a PRD…

Aug 9, 2026
Showing 8 of 31 collected skills.
spec
project-management-specialists

Slice an epic or next-epic doc into PIV-sized tickets with a dependency graph. Turns a large strategic doc into the discrete units of work that the PIV loop consumes. Accepts a Confluence page id OR a local PRD/epic doc path; optionally cross-references a…

Jul 29, 2026
agent-browser
software-quality-assurance-analysts-and-testers

Drive a real browser to validate web apps end-to-end. Use when you need to navigate to a URL, interact with UI elements, fill forms, click buttons, take screenshots, assert page state, or run a full end-to-end validation flow for a web feature. The primary…

May 24, 2026
create-rules
software-developers

Derive the AI Layer's global rules (CLAUDE.md) and on-demand context modules FROM an existing codebase by analyzing its real structure, conventions, and patterns. Use on a brownfield codebase that has no CLAUDE.md yet (Brownfield Type A) to build the…

May 24, 2026
plan-feature
software-developers

Creates a comprehensive, context-rich implementation plan through deep codebase analysis and external research. Use when you have a feature request and need a one-pass-ready plan before writing any code.

May 24, 2026
prime-backend
software-developers

Primes the agent with focused understanding of the backend portion of the codebase — API routes, services, data models, and database layer — without loading unrelated frontend code. Use at the start of a session when the work is scoped to API endpoints,…

May 24, 2026
prime-frontend
software-developers

Primes the agent with focused understanding of the frontend portion of the codebase — components, routing, state management, and styling — without loading unrelated backend code. Use at the start of a session when the work is scoped to UI or client-side…

May 24, 2026
code-review-fix
software-quality-assurance-analysts-and-testers

Fixes bugs surfaced by a manual or AI code review, one at a time, with tests, then runs full validation. Use after a code review has produced a list of issues or a review file.

May 21, 2026
code-review
software-quality-assurance-analysts-and-testers

Performs a technical code review of recently changed files for bugs, security issues, and standards compliance, then writes a report. Use before committing, as a pre-commit quality gate.

May 21, 2026
Showing 8 of 21 collected skills.
archon-cli
software-developers

Drive Archon through its CLI: run AI workflows on a repo, manage those runs (inspect, approve, reject, cancel, resume), set up Archon or change its config, author new workflows, and improve workflow prompts. Use when the user says "use archon", "run archon",…

Aug 29, 2026
rulecheck
software-quality-assurance-analysts-and-testers

Autonomous rule adherence checker. Scans the codebase for rule violations, fixes the highest-impact ones in an isolated worktree, runs full validation, creates a PR. Uses memory to track progress across runs.

Aug 18, 2026
release
software-developers

Create a release from dev branch. Generates changelog entries from commits, bumps version, and creates a PR to main. TRIGGERS - Use this skill when user says: - "/release" - create a patch release (default) - "/release minor" - create a minor release -…

Aug 4, 2026
test-release
software-quality-assurance-analysts-and-testers

Verify a released archon binary works end-to-end via a specific install path. Use when: cutting a new release, reproducing a user bug report on the released version, or validating that a hotfix binary actually works after a re-tag. Triggers: "test the…

Aug 4, 2026
docker-extend
software-developers

Use when: User wants to extend Docker with custom tools, personalize the Docker environment, or set up user-specific Docker customization. Triggers: 'extend docker', 'docker-extend', 'add tools to docker', 'customize docker', 'add my tools to the container',…

Apr 5, 2026
replicate-issue
software-quality-assurance-analysts-and-testers

Replicate and validate a GitHub issue by spinning up Archon, analyzing the issue, and systematically testing all described symptoms using browser automation. Use when: User wants to reproduce a bug, validate a GitHub issue, confirm a reported problem, or…

Apr 4, 2026
validate-ui
software-quality-assurance-analysts-and-testers

Comprehensive end-to-end validation of the Archon Web UI using browser automation and codebase review. Use when: User wants to validate, test, or audit the Archon web interface, find UI/UX bugs, test workflow management, verify parallel agent orchestration,…

Apr 4, 2026
agent-browser
software-quality-assurance-analysts-and-testers

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

Mar 30, 2026
Showing 8 of 12 collected skills.
frontend-mix-explore
software-developers

Gather context for a mixed-provider full-stack build before planning. Run this skill in a Claude Code session on Sonnet (cheap context gathering, no heavy reasoning needed). It inspects the repo, reads the spec if you point it at one, and writes a context.md…

Jun 2, 2026
frontend-mix-plan
software-developers

Plan a full-stack web application by producing a three-section spec (UI / Integration / Deployment) that downstream provider-specific sessions can execute. Run this skill in a Claude Code session on Opus, AFTER frontend-mix-explore has produced a context.md.…

Jun 2, 2026
frontend-mix-fix-validation
software-quality-assurance-analysts-and-testers

Address validation failures recorded by the frontend-mix-validate session. Run this skill in a Claude Code session driving Opus - failures that survived two Sonnet repair attempts need real judgment, not more grinding. Reads validation-issues.md, fixes each…

Jun 1, 2026
frontend-mix-smoke
software-quality-assurance-analysts-and-testers

Runtime smoke-test a freshly validated mixed-provider build by driving the RUNNING app with agent-browser - load every route, exercise the primary interaction, check status codes and console errors. Run this skill in a Claude Code session driving Sonnet.…

Jun 1, 2026
frontend-mix-validate
software-quality-assurance-analysts-and-testers

Run the full validation suite (install, type-check, lint, build, tests) on a freshly integrated app and fix anything broken. Run this skill in a Claude Code session driving Sonnet - validation is grind work, Sonnet is the right tool. Two-attempt cap per step;…

Jun 1, 2026
frontend-mix-deploy
software-developers

Deploy a validated build per SECTION C of a planning document. Run this skill in a Claude Code session driving Opus - the deploy step is reasoning-light most of the time but needs judgment when the dry-run output looks off. Skill is generic: it does whatever…

May 29, 2026
frontend-mix-design
web-and-digital-interface-designers

Design and scaffold a beautiful frontend from SECTION A of a planning document. Run this skill in a Pi session driving Gemini 3.5 Flash, because Gemini builds the most beautiful frontends right now. The skill only builds the UI surface - auth, API calls, and…

May 29, 2026
frontend-mix-integrate
software-developers

Wire up auth, backend API, and third-party SDK integrations into a UI scaffold by executing SECTION B of a planning document. Run this skill in a Claude Code session driving Opus - integration is reasoning-heavy. The skill is plan-driven, not vendor-specific:…

May 29, 2026
Showing 8 of 9 collected skills.
brand-voice-generator
graphic-designers

Generate tone-of-voice and brand-system files for use with the PPTX Generator and other brand-aware skills. TRIGGERS - Use this skill when user says: - "help me create a brand system" / "set up my brand" - "generate my tone of voice" / "create my voice…

Jan 24, 2026
mcp-client
computer-occupations-all-other

Universal MCP client for connecting to any MCP server with progressive disclosure. Wraps MCP servers as skills to avoid context window bloat from tool definitions. Use when interacting with external MCP servers (Zapier, Sequential Thinking, GitHub,…

Jan 24, 2026
pptx-generator
graphic-designers

Generate and edit presentation slides as PPTX files. Also create LinkedIn carousels and manage reusable slide layouts. TRIGGERS - Use this skill when user says: - "create slides for [brand]" / "generate presentation for [brand]" / "make slides for [brand]" -…

Jan 24, 2026
remotion-best-practices
web-developers

Create and edit Remotion videos with domain-specific knowledge. TRIGGERS - Use this skill when: - User mentions "Remotion" in their request - User references a Remotion project path (remotion-videos/*, contains remotion.config.ts) - User asks to create,…

Jan 24, 2026
sop-creator
software-developers

Create runbooks, playbooks, and technical documentation for engineering teams. Use when the user wants to document a process, create a runbook, build operational docs, or formalize any repeatable technical procedure. Triggers on requests like "create a…

Jan 24, 2026
Showing 12 of 25 repositories