sd0xdev/sd0x-harness

101 agent markdown files indexed from sd0xdev/sd0x-harness. Install any of them pinned to an exact hash with mdr add sd0xdev/sd0x-harness/<name>.

CLAUDE.md claude
sd0xdev/sd0x-harness · CLAUDE.md
git:20260923.f7d80a8 · audit A · 189 stars
adr skill
sd0xdev/sd0x-harness · skills/adr/SKILL.md · Write an Architecture Decision Record (ADR) for a feature — Context / Decision / Status / Consequences / Alternatives…
git:20260811.d9a8bca · audit A · 189 stars
architecture skill
sd0xdev/sd0x-harness · skills/architecture/SKILL.md · Architecture design and documentation. Produces 3-architecture.md with component diagrams, data flow, integration…
git:20260905.3d84d94 · audit A · 189 stars
ask skill
sd0xdev/sd0x-harness · skills/ask/SKILL.md · Context-aware Q&A with auto context gathering. Use when: user has a quick question about codebase, git history, rules…
git:20260811.d9a8bca · audit B · 189 stars
best-practices skill
sd0xdev/sd0x-harness · skills/best-practices/SKILL.md · Industry best practices conformance audit with mandatory adversarial debate. Produces audit artifact: verdict…
git:20260905.3d84d94 · audit A · 189 stars
bug-fix skill
sd0xdev/sd0x-harness · skills/bug-fix/SKILL.md · Bug fix workflow. Use when: fixing bugs, resolving issues, regression fixes. Not for: new features (use feature-dev)…
git:20260905.1599675 · audit A · 189 stars
bump-version skill
sd0xdev/sd0x-harness · skills/bump-version/SKILL.md · Bump package and plugin version in sync. Updates package.json, .claude-plugin/plugin.json, and install-state manifest…
git:20260321.814e761 · audit A · 189 stars
check-coverage skill
sd0xdev/sd0x-harness · skills/check-coverage/SKILL.md · Comprehensive assessment of Unit / Integration / E2E three-layer test coverage, identify gaps and provide actionable…
git:20260404.1c6641c · audit A · 189 stars
claude-health skill
sd0xdev/sd0x-harness · skills/claude-health/SKILL.md · Claude Code config health check + plugin sync. Use when: auditing .claude/ structure, checking naming, verifying hook…
git:20260923.5eb6947 · audit A · 189 stars
code-explore skill
sd0xdev/sd0x-harness · skills/code-explore/SKILL.md · Pure Claude code investigation. Use when: tracing execution paths, understanding architecture, diagnosing issues. Not…
git:20260319.7b83b52 · audit A · 189 stars
code-investigate skill
sd0xdev/sd0x-harness · skills/code-investigate/SKILL.md · Dual-perspective code investigation. Use when: deep code analysis needing both Claude and Codex perspectives. Not for…
git:20260905.3d84d94 · audit A · 189 stars
codex-architect skill
sd0xdev/sd0x-harness · skills/codex-architect/SKILL.md · Codex architecture consulting. Use when: designing features, evaluating architecture, getting second opinion on design…
git:20260905.3d84d94 · audit A · 189 stars
codex-brainstorm skill
sd0xdev/sd0x-harness · skills/codex-brainstorm/SKILL.md · Adversarial brainstorming via Claude+Codex debate. Use when: exploring solutions, feasibility analysis, exhaustive…
git:20260905.3d84d94 · audit A · 189 stars
codex-cli-review skill
sd0xdev/sd0x-harness · skills/codex-cli-review/SKILL.md · Code review via Codex CLI with full disk access. Use when: deep review needing full codebase read, uncommitted change…
git:20260319.7b83b52 · audit A · 189 stars
codex-code-review skill
sd0xdev/sd0x-harness · skills/codex-code-review/SKILL.md · Code review using Codex exec. Use when: PR review, code audit, second opinion on changes. Not for: doc review (use…
git:20260905.84288da · audit A · 189 stars
codex-explain skill
sd0xdev/sd0x-harness · skills/codex-explain/SKILL.md · Explain complex code via Codex exec. Use when: understanding complex logic, tracing data flow, onboarding to unfamiliar…
git:20260905.3d84d94 · audit A · 189 stars
codex-implement skill
sd0xdev/sd0x-harness · skills/codex-implement/SKILL.md · Implement features via Codex exec. Use when: writing new code from specs, implementing features, Codex-driven…
git:20260905.3d84d94 · audit A · 189 stars
codex-review-branch skill
sd0xdev/sd0x-harness · skills/codex-review-branch/SKILL.md · Fully automated review of an entire feature branch using Codex exec
git:20260905.84288da · audit A · 189 stars
codex-review-doc skill
sd0xdev/sd0x-harness · skills/codex-review-doc/SKILL.md · Review documents using Codex exec. Supports review loop with context preservation.
git:20260905.5607031 · audit A · 189 stars
codex-review-fast skill
sd0xdev/sd0x-harness · skills/codex-review-fast/SKILL.md · Quick second-opinion using Codex exec (diff only, no tests). Supports review loop with context preservation.
git:20260905.84288da · audit A · 189 stars
codex-review skill
sd0xdev/sd0x-harness · skills/codex-review/SKILL.md · Full second-opinion using Codex exec (with lint:fix + build). Supports review loop with context preservation.
git:20260905.84288da · audit A · 189 stars
codex-security skill
sd0xdev/sd0x-harness · skills/codex-security/SKILL.md · OWASP Top 10 security review using Codex exec. Supports review loop with context preservation.
git:20260905.7f65168 · audit A · 189 stars
codex-setup skill
sd0xdev/sd0x-harness · skills/codex-setup/SKILL.md · Initialize sd0x-dev-flow infrastructure for Codex CLI and other non-Claude agents. Generates AGENTS.md, installs the…
git:20260823.636c573 · audit B · 189 stars
codex-test-gen skill
sd0xdev/sd0x-harness · skills/codex-test-gen/SKILL.md · Generate unit tests for specified functions using Codex exec
git:20260905.e7ebc99 · audit A · 189 stars
codex-test-review skill
sd0xdev/sd0x-harness · skills/codex-test-review/SKILL.md · Review test case sufficiency using Codex exec, suggest additional edge cases. Supports review loop with context…
git:20260905.5607031 · audit A · 189 stars
contract-decode skill
sd0xdev/sd0x-harness · skills/contract-decode/SKILL.md · EVM contract error and calldata decoder. Use when: user pastes hex revert data, calldata, function selector, or…
git:20260309.0aecf29 · audit A · 189 stars
create-pr skill
sd0xdev/sd0x-harness · skills/create-pr/SKILL.md · Create or update GitHub PR with gh CLI. Auto-extracts ticket ID from branch name, generates title/summary from commits…
git:20260923.6189f54 · audit A · 189 stars
create-request skill
sd0xdev/sd0x-harness · skills/create-request/SKILL.md · Create, update, or scan per-task request tickets for progress tracking. These are date-prefixed non-lifecycle docs…
git:20260905.e6f0adf · audit A · 189 stars
de-ai-flavor skill
sd0xdev/sd0x-harness · skills/de-ai-flavor/SKILL.md · Remove AI artifacts from documents. Use when: cleaning AI-generated text, removing tool names, fixing boilerplate…
git:20260305.3ae8b92 · audit A · 189 stars
debug skill
sd0xdev/sd0x-harness · skills/debug/SKILL.md · Interactive debugging workflow with hypothesis-driven probe loop. Use when: unknown bugs, script errors, silent…
git:20260905.7f65168 · audit A · 189 stars
deep-analyze skill
sd0xdev/sd0x-harness · skills/deep-analyze/SKILL.md · Deep-dive analysis of an initial proposal — research code implementation, produce an actionable roadmap and alternatives
git:20260404.1c6641c · audit A · 189 stars
deep-explore skill
sd0xdev/sd0x-harness · skills/deep-explore/SKILL.md · Multi-wave parallel code exploration orchestrator. Use when: large-scale codebase research, understanding complex…
git:20260813.fead97d · audit A · 189 stars
deep-research skill
sd0xdev/sd0x-harness · skills/deep-research/SKILL.md · Universal multi-source research orchestration. Use for any research/investigate/analyze request needing synthesis…
git:20260726.96786d1 · audit A · 189 stars
dep-audit skill
sd0xdev/sd0x-harness · skills/dep-audit/SKILL.md · Audit dependency security risks
git:20260726.96786d1 · audit A · 189 stars
dev-security-audit skill
sd0xdev/sd0x-harness · skills/dev-security-audit/SKILL.md · Comprehensive developer workstation security audit — scans for exposed credentials, compromised application data…
git:20260325.c918402 · audit B · 189 stars
doc-refactor skill
sd0xdev/sd0x-harness · skills/doc-refactor/SKILL.md · Refactor documents — simplify without losing information, visualize flows with sequenceDiagram.
git:20260404.086743b · audit A · 189 stars
doc-review skill
sd0xdev/sd0x-harness · skills/doc-review/SKILL.md · Document review via Codex exec. Use when: reviewing .md docs, tech spec audit, document quality check. Not for: code…
git:20260905.3012b9f · audit A · 189 stars
epic-merge skill
sd0xdev/sd0x-harness · skills/epic-merge/SKILL.md · Sequential squash-merge of stacked PR chains into an epic branch. Handles dependency-ordered rebase, collision-safe…
git:20260923.3668404 · audit B · 189 stars
feasibility-study skill
sd0xdev/sd0x-harness · skills/feasibility-study/SKILL.md · Feasibility analysis from first principles. Use when: evaluating solutions before tech-spec, comparing approaches, risk…
git:20260905.7f65168 · audit A · 189 stars
feature-dev skill
sd0xdev/sd0x-harness · skills/feature-dev/SKILL.md · Feature development workflow. Use when: implementing features, writing code, running dev loop. Not for: understanding…
git:20260905.e7ebc99 · audit A · 189 stars
feature-verify skill
sd0xdev/sd0x-harness · skills/feature-verify/SKILL.md · Feature verification (READ-ONLY, P0-P5). Use when: verifying feature behavior after deployment, validating API…
git:20260905.7f65168 · audit A · 189 stars
fp-brief skill
sd0xdev/sd0x-harness · skills/fp-brief/SKILL.md · First-principles briefing from technical documents. Use when: understanding why decisions were made, onboarding to…
git:20260905.7f65168 · audit A · 189 stars
generate-runner skill
sd0xdev/sd0x-harness · skills/generate-runner/SKILL.md · Generate a customized precommit runner for any ecosystem. Use when: non-Node projects need a runner, eject from generic…
git:20260905.39b8ff8 · audit A · 189 stars
gh-stack skill
sd0xdev/sd0x-harness · skills/gh-stack/SKILL.md · Native stacked pull requests through the github/gh-stack extension. Detects the extension, installs it only after the…
git:20260923.6189f54 · audit A · 189 stars
git-investigate skill
sd0xdev/sd0x-harness · skills/git-investigate/SKILL.md · Git history investigation. Use when: tracking code changes, finding where bugs were introduced, root cause analysis…
git:20260321.4a2afd0 · audit A · 189 stars
git-profile skill
sd0xdev/sd0x-harness · skills/git-profile/SKILL.md · Git identity and GPG signing profile manager. Discovers profiles from GPG + git config, switches local identity, checks…
git:20260306.42c693a · audit A · 189 stars
install-hooks skill
sd0xdev/sd0x-harness · skills/install-hooks/SKILL.md · Install plugin hooks into project .claude/ for persistent use without plugin loaded
git:20260813.fead97d · audit A · 189 stars
install-rules skill
sd0xdev/sd0x-harness · skills/install-rules/SKILL.md · Install plugin rules into project .claude/rules/ for persistent use without plugin loaded
git:20260730.c6d0060 · audit A · 189 stars
install-scripts skill
sd0xdev/sd0x-harness · skills/install-scripts/SKILL.md · Install plugin runner scripts into project .claude/scripts/ for persistent use without plugin loaded
git:20260813.fead97d · audit A · 189 stars
issue-analyze skill
sd0xdev/sd0x-harness · skills/issue-analyze/SKILL.md · GitHub Issue and PR review thread deep analysis with Codex blind verdict. Use when: analyzing issue root cause…
git:20260905.7f65168 · audit A · 189 stars
jira skill
sd0xdev/sd0x-harness · skills/jira/SKILL.md · Jira integration — view issues, generate branches, create tickets, transition status. Use when: user mentions Jira…
git:20260319.13169ac · audit A · 189 stars
load-pr-review skill
sd0xdev/sd0x-harness · skills/load-pr-review/SKILL.md · Load GitHub PR review comments into AI session — analyze, triage, plan. Default: analysis-only (no auto-fix). Use when…
git:20260905.7f65168 · audit A · 189 stars
merge-prep skill
sd0xdev/sd0x-harness · skills/merge-prep/SKILL.md · Pre-merge analysis and preparation. Analyzes source branch vs target branch: commit stats, conflict detection, file…
git:20260305.25a32f6 · audit A · 189 stars
necessity-audit skill
sd0xdev/sd0x-harness · skills/necessity-audit/SKILL.md · Necessity audit for over-designed spec elements. Use when: auditing lifecycle spec (1-requirements / 2-tech-spec /…
git:20260905.7f65168 · audit A · 189 stars
next-step skill
sd0xdev/sd0x-harness · skills/next-step/SKILL.md · Change-aware next step advisor. Use when: user asks what to do next, workflow progression is unclear, session just…
git:20260905.1599675 · audit A · 189 stars
obsidian-cli skill
sd0xdev/sd0x-harness · skills/obsidian-cli/SKILL.md · Obsidian vault integration via official CLI. Use when: capturing dev artifacts to Obsidian vault, searching vault for…
git:20260305.d9789e2 · audit A · 189 stars
op-session skill
sd0xdev/sd0x-harness · skills/op-session/SKILL.md · Initialize 1Password CLI session for Claude Code. Use when: starting a session that needs 1Password secrets, op CLI…
git:20260404.086743b · audit A · 189 stars
orchestrate skill
sd0xdev/sd0x-harness · skills/orchestrate/SKILL.md · Agent-driven workflow orchestration (v1 report-only). Use when: declaring an intent (audit/research/feature shape) and…
git:20260813.fead97d · audit A · 189 stars
plan-review skill
sd0xdev/sd0x-harness · skills/plan-review/SKILL.md · Pre-ExitPlanMode adversarial plan review loop via Codex exec. Use when: in plan mode, before presenting a plan to the…
git:20260905.3012b9f · audit A · 189 stars
portfolio skill
sd0xdev/sd0x-harness · skills/portfolio/SKILL.md · Portfolio system knowledge base. Use when: position queries, routing strategy questions, provider integration. Not for…
git:20260305.3ae8b92 · audit A · 189 stars
post-dev-recap skill
sd0xdev/sd0x-harness · skills/post-dev-recap/SKILL.md · Post-development recap wrapper. Use when: AI/Codex just finished implementing a feature and the user wants a guided…
git:20260905.d98c025 · audit A · 189 stars
post-dev-test skill
sd0xdev/sd0x-harness · skills/post-dev-test/SKILL.md · Post-development test completion. Use when: checking test coverage after feature-dev, writing missing integration/e2e…
git:20260305.3ae8b92 · audit A · 189 stars
pr-comment skill
sd0xdev/sd0x-harness · skills/pr-comment/SKILL.md · Post friendly review comments to a GitHub PR — prepare locally, preview, then submit as atomic review. Use when…
git:20260310.634916b · audit A · 189 stars
pr-review skill
sd0xdev/sd0x-harness · skills/pr-review/SKILL.md · PR self-review — review changes, produce checklist, update rules
git:20260404.1c6641c · audit A · 189 stars
pr-summary skill
sd0xdev/sd0x-harness · skills/pr-summary/SKILL.md · List open PRs, filter automation PRs, group by ticket ID, format as Markdown. Use when: user asks for PR summary, PR…
git:20260305.25a32f6 · audit A · 189 stars
pre-pr-audit skill
sd0xdev/sd0x-harness · skills/pre-pr-audit/SKILL.md · Pre-PR confidence audit with 5-dimension scoring. Use when: final check before commit/push/PR, evaluating PR readiness…
git:20260813.fead97d · audit A · 189 stars
precommit-fast skill
sd0xdev/sd0x-harness · skills/precommit-fast/SKILL.md · Quick pre-commit checks — lint:fix -> test
git:20260813.fead97d · audit A · 189 stars
precommit skill
sd0xdev/sd0x-harness · skills/precommit/SKILL.md · Pre-commit checks — lint:fix -> build -> test
git:20260813.fead97d · audit A · 189 stars
project-audit skill
sd0xdev/sd0x-harness · skills/project-audit/SKILL.md · Project health audit with deterministic scoring. Use when: evaluating project quality, onboarding to new codebase…
git:20260305.681596c · audit A · 189 stars
project-brief skill
sd0xdev/sd0x-harness · skills/project-brief/SKILL.md · Convert a technical spec into a PM/CTO-readable executive summary. Simplify technical details, focus on business value.
git:20260404.1c6641c · audit A · 189 stars
project-setup skill
sd0xdev/sd0x-harness · skills/project-setup/SKILL.md · Project configuration initialization. Use when: first-time setup, auto-detecting framework, replacing CLAUDE.md…
git:20260923.5eb6947 · audit A · 189 stars
push-ci skill
sd0xdev/sd0x-harness · skills/push-ci/SKILL.md · Push to remote and monitor CI. Validates branch safety, executes git push WITH explicit user approval, then monitors CI…
git:20260923.853e79f · audit A · 189 stars
recap-ask skill
sd0xdev/sd0x-harness · skills/recap-ask/SKILL.md · Interactive Q&A over an existing recap document. Use when: user wants to ask follow-up questions about a…
git:20260905.d98c025 · audit A · 189 stars
recap-doc skill
sd0xdev/sd0x-harness · skills/recap-doc/SKILL.md · Post-development recap document generator. Use when: AI/Codex has implemented a feature and the user needs a guided…
git:20260905.d98c025 · audit A · 189 stars
refactor skill
sd0xdev/sd0x-harness · skills/refactor/SKILL.md · Multi-target refactoring orchestrator. Use when: cleaning up messy code/docs, simplifying code, restructuring…
git:20260905.5566ee5 · audit A · 189 stars
remind skill
sd0xdev/sd0x-harness · skills/remind/SKILL.md · Lightweight model correction with context-aware rule loading. Use when: model forgot a rule, skipped a required step…
git:20260813.fead97d · audit A · 189 stars
repo-intake skill
sd0xdev/sd0x-harness · skills/repo-intake/SKILL.md · Project initialization inventory (one-time). Use when: first onboarding a project, rebuilding cache after structural…
git:20260814.171b5ee · audit A · 189 stars
req-analyze skill
sd0xdev/sd0x-harness · skills/req-analyze/SKILL.md · Requirements analysis — problem decomposition, stakeholder scan, requirement structuring. Produces 1-requirements.md…
git:20260905.d98c025 · audit A · 189 stars
request-tracking skill
sd0xdev/sd0x-harness · skills/request-tracking/SKILL.md · Request tracking knowledge base. Use when: querying request status, managing document references, tracking progress…
git:20260309.0aecf29 · audit A · 189 stars
review-spec skill
sd0xdev/sd0x-harness · skills/review-spec/SKILL.md · Review technical spec documents from completeness, feasibility, risk, and code consistency perspectives.
git:20260905.d98c025 · audit A · 189 stars
risk-assess skill
sd0xdev/sd0x-harness · skills/risk-assess/SKILL.md · Uncommitted code risk assessment with breaking change detection, blast radius analysis, and scope metrics. Use when…
git:20260305.681596c · audit A · 189 stars
runbook skill
sd0xdev/sd0x-harness · skills/runbook/SKILL.md · Generate and update feature release runbooks from existing docs and codebase. Use when: creating operational runbook…
git:20260811.d9a8bca · audit A · 189 stars
safe-remove skill
sd0xdev/sd0x-harness · skills/safe-remove/SKILL.md · Safely remove plugin assets (skill/agent/rule/script/hook) with dependency detection and reference cleanup. Use when…
git:20260730.c6d0060 · audit A · 189 stars
security-review skill
sd0xdev/sd0x-harness · skills/security-review/SKILL.md · Security review via Codex exec. Use when: OWASP Top 10:2025 audit, dependency vulnerability check, security-sensitive…
git:20260905.d98c025 · audit A · 189 stars
seek-verdict skill
sd0xdev/sd0x-harness · skills/seek-verdict/SKILL.md · Independent second-opinion verification for any finding. Use when: Claude or user wants independent Codex verification…
git:20260905.5607031 · audit A · 189 stars
sharingan skill
sd0xdev/sd0x-harness · skills/sharingan/SKILL.md · Replicate knowledge from any source as sd0x-dev-flow skill definition. Use when: copying skills from repos, adapting…
git:20260403.69024a9 · audit A · 189 stars
simplify skill
sd0xdev/sd0x-harness · skills/simplify/SKILL.md · Wrap-up refactoring — simplify code, eliminate duplication, preserve behavior
git:20260404.1c6641c · audit A · 189 stars
skill-health-check skill
sd0xdev/sd0x-harness · skills/skill-health-check/SKILL.md · Validate skill quality against routing, progressive loading, and verification criteria. Use when: auditing skills…
git:20260404.086743b · audit A · 189 stars
smart-commit skill
sd0xdev/sd0x-harness · skills/smart-commit/SKILL.md · Smart batch commit. Analyzes uncommitted changes, groups by cohesion, generates commit messages matching project style…
git:20260822.4995d33 · audit A · 189 stars
smart-rebase skill
sd0xdev/sd0x-harness · skills/smart-rebase/SKILL.md · Smart partial rebase for squash-merge repositories. Auto-detect which commits to keep/drop when base branch was…
git:20260923.b735e49 · audit A · 189 stars
statusline-config skill
sd0xdev/sd0x-harness · skills/statusline-config/SKILL.md · Customize Claude Code statusline. Use when: user says 'statusline', 'status line', 'customize statusline', 'modify…
git:20260321.1270b97 · audit A · 189 stars
tech-brief skill
sd0xdev/sd0x-harness · skills/tech-brief/SKILL.md · Technical briefing for developer sharing. Use when: sharing implementation findings with technical colleagues…
git:20260811.d9a8bca · audit A · 189 stars
tech-spec skill
sd0xdev/sd0x-harness · skills/tech-spec/SKILL.md · Tech spec generation and review. Use when: designing features, writing specs, spec review. Not for: requirements…
git:20260905.1599675 · audit A · 189 stars
test-deep skill
sd0xdev/sd0x-harness · skills/test-deep/SKILL.md · Context-aware test orchestration. Use when: smart test selection, failure triage, progressive test ladder, test failure…
git:20260321.4a2afd0 · audit A · 189 stars
test-health skill
sd0xdev/sd0x-harness · skills/test-health/SKILL.md · Holistic test coverage measurement. Use when: assessing test health, measuring coverage trends, quantitative +…
git:20260811.d9a8bca · audit A · 189 stars
test-review skill
sd0xdev/sd0x-harness · skills/test-review/SKILL.md · Test coverage review via Codex exec. Use when: reviewing test sufficiency, identifying coverage gaps, test quality…
git:20260905.5607031 · audit A · 189 stars
ui-first-principles skill
sd0xdev/sd0x-harness · skills/ui-first-principles/SKILL.md · First-principles UI/IA reasoning: turns a `<scenario>` + API field set into JTBD analysis, principle-anchored…
git:20260905.a2f4303 · audit A · 189 stars
update-docs skill
sd0xdev/sd0x-harness · skills/update-docs/SKILL.md · Research current code state then update corresponding docs, ensuring docs stay in sync with code.
git:20260905.1599675 · audit A · 189 stars
verify skill
sd0xdev/sd0x-harness · skills/verify/SKILL.md · Verification loop — lint -> typecheck -> unit -> integration -> e2e
git:20260404.1c6641c · audit A · 189 stars
watch-ci skill
sd0xdev/sd0x-harness · skills/watch-ci/SKILL.md · Monitor GitHub Actions CI runs until completion. Use when: watching CI after push, checking build status, monitoring PR…
git:20260417.5abc462 · audit A · 189 stars
zh-tw skill
sd0xdev/sd0x-harness · skills/zh-tw/SKILL.md · Rewrite the previous reply in Traditional Chinese
git:20260404.1c6641c · audit A · 189 stars

Source

github.com/sd0xdev/sd0x-harness · 189 stars · license MIT · pushed 2026-09-23