Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
sethdford
Profil créateur GitHub

sethdford

Vue par dépôt de 440 skills collectés dans 8 dépôts GitHub.

skills collectés
440
dépôts
8
mis à jour
2026-07-11
carte des dépôts

Où se trouvent les skills

Principaux dépôts par nombre de skills collectés, avec leur part dans ce catalogue créateur et leur couverture métier.

#01
claude-skills
383 skills · 2026-03-11
Analystes en assurance qualité des logiciels et testeursDéveloppeurs de logicielsAnalystes en sécurité de l'informationGestionnaires des systèmes informatiques et d'informationSpécialistes en gestion de projetsDirecteurs marketing
21 catégories métier · 100% classifié
87%part
#02
claude-agent-os
18 skills · 2026-07-11
Analystes en assurance qualité des logiciels et testeursDéveloppeurs de logicielsAutres occupations informatiquesAdministrateurs de réseaux et de systèmes informatiquesConcepteurs web et d'interfaces numériques
5 catégories métier · 100% classifié
4.1%part
#03
h-uman
14 skills · 2026-03-21
Spécialistes en gestion de projetsAnalystes en gestionAutres travailleurs des soins et services personnelsRédacteurs techniquesAnalystes en études de marché et spécialistes en marketingDirecteurs généraux et responsables des opérations
9 catégories métier · 100% classifié
3.2%part
#04
claude-standards
8 skills · 2026-03-11
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursGestionnaires des systèmes informatiques et d'informationPréposés aux dossiersRédacteurs techniques
5 catégories métier · 100% classifié
1.8%part
#05
claude-plugins
7 skills · 2025-10-17
Développeurs de logicielsSpécialistes en gestion de projets
2 catégories métier · 100% classifié
1.6%part
#06
claude-code-teams
6 skills · 2026-05-10
Développeurs de logicielsAdministrateurs de réseaux et de systèmes informatiquesAnalystes en assurance qualité des logiciels et testeursSpécialistes en gestion de projets
4 catégories métier · 100% classifié
1.4%part
#07
claude-toolkit
3 skills · 2026-07-04
Spécialistes en gestion de projetsAutres occupations informatiques
2 catégories métier · 100% classifié
0.7%part
#08
sre-latency-monitor
1 skills · 2026-02-06
Administrateurs de réseaux et de systèmes informatiques
1 catégories métier · 100% classifié
0.2%part
explorateur de dépôts

Dépôts et skills représentatifs

architecture-anti-patterns
Développeurs de logiciels

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

2026-03-11
architecture-kata
Analystes des systèmes informatiques

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

2026-03-11
architecture-patterns-catalog
Développeurs de logiciels

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

2026-03-11
architecture-review-facilitation
Spécialistes en gestion de projets

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

2026-03-11
interview-prep
Développeurs de logiciels

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

2026-03-11
system-audit
Gestionnaires des systèmes informatiques et d'information

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

2026-03-11
technical-mentoring
Gestionnaires des systèmes informatiques et d'information

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

2026-03-11
architecture-principles
Développeurs de logiciels

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

2026-03-11
Affichage des 8 principaux skills collectés sur 383 dans ce dépôt.
mine-transcripts
Autres occupations informatiques

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 learn this week", "session retro". Use weekly or after a fleet completes.

2026-07-11
caretaker
Développeurs de logiciels

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 caretaker", "harness health check".

2026-07-11
apply-mining-patches
Autres occupations informatiques

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", "approve and apply the trajectory diffs".

2026-07-11
rl-status
Autres occupations informatiques

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

2026-07-11
tune-agent
Autres occupations informatiques

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 on an agent. Triggers on /tune-agent, "tune the X agent", "fix the agent prompt".

2026-07-11
ab-test
Analystes en assurance qualité des logiciels et testeurs

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 prompts", "test the candidate", "is the new prompt better".

2026-07-11
aspect-panel
Analystes en assurance qualité des logiciels et testeurs

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. Triggers on /aspect-panel, "panel review", "multi-aspect verify", "review with multiple critics".

2026-07-11
best-of-n
Analystes en assurance qualité des logiciels et testeurs

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 /best-of-n, "best of n", "run multiple", "give me three options", "synthesize across rollouts".

2026-07-11
Affichage des 8 principaux skills collectés sur 18 dans ce dépôt.
Affichage des 8 principaux skills collectés sur 14 dans ce dépôt.
architecture-decision-records
Spécialistes en gestion de projets

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.

2025-10-17
api-documentation-generator
Développeurs de logiciels

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.

2025-10-17
markdown-to-adf-converter
Développeurs de logiciels

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

2025-10-17
release-notes-generator
Développeurs de logiciels

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

2025-10-17
structured-issue-creation
Développeurs de logiciels

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.

2025-10-17
jql-query-builder
Développeurs de logiciels

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.

2025-10-17
sprint-planning-assistant
Spécialistes en gestion de projets

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.

2025-10-17
scrum
Spécialistes en gestion de projets

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 /scrum, "run a sprint", "scrum me this", "ship this with full process".

2026-05-10
mine-transcripts
Développeurs de logiciels

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 learn this week", "session retro". Use weekly or after a fleet completes.

2026-05-10
apply-mining-patches
Développeurs de logiciels

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", "approve and apply the trajectory diffs".

2026-05-10
aspect-panel
Analystes en assurance qualité des logiciels et testeurs

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. Triggers on /aspect-panel, "panel review", "multi-aspect verify", "review with multiple critics".

2026-05-10
rl-status
Administrateurs de réseaux et de systèmes informatiques

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

2026-05-10
tune-agent
Développeurs de logiciels

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 on an agent. Triggers on /tune-agent, "tune the X agent", "fix the agent prompt".

2026-05-10
8 dépôts affichés sur 8
Tous les dépôts sont affichés