Skip to main content
sethdford
GitHub クリエイタープロフィール

sethdford

8 件の GitHub リポジトリにある 451 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
451
リポジトリ
8
更新
2026年7月25日
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
claude-skills
394 件の skills · 2026年3月11日
ソフトウェア品質保証アナリスト・テスターソフトウェア開発者情報セキュリティアナリストコンピュータ・情報システムマネージャープロジェクト管理専門家マーケティングマネージャー
24 件の職業カテゴリ · 100% 分類済み
87%比率
#02
claude-agent-os
18 件の skills · 2026年7月25日
ソフトウェア品質保証アナリスト・テスターその他コンピュータ職ソフトウェア開発者ネットワーク・コンピュータシステム管理者ウェブ・デジタルインターフェースデザイナー
5 件の職業カテゴリ · 100% 分類済み
4%比率
#03
h-uman
14 件の skills · 2026年3月21日
プロジェクト管理専門家その他個人ケア・サービス従事者テクニカルライターマネジメントアナリストゼネラル・オペレーションズマネージャー市場調査アナリスト・マーケティングスペシャリスト
9 件の職業カテゴリ · 100% 分類済み
3.1%比率
#04
claude-standards
8 件の skills · 2026年3月11日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターコンピュータ・情報システムマネージャーテクニカルライターファイル事務員
5 件の職業カテゴリ · 100% 分類済み
1.8%比率
#05
claude-plugins
7 件の skills · 2025年10月17日
ソフトウェア開発者プロジェクト管理専門家
2 件の職業カテゴリ · 100% 分類済み
1.6%比率
#06
claude-code-teams
6 件の skills · 2026年5月10日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターネットワーク・コンピュータシステム管理者プロジェクト管理専門家
4 件の職業カテゴリ · 100% 分類済み
1.3%比率
#07
claude-toolkit
3 件の skills · 2026年7月4日
プロジェクト管理専門家その他コンピュータ職
2 件の職業カテゴリ · 100% 分類済み
0.7%比率
#08
sre-latency-monitor
1 件の skills · 2026年2月6日
ネットワーク・コンピュータシステム管理者
1 件の職業カテゴリ · 100% 分類済み
0.2%比率
リポジトリエクスプローラー

リポジトリと代表的な skills

architecture-anti-patterns
ソフトウェア開発者

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

2026年3月11日
architecture-kata
コンピュータシステムアナリスト

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

2026年3月11日
architecture-patterns-catalog
ソフトウェア開発者

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

2026年3月11日
architecture-review-facilitation
プロジェクト管理専門家

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

2026年3月11日
interview-prep
ソフトウェア開発者

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

2026年3月11日
system-audit
コンピュータ・情報システムマネージャー

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

2026年3月11日
technical-mentoring
コンピュータ・情報システムマネージャー

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

2026年3月11日
architecture-principles
ソフトウェア開発者

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

2026年3月11日
収集済み skill 394 件中 8 件を表示しています。
caretaker
ネットワーク・コンピュータシステム管理者

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…

2026年7月25日
mine-transcripts
その他コンピュータ職

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…

2026年7月11日
apply-mining-patches
その他コンピュータ職

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

2026年7月11日
rl-status
その他コンピュータ職

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年7月11日
tune-agent
その他コンピュータ職

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…

2026年7月11日
ab-test
ソフトウェア品質保証アナリスト・テスター

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…

2026年7月11日
aspect-panel
ソフトウェア品質保証アナリスト・テスター

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

2026年7月11日
best-of-n
ソフトウェア品質保証アナリスト・テスター

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…

2026年7月11日
収集済み skill 18 件中 8 件を表示しています。
収集済み skill 14 件中 8 件を表示しています。
architecture-decision-records
プロジェクト管理専門家

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
ソフトウェア開発者

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
ソフトウェア開発者

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…

2025年10月17日
release-notes-generator
ソフトウェア開発者

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…

2025年10月17日
structured-issue-creation
ソフトウェア開発者

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
ソフトウェア開発者

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
プロジェクト管理専門家

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
プロジェクト管理専門家

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…

2026年5月10日
mine-transcripts
ソフトウェア開発者

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…

2026年5月10日
apply-mining-patches
ソフトウェア開発者

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

2026年5月10日
aspect-panel
ソフトウェア品質保証アナリスト・テスター

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

2026年5月10日
rl-status
ネットワーク・コンピュータシステム管理者

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年5月10日
tune-agent
ソフトウェア開発者

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…

2026年5月10日
8 件中 8 件のリポジトリを表示
すべてのリポジトリを表示しました