Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
sethdford
GitHub creator profile

sethdford

Repository-level view of 439 collected skills across 6 GitHub repositories, including approximate occupation coverage.

skills collected
439
repositories
6
occupation fields
3
updated
2026-05-10
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
393 skills · 2026-03-11
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجياتمحللو أمن المعلوماتمديرو أنظمة الحاسوب والمعلوماتمتخصصو إدارة المشاريعمديرو التسويق
23 occupation categories · 100% classified
90%share
#02
claude-code-teams
16 skills · 2026-05-10
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجياتمديرو الشبكات وأنظمة الحاسوبمتخصصو إدارة المشاريع
4 occupation categories · 100% classified
3.6%share
#03
h-uman
14 skills · 2026-03-21
متخصصو إدارة المشاريعالكتّاب التقنيونعمال الرعاية الشخصية والخدمات الآخرونمحللو الإدارةالسكرتيرون والمساعدون الإداريون (باستثناء القانوني والطبي والتنفيذي)المديرون العامون ومديرو العمليات
9 occupation categories · 100% classified
3.2%share
#04
claude-standards
8 skills · 2026-03-11
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونالكتّاب التقنيونمديرو أنظمة الحاسوب والمعلوماتموظفو الملفات
5 occupation categories · 100% classified
1.8%share
#05
claude-plugins
7 skills · 2025-10-17
مطوّرو البرمجياتمتخصصو إدارة المشاريع
2 occupation categories · 100% classified
1.6%share
#06
sre-latency-monitor
1 skills · 2026-02-06
مديرو الشبكات وأنظمة الحاسوب
1 occupation categories · 100% classified
0.2%share
repository explorer

Repositories and representative skills

#001
claude-skills
393 skills173updated 2026-03-11
90% of creator
architecture-anti-patterns
مطوّرو البرمجيات

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

2026-03-11
architecture-kata
محللو أنظمة الحاسوب

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

2026-03-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-03-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-03-11
interview-prep
مطوّرو البرمجيات

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
مديرو أنظمة الحاسوب والمعلومات

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

2026-03-11
technical-mentoring
مديرو أنظمة الحاسوب والمعلومات

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
مطوّرو البرمجيات

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

2026-03-11
Showing top 8 of 393 collected skills in this repository.
#002
claude-code-teams
16 skills00updated 2026-05-10
3.6% of creator
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 /best-of-n, "best of n", "run multiple", "give me three options", "synthesize across rollouts".

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

2026-05-10
exec-grounded
محللو ضمان جودة البرمجيات والمختبرون

Run an agent N times in parallel against a code-change task, with each rollout in its own sandboxed copy of the codebase, scored by ACTUAL test pass rate (not just critic opinion). Use for SWE-bench-style code changes where the test suite is the ground truth. Triggers on /exec-grounded, "execution-grounded", "verify by running tests", "best-of-N with tests".

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

2026-05-10
verify-ui
محللو ضمان جودة البرمجيات والمختبرون

Verify UI changes by capturing before/after screenshots and asking Claude vision to judge whether the change matches intent and didn't break anything else. Mano-verify pattern (arXiv 2509.17336 —

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

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

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

2026-05-10
Showing top 8 of 16 collected skills in this repository.
#003
h-uman
14 skills42updated 2026-03-21
3.2% of creator
Showing top 8 of 14 collected skills in this repository.
#004
claude-standards
8 skills00updated 2026-03-11
1.8% of creator
#005
claude-plugins
7 skills21updated 2025-10-17
1.6% of creator
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 more.

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

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
Showing 6 of 6 repositories
All repositories loaded