Skip to main content
sethdford
Perfil de criador do GitHub

sethdford

Visão por repositório de 451 skills coletadas em 8 repositórios do GitHub.

skills coletadas
451
repositórios
8
atualizado
25 de jul. de 2026
mapa de repositórios

Onde as skills estão

Principais repositórios por número de skills coletadas, com sua participação neste catálogo do criador e sua distribuição ocupacional.

#01
claude-skills
394 skills · 11 de mar. de 2026
Analistas de garantia de qualidade de software e testadoresDesenvolvedores de softwareAnalistas de segurança da informaçãoGerentes de sistemas computacionais e de informaçãoEspecialistas em gestão de projetosGerentes de marketing
24 categorias ocupacionais · 100% classificado
87%participação
#02
claude-agent-os
18 skills · 25 de jul. de 2026
Analistas de garantia de qualidade de software e testadoresDesenvolvedores de softwareOutras ocupações de informáticaAdministradores de redes e sistemas de computadorDesigners de interfaces web e digitais
5 categorias ocupacionais · 100% classificado
4%participação
#03
h-uman
14 skills · 21 de mar. de 2026
Especialistas em gestão de projetosAnalistas de gestãoOutros trabalhadores de cuidados pessoais e serviçosRedatores técnicosAnalistas de pesquisa de mercado e especialistas em marketingEspecialistas em treinamento e desenvolvimento
9 categorias ocupacionais · 100% classificado
3,1%participação
#04
claude-standards
8 skills · 11 de mar. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresEscriturários de arquivosGerentes de sistemas computacionais e de informaçãoRedatores técnicos
5 categorias ocupacionais · 100% classificado
1,8%participação
#05
claude-plugins
7 skills · 17 de out. de 2025
Desenvolvedores de softwareEspecialistas em gestão de projetos
2 categorias ocupacionais · 100% classificado
1,6%participação
#06
claude-code-teams
6 skills · 10 de mai. de 2026
Desenvolvedores de softwareAdministradores de redes e sistemas de computadorAnalistas de garantia de qualidade de software e testadoresEspecialistas em gestão de projetos
4 categorias ocupacionais · 100% classificado
1,3%participação
#07
claude-toolkit
3 skills · 4 de jul. de 2026
Especialistas em gestão de projetosOutras ocupações de informática
2 categorias ocupacionais · 100% classificado
0,7%participação
#08
sre-latency-monitor
1 skills · 6 de fev. de 2026
Administradores de redes e sistemas de computador
1 categorias ocupacionais · 100% classificado
0,2%participação
explorador de repositórios

Repositórios e skills representativas

architecture-anti-patterns
Desenvolvedores de software

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

11 de mar. de 2026
architecture-kata
Analistas de sistemas de computador

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

11 de mar. de 2026
architecture-patterns-catalog
Desenvolvedores de software

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

11 de mar. de 2026
architecture-review-facilitation
Especialistas em gestão de projetos

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

11 de mar. de 2026
interview-prep
Desenvolvedores de software

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

11 de mar. de 2026
system-audit
Gerentes de sistemas computacionais e de informação

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

11 de mar. de 2026
technical-mentoring
Gerentes de sistemas computacionais e de informação

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

11 de mar. de 2026
architecture-principles
Desenvolvedores de software

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

11 de mar. de 2026
Mostrando 8 de 394 skills coletadas.
caretaker
Administradores de redes e sistemas de computador

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…

25 de jul. de 2026
mine-transcripts
Outras ocupações de informática

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…

11 de jul. de 2026
apply-mining-patches
Outras ocupações de informática

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",…

11 de jul. de 2026
rl-status
Outras ocupações de informática

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".

11 de jul. de 2026
tune-agent
Outras ocupações de informática

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…

11 de jul. de 2026
ab-test
Analistas de garantia de qualidade de software e testadores

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…

11 de jul. de 2026
aspect-panel
Analistas de garantia de qualidade de software e testadores

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.…

11 de jul. de 2026
best-of-n
Analistas de garantia de qualidade de software e testadores

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…

11 de jul. de 2026
Mostrando 8 de 18 skills coletadas.
Mostrando 8 de 14 skills coletadas.
architecture-decision-records
Especialistas em gestão de projetos

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.

17 de out. de 2025
api-documentation-generator
Desenvolvedores de software

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.

17 de out. de 2025
markdown-to-adf-converter
Desenvolvedores de software

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…

17 de out. de 2025
release-notes-generator
Desenvolvedores de software

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…

17 de out. de 2025
structured-issue-creation
Desenvolvedores de software

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.

17 de out. de 2025
jql-query-builder
Desenvolvedores de software

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.

17 de out. de 2025
sprint-planning-assistant
Especialistas em gestão de projetos

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.

17 de out. de 2025
scrum
Especialistas em gestão de projetos

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…

10 de mai. de 2026
mine-transcripts
Desenvolvedores de software

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…

10 de mai. de 2026
apply-mining-patches
Desenvolvedores de software

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",…

10 de mai. de 2026
aspect-panel
Analistas de garantia de qualidade de software e testadores

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.…

10 de mai. de 2026
rl-status
Administradores de redes e sistemas de computador

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".

10 de mai. de 2026
tune-agent
Desenvolvedores de software

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…

10 de mai. de 2026
Mostrando 8 de 8 repositórios
Todos os repositórios foram exibidos