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

EffortlessMetrics

عرض على مستوى المستودعات لـ 48 skills مجمعة عبر 7 مستودعات GitHub.

skills مجمعة
48
مستودعات
7
محدث
2026-05-15
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

مستكشف المستودعات

المستودعات و skills الممثلة

calibration-review
مطوّرو البرمجيات

Review system calibration from run data in RUN_BASE. Use when analyzing patterns across runs for improvement opportunities, triggered by Wisdom flow or manual review.

2026-01-16
dependency-review
محللو أمن المعلومات

Review new dependencies for security and maintenance risk. Use when adding or updating dependencies.

2026-01-16
deploy-safety
مطوّرو البرمجيات

Ensure safe deployments with rollback planning. Use when preparing deployments or reviewing deploy readiness.

2026-01-16
deprecation-migration
مطوّرو البرمجيات

Plan and document deprecations with staged lifecycle, migration guide, and tooling requirements. Use when deprecating or breaking compatibility.

2026-01-16
detour-routing
مطوّرو البرمجيات

Route known failure patterns to standard fixes. Use when matching error signatures to detour catalog.

2026-01-16
error-triage
مطوّرو البرمجيات

Classify and route errors by category (transient, permanent, retriable, fatal). Use when diagnosing failures, deciding retry vs escalate, or triggering circuit breaker.

2026-01-16
evidence-verification
محللو ضمان جودة البرمجيات والمختبرون

Turn claims into evidence-bound verification. Use when validating tests/lint/security claims, gate decisions, or reviewer checklists.

2026-01-16
git-operations
مديرو الشبكات وأنظمة الحاسوب

Safe git operations for branch management and history. Use when working with branches, commits, or repo operations.

2026-01-16
عرض أهم 8 من أصل 17 skills مجمعة في هذا المستودع.
coding-standards
مطوّرو البرمجيات

Load perl-lsp coding standards for code-writing or code-review work in this repo. Use when implementing, fixing, reviewing, or validating code.

2026-03-20
merge-queue
مطوّرو البرمجيات

Merge approved PRs in safe batches — checks CI, fixes policy failures, handles conflicts, ratchets corpus after parser merges.

2026-03-20
parser-fix
مطوّرو البرمجيات

Run a TDD parser-fix workflow for perl-parser-core or related parser crates. Use when a parser bug has a concrete failing construct and needs tests, a minimal fix, and verification.

2026-03-20
plan-fix
مطوّرو البرمجيات

Turn a discovery into a builder-ready handoff packet. Use when a scout or coordinator has identified a concrete slice and needs exact scope, verification, and routing rather than code changes.

2026-03-20
scout-then-build
مطوّرو البرمجيات

Research-first workflow that scouts exact scope before launching a constrained builder. Use when a feature or fix is too unconstrained for a direct builder — converts ~50% success into ~90% by eliminating implicit decisions.

2026-03-20
swarm-priorities
مطوّرو البرمجيات

Load roadmap weighting for scouts and coordinators so slices are ranked by actual repo priorities instead of convenience.

2026-03-20
swarm-protocol
مطوّرو البرمجيات

Load shared swarm behavioral rules for coordinators and workers. Use for task routing, receipts, direct messaging, dedup, worktree boundaries, and lifecycle discipline.

2026-03-20
swarm
مطوّرو البرمجيات

Start a continuous swarm with agent teams. Orchestrator-only skill.

2026-03-20
عرض أهم 8 من أصل 11 skills مجمعة في هذا المستودع.
test-runner
محللو ضمان جودة البرمجيات والمختبرون

Run the relevant tests for the current change and summarize results. Use in Flow 3 (Build) and optionally in Flow 5 (Gate).

2026-02-12
auto-linter
مطوّرو البرمجيات

Run linters/formatters on changed files and apply safe, mechanical fixes. Use in Flow 3 and Flow 4.

2026-01-26
openq-tools
مطوّرو البرمجيات

Open questions register. Use for: QID generation, OQ-SIG-001 format IDs, append questions, open_questions.md. Generate sequential QIDs, append questions with context. Use in clarifier when registering open questions instead of guessing. Invoke via bash .claude/scripts/demoswarm.sh openq next-id|append.

2026-01-26
policy-runner
مطوّرو البرمجيات

Run policy-as-code checks (e.g., OPA/Conftest) based on the policy_plan. Use in Flow 2 and Flow 4.

2026-01-26
runs-derive
مطوّرو البرمجيات

Grep/wc replacement for .runs artifacts. Use for: count, extract, Machine Summary, receipt reading, marker counts. Null-safe counting (REQ/NFR/QID/RSK markers), YAML block parsing, BDD scenario counting. Deterministic read-only - no judgment. Use when cleanup agents need mechanical counts/extraction. Invoke via bash .claude/scripts/demoswarm.sh.

2026-01-26
runs-index
مطوّرو البرمجيات

Update index.json status. Use for: upsert index.json, update status/last_flow/updated_at. Deterministic writes - stable diffs, no creation. Use only in run-prep and *-cleanup agents. Invoke via bash .claude/scripts/demoswarm.sh index upsert-status.

2026-01-26
secrets-tools
محللو أمن المعلومات

Publish gate secrets scanning. Use for: safe_to_publish, scan for secrets, redact in-place. Determines publish gate status. Scan files for secrets (locations only - NEVER prints secret content). GitHub tokens, AWS keys, private keys, bearer tokens. Use ONLY in secrets-sanitizer. Invoke via bash .claude/scripts/demoswarm.sh secrets scan|redact.

2026-01-26
governed-feature-dev
مطوّرو البرمجيات

AC-first feature development workflow for the Rust-as-Spec platform cell. Use when implementing new features, adding ACs, or working on tasks with status=Todo. Follows the ac_first flow from devex_flows.yaml and uses xtask + /platform APIs for governance.

2026-01-28
governed-governance-debug
مطوّرو البرمجيات

Diagnose and fix selftest failures in the Rust-as-Spec platform cell. Use when cargo xtask selftest fails, when user reports "governance broken", or when policy violations are detected. Systematically isolates and resolves issues across the 7 selftest steps.

2026-01-28
governed-maintenance
مطوّرو البرمجيات

Platform upkeep, dependency updates, policy fixes, and doc maintenance for the Rust-as-Spec platform cell. Use when fixing governance drift, updating dependencies, resolving policy violations, or maintaining documentation. Follows the maintenance flow from devex_flows.yaml.

2026-01-28
governed-release
مطوّرو البرمجيات

Version management and release tagging for the Rust-as-Spec platform cell. Use when cutting a new version, preparing for production deployment, or when user explicitly requests a release. Follows the release flow from devex_flows.yaml. IMPORTANT: Always ask user before tagging (high-risk operation).

2026-01-28
bootstrap-dev-env
مطوّرو البرمجيات

One-command environment setup and health check for the Rust-as-Spec platform cell. Use when first entering the repository, after major environment changes, or when the environment appears broken. Follows the 'onboarding' flow from _flows.yaml.

2025-11-22
عرض 7 من أصل 7 مستودعات
تم تحميل كل المستودعات