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

claude-harness

يحتوي claude-harness على 20 من skills المجمعة من poz110، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
20
Stars
4
محدث
2026-04-10
Forks
1
التغطية المهنية
8 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

autopilot
مطوّرو البرمجيات

全流程自動模式:從當前狀態一路推進到 DONE,無需人為干預確認。自動推進 MANUAL 節點、派發 Agent、處理失敗回滾,直到項目完成。支持傳入需求描述,自動注入後續流程。

2026-04-10
hotfix
مطوّرو البرمجيات

快速修復模式:徹底分析問題後直接寫修復代碼。不走 pipeline,不生成文檔。適用於緊急 bug 修復或小範圍改動。

2026-04-10
jira-mcp-setup
مطوّرو البرمجيات

统一的 Jira 问题处理中心。提供:ensureConnected() 确保连接可用(MCP/curl 双通道 + 多源凭证 + 缓存)、getIssue() 获取完整 ticket 上下文(含图片分析)、writeBack() 回写结果到 Jira。被 autopilot/hotfix/feature 调用,所有 Jira 相关逻辑集中在此。

2026-04-10
feature
مطوّرو البرمجيات

增量功能模式:等同於 /autopilot feature,跳過 Arch/Design 階段,適合在現有項目上添加新功能。

2026-04-09
env-check
مطوّرو البرمجيات

Universal environment checker. Detects missing tools, services, and configurations BEFORE starting any work phase. Always asks user before installing anything. Used by Designer (Stitch), FE, and BE agents. Modules: A = Stitch MCP (Designer), B = Backend env (BE), C = Frontend env (FE).

2026-04-07
implement-api
مطوّرو البرمجيات

Implements backend APIs using Bun, Hono, Drizzle ORM, tRPC v11, better-auth. Load this skill when BE agent needs implementation details.

2026-04-07
implement-feature
مطوّرو البرمجيات

Implements frontend features using Next.js 15, React 19, shadcn/ui, Tailwind v4, tRPC/TanStack Query. Load this skill when FE agent needs implementation details.

2026-04-07
setup-cicd
مديرو الشبكات وأنظمة الحاسوب

Sets up GitHub Actions CI/CD, Dockerfile, deployment configuration, and monitoring. Used by DevOps agent after SECURITY_REVIEW passes.

2026-04-07
arch-review
مطوّرو البرمجيات

Full ADR generation with mandatory ASCII diagrams (data flow, state machine, sequence, error paths), tech debt radar, and security baseline. Used by Architect agent after PRD approval.

2026-04-06
code-review-arch
محللو ضمان جودة البرمجيات والمختبرون

Architecture compliance code review. Used by Reviewer agent after IMPLEMENTATION. Two-stage sequential review: spec compliance first, then code quality. Each stage must pass independently. Produces PASS/FAIL verdict.

2026-04-06
generate-design
مصممو واجهات الويب والرقمية

Executes the Designer workflow: AI Slop detection → competitive research → design system proposal → design spec generation. Produces DESIGN.md and docs/design-spec.md with 80-item audit score.

2026-04-06
generate-prd
متخصصو إدارة المشاريع

Executes the full PM workflow: office-hours interrogation → scope-mode selection → PRD generation. Must not skip office-hours step.

2026-04-06
interaction-spec
الكتّاب التقنيون

Generates docs/interaction-spec.md through a TWO-PHASE process: Phase A — Designer extracts every interactive element from design screens and presents an Intent Confirmation Checklist to the user (DESIGN_PHASE MANUAL node). Phase B — after user confirms intent for each element, Designer locks the confirmed decisions into interaction-spec.md, which becomes the authoritative behavioral contract for FE, QA, and Reviewer. The spec is not a template to fill in — it is a record of confirmed human intent. Invoke at DESIGN_PHASE MANUAL after CEO_REVIEW completes.

2026-04-06
monitor
مديرو الشبكات وأنظمة الحاسوب

啟動工作流可視化監控面板,實時顯示狀態、耗時、產物文檔。HTTP + WebSocket 服務,支持多客戶端同時連接。

2026-04-06
owasp-scan
محللو أمن المعلومات

OWASP Top 10 (2021) security audit. Read-only scan using Grep and Bash. Cross-references docs/security-baseline.md for project-specific constraints.

2026-04-06
prepare-tests
محللو ضمان جودة البرمجيات والمختبرون

Creates test plan, writes Vitest unit tests, Playwright E2E tests, and k6 performance tests. Used by QA agent after CODE_REVIEW passes.

2026-04-06
stitch-design
المصممون الجرافيكيون

Generates real UI design screens using Google Stitch MCP. Derives complete page list from PRD + design-spec, builds per-page prompts with full feature context, calls Stitch MCP, verifies output completeness, and hands off to FE. Never silently degrades or skips pages. Always confirms page inventory upfront.

2026-04-06
systematic-debugging
مطوّرو البرمجيات

Structured debugging methodology for implementation failures. Use when a build fails, tests fail, or behavior is unexpected. Replaces ad-hoc guessing with hypothesis-driven root cause analysis.

2026-04-06
traceability-matrix
مطوّرو البرمجيات

Generates and maintains the requirement traceability matrix (docs/traceability-matrix.md). Maps every PRD Must/Should feature (F###) to its expected implementation location, Gherkin scenarios, test IDs, and completion status. Required output of PRD_REVIEW phase. Consumed by FE, BE, Reviewer, and QA. Invoke when: Architect completes ADR, FE/BE update implementation status, Reviewer verifies coverage, QA links test IDs.

2026-04-06
writing-skills
متخصصو إدارة المشاريع

Methodology for creating new workflow skills. Enforces TDD for process documentation: write failing scenario first, then write the skill. Use when adding any new SKILL.md to the workflow.

2026-04-06