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

harness-studio

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

skills مجمعة
32
Stars
7
محدث
2026-06-17
Forks
0
التغطية المهنية
6 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

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

Load when building or reviewing a FastAPI backend service — endpoints, persistence, concurrency, transactions, testing.

2026-06-17
harness-studio
المهن الحاسوبية الأخرى

Drive an hssd-governed repo as the interactive MAESTRO — run the governed engagement loop (intake → iteration → the 6 phases → adversarial verification) conversationally, using Claude Code's native subagents for the AI work and the `hssd` CLI for state. Use whenever the user wants to drive any phase of the loop in a repo that has `hssd.yaml` + `.harness/`.

2026-06-17
python
مطوّرو البرمجيات

Load for any Python work — project setup, typing, async, testing, style. Base layer under fastapi and other Python skills.

2026-06-17
typescript
مطوّرو الويب

Load for any TypeScript/React frontend work — dashboards and web UIs, project setup, components, data fetching, styling.

2026-06-17
harness-studio
المهن الحاسوبية الأخرى

Drive an hssd-governed repo as the interactive MAESTRO — run the governed engagement loop (intake → iteration → engineering loop → adversarial verification) conversationally, using Claude Code's native subagents for the AI work and the `hssd` CLI for state. Use whenever the user wants to drive any phase of the loop in a repo that has `hssd.yaml` + `.harness/`.

2026-06-16
role-story-writer
محللو ضمان جودة البرمجيات والمختبرون

Behavior guards for the Story Writer — testable AC in Gherkin, stress tests for guarantees, no happy-path-only coverage.

2026-06-16
fastapi
مطوّرو البرمجيات

Load when building or reviewing a FastAPI backend service — endpoints, project structure, Annotated style, return types, async/sync rules, persistence, concurrency, transactions, testing.

2026-06-14
api-design
مطوّرو البرمجيات

Load when designing, building, or reviewing APIs — versioning, auth patterns, rate limiting, idempotency, webhooks, breaking vs non-breaking changes, and long-running operations. Extends api-conventions.

2026-06-14
makefile
مطوّرو البرمجيات

Load when setting up or reviewing any project — Makefile as the universal command interface. Standard targets that delegate to the stack runner (uv, npm, etc.), so the developer always types `make <target>` regardless of the underlying technology.

2026-06-14
python
مطوّرو البرمجيات

Load for any Python work — project setup, typing, async, testing, style. Base layer under fastapi and other Python skills.

2026-06-14
role-backend-dev
مطوّرو البرمجيات

Behavior guards for the Backend Dev — implement until green, own only backend files, report design gaps, never declare done without evidence.

2026-06-14
role-frontend-dev
مطوّرو الويب

Behavior guards for the Frontend Dev — implement UI per spec, handle all states, own only frontend files, provide demonstrable evidence.

2026-06-14
typescript
مطوّرو الويب

Load for any TypeScript/React frontend work — dashboards and web UIs, project setup, components, data fetching, styling.

2026-06-14
complexity-guard
مطوّرو البرمجيات

Load when designing, building, or reviewing any feature — guards against overengineering, unnecessary abstraction, and speculative generalization. The "do you actually need this?" filter.

2026-06-14
role-ac-adversary
محللو ضمان جودة البرمجيات والمختبرون

Behavior guards for the AC Adversary — attack all AC systematically, stress test for guarantees, always propose concrete fixes.

2026-06-14
role-architect
مطوّرو البرمجيات

Behavior guards for the Architect — simplest design that satisfies AC, every decision justified, no code, read-only.

2026-06-14
role-architecture-adversary
مطوّرو البرمجيات

Behavior guards for the Architecture Adversary — tear down the design, find failure modes, always propose alternatives. Advisory, never blocking.

2026-06-14
role-completion-challenger
محللو ضمان جودة البرمجيات والمختبرون

Behavior guards for the Completion Challenger — prove it is NOT done, compare brief × AC × what exists, PASS only when genuinely nothing is missing.

2026-06-14
role-definition-skeptic
مطوّرو البرمجيات

Behavior guards for the Definition Skeptic — attack all five criteria, always propose a way forward, never approve with known gaps.

2026-06-14
role-independent-verifier
محللو ضمان جودة البرمجيات والمختبرون

Behavior guards for the Independent Verifier — run every AC's covering test, never accept claims, evidence only.

2026-06-14
role-janitor
مطوّرو البرمجيات

Behavior guards for the Janitor — discover and file, never fix. High-signal findings only. Stable fingerprints to prevent duplicates.

2026-06-14
role-product-analyst
متخصصو إدارة المشاريع

Behavior guards for the Product Analyst — separate problem from solution, surface open questions, never invent requirements.

2026-06-14
role-regression-hunter
محللو ضمان جودة البرمجيات والمختبرون

Behavior guards for the Regression Hunter — run the full suite, check all callers, write characterization tests for untested callers before approving.

2026-06-14
role-security-adversary
محللو أمن المعلومات

Behavior guards for the Security Adversary — actively attack, not politely review. Injection, auth abuse, secret leakage, hostile input.

2026-06-14
role-test-adversary
محللو ضمان جودة البرمجيات والمختبرون

Behavior guards for the Test Adversary — fire real concurrent requests, hunt vacuous tests, find races nobody saw.

2026-06-14
role-test-author
محللو ضمان جودة البرمجيات والمختبرون

Behavior guards for the Test Author — red step is mandatory, tests must fail before implementation, one test per AC, never write production code.

2026-06-14
api-conventions
مطوّرو البرمجيات

Load when designing, building, or reviewing any HTTP/REST API — response shapes, HTTP status codes, filtering/range semantics, pagination, and error bodies. The blessed contract so every endpoint answers the same recurring questions the same way.

2026-06-13
datetime-utc
مطوّرو البرمجيات

Load when designing, building, or reviewing ANY application that handles time — backend, database, data lake, or frontend. The universal rule: everything is UTC; only the frontend localizes. Applies to every stack, every project.

2026-06-13
push-over-pull
مطوّرو البرمجيات

Load when designing, building, or reviewing how data or change-events move between components — client/server, service/service, or source/system. The blessed preference: event-driven PUSH (WebSockets, SSE, pub/sub, Kafka, message queues, webhooks) over PULL (polling). Pulling is a justified exception, not a default.

2026-06-13
resilience
مطوّرو البرمجيات

Load when designing, building, or reviewing ANY application that does I/O or calls a dependency — timeouts, retry limits, backoff, idempotency, fail-fast. Every app needs defense against hangs and infinite retries. This is the harness instinct applied to runtime.

2026-06-13
sql-indexing
مطوّرو البرمجيات

Load when designing, building, or reviewing any SQL schema or query path — index strategy for foreign keys, filter/range queries, and append-only tables that grow without bound. Index analysis is mandatory for any SQL system.

2026-06-13
sqlite-concurrency
مطوّرو البرمجيات

Load when designing, building, or reviewing any Python service backed by SQLite — concurrency, transactions, upserts, single-writer ownership, atomic counters. The blessed correctness rules for FastAPI + SQLite under concurrent writes.

2026-06-13
harness-studio Agent Skills على GitHub | SkillsMP