Skip to main content
sethdford
GitHub creator profile

sethdford

Repository-level view of 451 collected skills across 8 GitHub repositories.

skills collected
451
repositories
8
updated
Jul 25, 2026
repository map

Where the skills live

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

#01
claude-skills
394 skills · Mar 11, 2026
Software Quality Assurance Analysts & TestersSoftware DevelopersInformation Security AnalystsComputer & Information Systems ManagersProject Management SpecialistsMarketing Managers
24 occupation categories · 100% classified
87%share
#02
claude-agent-os
18 skills · Jul 25, 2026
Software Quality Assurance Analysts & TestersComputer Occupations, All OtherSoftware DevelopersNetwork & Computer Systems AdministratorsWeb & Digital Interface Designers
5 occupation categories · 100% classified
4%share
#03
h-uman
14 skills · Mar 21, 2026
Project Management SpecialistsManagement AnalystsPersonal Care & Service Workers, All OtherTechnical WritersGeneral & Operations ManagersMarket Research Analysts & Marketing Specialists
9 occupation categories · 100% classified
3.1%share
#04
claude-standards
8 skills · Mar 11, 2026
Software DevelopersSoftware Quality Assurance Analysts & TestersComputer & Information Systems ManagersFile ClerksTechnical Writers
5 occupation categories · 100% classified
1.8%share
#05
claude-plugins
7 skills · Oct 17, 2025
Software DevelopersProject Management Specialists
2 occupation categories · 100% classified
1.6%share
#06
claude-code-teams
6 skills · May 10, 2026
Software DevelopersNetwork & Computer Systems AdministratorsProject Management SpecialistsSoftware Quality Assurance Analysts & Testers
4 occupation categories · 100% classified
1.3%share
#07
claude-toolkit
3 skills · Jul 4, 2026
Project Management SpecialistsComputer Occupations, All Other
2 occupation categories · 100% classified
0.7%share
#08
sre-latency-monitor
1 skills · Feb 6, 2026
Network & Computer Systems Administrators
1 occupation categories · 100% classified
0.2%share
repository explorer

Repositories and representative skills

architecture-anti-patterns
software-developers

Identify and avoid common architectural mistakes. Recognize patterns of failure. Use when reviewing designs or learning from mistakes.

Mar 11, 2026
architecture-kata
computer-systems-analysts

Practice architectural design with structured problems. Time-limited design challenges. Use for skill development, interviews, team exercises.

Mar 11, 2026
architecture-patterns-catalog
software-developers

Reference catalog of proven architecture patterns. Know when to apply each pattern, tradeoffs, and examples. Use as reference when designing systems.

Mar 11, 2026
architecture-review-facilitation
project-management-specialists

Lead effective architecture reviews. Manage discussions, surface disagreements, build consensus, document decisions. Use when conducting reviews or running architecture forums.

Mar 11, 2026
interview-prep
software-developers

Prepare for architecture interview questions and scenarios. Practice system design, tradeoff discussions, communication. Use for career development and interview readiness.

Mar 11, 2026
system-audit
computer-and-information-systems-managers-113021

Conduct comprehensive system architecture evaluation. Assess design quality, technical debt, operational readiness, scalability. Use when auditing existing systems.

Mar 11, 2026
technical-mentoring
computer-and-information-systems-managers-113021

Coach engineers on architecture and design. Provide feedback, guide learning, support growth. Use when mentoring junior architects or senior engineers.

Mar 11, 2026
architecture-principles
software-developers

Define foundational architecture principles and decision-making rules. Communicate guidelines across organization. Use when establishing architectural standards or updating strategy.

Mar 11, 2026
Showing 8 of 394 collected skills.
caretaker
network-and-computer-systems-administrators

Run the bounded harness caretaker — deterministic state gather (predictions, verifier gain, agent health, sensors, drift), then triage ONLY what's flagged under a hard authority boundary (files work, never ships changes). Triggers on /caretaker, "run the…

Jul 25, 2026
mine-transcripts
computer-occupations-all-other

Mine past Claude Code session transcripts (JSONL) to extract user corrections, successful patterns, and recurring failure modes. Proposes diffs against lessons.md and rules/*.md for human review. Triggers on /mine-transcripts, "mine my sessions", "what did I…

Jul 11, 2026
apply-mining-patches
computer-occupations-all-other

Apply the diff/patch outputs from a /mine-transcripts run to lessons.md and rules/*.md after human review. Use after running /mine-transcripts and reviewing the proposed diffs. Triggers on /apply-mining-patches, "apply the mining patches", "apply mining run",…

Jul 11, 2026
rl-status
computer-occupations-all-other

Show the RL value-function snapshot for all agents — mean reward, recent trend, anomalies, top tuning candidates. Use weekly to monitor agent quality. Triggers on /rl-status, "agent rewards", "rl status", "which agents are degrading".

Jul 11, 2026
tune-agent
computer-occupations-all-other

Propose a Reflexion-style patch to a specific agent's prompt based on evidence of recurring failures. Use when the same agent makes the same class of mistake twice, when /mine-transcripts surfaces an agent in agent-tuning.md, or when /eval flags a regression…

Jul 11, 2026
ab-test
software-quality-assurance-analysts-and-testers

A/B test an agent's current prompt against a candidate variant from policy/<agent>/candidates/. Runs both on the same scenarios, aggregates rewards, recommends promotion if candidate beats current by >1 stderr with n≥10. Triggers on /ab-test, "compare…

Jul 11, 2026
aspect-panel
software-quality-assurance-analysts-and-testers

Run a panel of 5 specialized verifiers (correctness, edge-case, security, regression, style) in parallel against a change, with confidence-weighted voting. Disagreement (40-60% pass share) escalates to lead. Replaces single-critic for high-stakes review.…

Jul 11, 2026
best-of-n
software-quality-assurance-analysts-and-testers

Run an agent N times in parallel against the same prompt, then aggregate via one of 5 modes — critic argmax, USC consistency, confidence-weighted, hybrid, or AggAgent synthesis. Use for high-stakes invocations where you'd rather pay Nx to be sure. Triggers on…

Jul 11, 2026
Showing 8 of 18 collected skills.
Showing 8 of 14 collected skills.
architecture-decision-records
project-management-specialists

Create and maintain Architecture Decision Records (ADRs) in Confluence. Use when documenting technical decisions, architecture choices, technology selections, or when user mentions ADR, architecture decisions, technical choices, or design decisions.

Oct 17, 2025
api-documentation-generator
software-developers

Generate comprehensive API documentation for Confluence from code, OpenAPI specs, or endpoints. Use when documenting REST APIs, GraphQL APIs, or any API endpoints. Creates structured documentation with examples, parameters, responses, and error codes.

Oct 17, 2025
markdown-to-adf-converter
software-developers

Convert Markdown content to Confluence's ADF (Atlassian Document Format) for creating and updating pages. Use when creating Confluence pages from README files, documentation, or any Markdown content. Handles headings, lists, code blocks, tables, links, and…

Oct 17, 2025
release-notes-generator
software-developers

Generate comprehensive release notes for Confluence from Jira issues, git commits, and pull requests. Use when preparing releases, creating changelogs, documenting version updates, or when user mentions release notes, changelog, version, or release…

Oct 17, 2025
structured-issue-creation
software-developers

Create well-structured Jira issues from code changes, conversations, or requirements. Use when creating issues, bugs, stories, tasks, or when the user wants to track work in Jira. Analyzes context to generate clear titles, descriptions, and appropriate fields.

Oct 17, 2025
jql-query-builder
software-developers

Build and optimize JQL (Jira Query Language) queries for searching issues. Use when the user needs to search Jira issues, filter by complex criteria, find specific bugs or features, or when they mention JQL, queries, or searching Jira.

Oct 17, 2025
sprint-planning-assistant
project-management-specialists

Assist with sprint planning, backlog grooming, story point estimation, and sprint capacity management. Use when planning sprints, estimating work, organizing backlog, or when user mentions sprint planning, velocity, capacity, or story points.

Oct 17, 2025
scrum
project-management-specialists

Run a complete SCRUM sprint with all ceremonies — Product Owner authors stories, Tech Lead designs, Scrum Master orchestrates implementers, Verifier+Aspect-Panel guard quality, Sprint Auditor adversarially audits, Retro feeds back to /tune-agent. Triggers on…

May 10, 2026
mine-transcripts
software-developers

Mine past Claude Code session transcripts (JSONL) to extract user corrections, successful patterns, and recurring failure modes. Proposes diffs against lessons.md and rules/*.md for human review. Triggers on /mine-transcripts, "mine my sessions", "what did I…

May 10, 2026
apply-mining-patches
software-developers

Apply the diff/patch outputs from a /mine-transcripts run to lessons.md and rules/*.md after human review. Use after running /mine-transcripts and reviewing the proposed diffs. Triggers on /apply-mining-patches, "apply the mining patches", "apply mining run",…

May 10, 2026
aspect-panel
software-quality-assurance-analysts-and-testers

Run a panel of 5 specialized verifiers (correctness, edge-case, security, regression, style) in parallel against a change, with confidence-weighted voting. Disagreement (40-60% pass share) escalates to lead. Replaces single-critic for high-stakes review.…

May 10, 2026
rl-status
network-and-computer-systems-administrators

Show the RL value-function snapshot for all agents — mean reward, recent trend, anomalies, top tuning candidates. Use weekly to monitor agent quality. Triggers on /rl-status, "agent rewards", "rl status", "which agents are degrading".

May 10, 2026
tune-agent
software-developers

Propose a Reflexion-style patch to a specific agent's prompt based on evidence of recurring failures. Use when the same agent makes the same class of mistake twice, when /mine-transcripts surfaces an agent in agent-tuning.md, or when /eval flags a regression…

May 10, 2026
Showing 8 of 8 repositories
All repositories loaded