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

claude_harness_eng_v4

يحتوي claude_harness_eng_v4 على 26 من skills المجمعة من cwijayasundara، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

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

Discover and map an existing codebase before planning or changing it.

2026-06-11
change
مطوّرو البرمجيات

Change the behavior of existing code — story-driven by default, or --issue N for a GitHub bug fix. Test-first, full verification, code review.

2026-06-11
checking-migration-safety
مطوّرو البرمجيات

Use when a planned change touches persisted data shape — ORM models, migration files, schema definitions, serialized formats, or message contracts — in /change, /refactor, or /implement on an existing codebase. Routes schema changes through expand-contract and proves reversibility before any deploy.

2026-06-11
implement
مطوّرو البرمجيات

Generate production code and tests for a story group using agent teams for parallel execution.

2026-06-11
refactor
مطوّرو البرمجيات

Refactor existing code for quality, performance, or maintainability. Enforces core quality principles with ratchet gate.

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

Generate test plan, test cases, test data fixtures, and Playwright E2E tests mapped to acceptance criteria.

2026-06-11
upgrading-dependencies
مطوّرو البرمجيات

Use when bumping a dependency version — package.json, pyproject.toml, requirements, or lockfile changes — in an existing codebase. Classifies the bump, audits the usage surface from the code graph, and isolates the upgrade in its own proven commit.

2026-06-11
vibe
مطوّرو البرمجيات

Controlled small-change lane for low-risk fixes, docs, tests, and narrowly scoped edits without running the full SDLC pipeline.

2026-06-11
auto
مطوّرو البرمجيات

Autonomous build loop with Karpathy ratcheting, GAN evaluator, and session chaining. Iterates story groups until all features pass or stopping criteria met.

2026-06-11
checking-coverage-before-change
محللو ضمان جودة البرمجيات والمختبرون

Use when about to edit any existing (non-greenfield) symbol — before the first Edit/Write to production code in /refactor, /change, or /vibe — to learn which tests cover it and route uncovered code to pinning or sprouting.

2026-06-11
code-gen
مطوّرو البرمجيات

Code generation quality principles — TDD, typing, error handling, logging, API integration, LLM integration.

2026-06-11
code-map
مطوّرو البرمجيات

Build a deterministic dependency graph of an existing codebase. AST-first for Python and React/JS/TS (stdlib ast + tree-sitter wheels — symbols with line ranges, routes, components, hooks, call/render edges, god-file skeletons, incremental --files patching); regex fallback for C#, Java, Go. Outputs JSON + ranked symbol map + Mermaid + metrics for downstream brownfield, refactor, and seam-finder skills.

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

Generate Docker Compose stack, Dockerfiles, environment config, and init.sh bootstrap script.

2026-06-11
seam-finder
مطوّرو البرمجيات

Identify the safest cut-points in an existing codebase for a planned change. Reads code-graph.json + a goal, ranks candidate seams by observability + funnel + read/write asymmetry, and outputs a prioritized list with evidence.

2026-06-11
keeping-refactors-pure
مطوّرو البرمجيات

Use when committing any change that includes structural work (rename, move, extract, reorder) in an existing codebase — keeps refactor commits behavior-free and behavior commits refactor-free so regressions stay attributable.

2026-06-10
pinning-down-behavior
محللو ضمان جودة البرمجيات والمختبرون

Use when checking-coverage-before-change reports an UNCOVERED symbol you must edit — writes characterization (pin-down) tests at the nearest observable seam and verifies they bite before any production edit.

2026-06-10
sprouting-instead-of-editing
مطوّرو البرمجيات

Use when a symbol that must change is UNCOVERED and unpinnable (seam score < 0.5, or a skeletons/-flagged god file with no clean boundary) — adds behavior in a new fully-tested unit instead of editing legacy code in place.

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

Run evaluator and security reviewer concurrently for comprehensive quality gate.

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

Generate system architecture, machine-readable schemas, and UI mockups. Spawns planner + generator concurrently.

2026-06-10
brd
متخصصو إدارة المشاريع

Create a Business Requirements Document — from a Socratic interview, or grounded in a Functional Requirements Document via --frd (with a deterministic net-new/dropped gate). First step in the SDLC pipeline.

2026-06-10
spec
متخصصو إدارة المشاريع

Decompose BRD into epics, stories, dependency graph, and feature list for agent team execution.

2026-06-10
build
مطوّرو البرمجيات

Full SDLC pipeline. Runs all phases end-to-end with human gates on phases 1-3.

2026-06-10
evaluate
محللو ضمان جودة البرمجيات والمختبرون

Run the application and verify sprint contract criteria via API tests, Playwright interaction, and schema validation.

2026-06-10
tracker-publish
مطوّرو البرمجيات

Publish approved Claude Harness dependency groups to Linear/Jira-compatible tracker tasks and write the local tracker mapping contract.

2026-06-10
install-framework-packs
مطوّرو البرمجيات

Verify agent-framework skill packs declared in project-manifest.json#framework_skill_packs and print normal-terminal install commands for missing packs. Use after /scaffold reports PENDING MANUAL INSTALL, after manually adding a pack to the manifest, or to verify all configured packs are present.

2026-05-24
clarify
متخصصو إدارة المشاريع

Bounded clarification gate for resolving product, domain, API, security, or architecture uncertainty without exhausting the user.

2026-05-02