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

claude-code-methodology

يحتوي claude-code-methodology على 33 من skills المجمعة من AribSudia، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

arib-graph
مطوّرو البرمجيات

Memory | Code-graph subsystem — a native lightweight IMPORT graph (which file imports which, god-node candidates) built with ripgrep/grep, so a large monorepo can be navigated by structure instead of re-grepping every session. build/refresh/query. Honest scope: structural import graph, NOT semantic (no call-graph/type resolution); no Graphify dependency. Loads ON DEMAND only (zero always-on tokens). ADR-034.

2026-06-21
arib-dev-lean
مطوّرو البرمجيات

Dev | Over-engineering review — reads a diff/module and returns a delete-list of bloat (single-use abstractions, premature generalization, speculative config, dead options) WITHOUT stripping legitimate structure. Advisory: returns recommendations, never auto-deletes. The on-demand companion to the ponytail-lite tripwire hook. Authored natively (no Ponytail dependency). ADR-033.

2026-06-20
arib-wave-plan
مطوّرو البرمجيات

Wave | Pre-wave requirement lock — Act 1 derives the requirements from the codebase + memory (an honest grill, not guesswork), Act 2 hands the locked plan to an independent model (Codex) to tear apart until sign-off. Produces waves/<id>/PLAN.md + PLAN-REVIEW-LOG.md. Auto-chained idempotently from /arib-wave-start. If Act 2 can't run (no Codex), the wave proceeds but HOLDS MERGE for a human. Absorbs grill-me-codex (ADR-032).

2026-06-20
arib-wave-start
مطوّرو البرمجيات

Wave | Start a multi-session delivery wave — branch, plan, parallel architect+planner

2026-06-20
arib-build
المهن الحاسوبية الأخرى

Engine | Command the engineering team to deliver a known goal — dispatches the engineer-manager to decompose → dispatch specialists (parallel where safe) → integrate → reconcile (verification-agent) → merge gate. Scales its own reach: runs inline for a bounded goal, escalates to a parallel Workflow for a broad one, and paces under /loop for a multi-turn campaign — only when it needs to. Use when a goal needs a coordinated TEAM, not one specialist. Sibling of /arib-engine: the engine DISCOVERS its own backlog; /arib-build EXECUTES a goal you hand it.

2026-06-20
arib-nestjs
مطوّرو البرمجيات

Stack | NestJS architecture & patterns reference — modules/providers/DI, DTO+validation, guards/interceptors/pipes/filters, config, async lifecycle, testing, and the security + performance pitfalls that bite at scale. Use when building or reviewing a NestJS backend. Composes with security-auditor (OWASP), database-guardian (TypeORM/Prisma migrations), and performance (N+1). Authored natively (the ECC graft was unsourceable; this is CCM's own, MIT).

2026-06-20
arib-postgres
مطوّرو البرمجيات

Stack | PostgreSQL optimization & safety patterns — indexing, query plans, N+1, safe online migrations, connection pooling, JSONB, and Row-Level Security for multi-tenancy. Use when designing or reviewing Postgres-backed data access. Composes with database-guardian (migration safety) and performance (query budgets). Authored natively (MIT), not an ECC copy.

2026-06-20
arib-memory-search
مطوّرو البرمجيات

Memory | Semantic search across project memory — claude-mem MCP with grep fallback

2026-06-20
arib-engine
مطوّرو البرمجيات

Engine | Autonomous engineering & product-led-growth campaign engine. Use when the operator hands over ownership and wants continuous, self-running improvement of a codebase — triggers include "take over as the expert", "make it all", "rework until you decide it's done", "run the campaign", "harden / audit / sweep the codebase", "keep shipping value autonomously", or any request to autonomously discover, fix, verify, and ship many improvements across CI-green PRs until the evidence says done. It runs adversarial multi-dimensional discovery sweeps (find→refute→confirm), ships one focused reversible PR per concern behind hard verification gates, applies explicit ship/escalate/decline frameworks, records durable memory, and concludes on an evidence-based closure test (handing the operator a decision list). STANDALONE by default (runs the whole methodology self-contained); orchestrates the broader arib-* family ONLY on explicit opt-in (`--with-arib-family`, or "leverage the arib family"). Self-pacing is delegated

2026-06-20
arib-wave-end
مطوّرو البرمجيات

Wave | Close a wave — deep-audit gate + wave-level reconciliation (verification-agent: objective ↔ achieved), stakeholder report, audit-hash tag, then AUTO-MERGE by default (held for a human on --hold-merge / high-stakes / GAP / BLOCK)

2026-06-20
arib-wave-run
مطوّرو البرمجيات

Wave | Execute wave steps as a reference-based dynamic loop — auto-advance, per-step + wave-level reconciliation (verification-agent: objective ↔ achieved), re-engineer on GAP, AUTO-MERGE on RECONCILED by default (--hold-merge / high-stakes hold for a human)

2026-06-20
arib-deep-audit
مطوّرو البرمجيات

Audit | Wave-end 21-section deep audit + IMPLEMENT-FROM-FILE mode

2026-06-17
arib-check-compliance
محللو أمن المعلومات

Check | Compliance alignment — runs code-checkable rules per framework

2026-06-03
arib-check-migrate
مصممو قواعد البيانات

Check | Database migration safety review - risk classification, lock analysis, rollback verification

2026-06-03
arib-check-services
مديرو الشبكات وأنظمة الحاسوب

Check | Infrastructure health - adapts to project type, checks only what exists

2026-06-03
arib-dev-debug
مطوّرو البرمجيات

Dev | Scientific debugging - observe, 3 hypotheses, test, fix, verify, document

2026-06-03
arib-docs-generate
مطوّرو البرمجيات

Docs | Generate documentation - analyze target, extract interfaces, create docs, commit

2026-06-03
arib-check-a11y
مصممو واجهات الويب والرقمية

Check | Accessibility audit - WCAG 2.1 AA compliance, color contrast, ARIA, keyboard navigation, screen reader

2026-06-03
arib-check-arabic
مصممو واجهات الويب والرقمية

Check | Arabic typography, RTL, numerals, punctuation — MENA compliance

2026-06-03
arib-check-deploy
مطوّرو البرمجيات

Check | Pre-deployment 7-phase verification - tests, security, DB, env, performance, docs, rollback

2026-06-03
arib-check-deps
مطوّرو البرمجيات

Check | Audit dependencies - vulnerabilities, outdated packages, license compliance, supply chain safety

2026-06-03
arib-check-design
مصممو واجهات الويب والرقمية

Check | Design system contract — tokens, components, typography, dark mode

2026-06-03
arib-check-perf
مطوّرو البرمجيات

Check | Performance audit - N+1 queries, bundle size, latency budgets, memory leaks, caching gaps

2026-06-03
arib-check-reality
محللو ضمان جودة البرمجيات والمختبرون

Check | Scan for mock data, fake APIs, hardcoded responses - verify the system is genuinely connected

2026-06-03
arib-check-security
محللو أمن المعلومات

Check | Application security audit — OWASP Top 10 + supply chain

2026-06-03
arib-ci-audit
مطوّرو البرمجيات

CI | Audit, init, or review CI/PR posture — workflows, templates, CODEOWNERS, branch protection

2026-06-03
arib-dev-feature
مطوّرو البرمجيات

Dev | Start a new feature with branch, planning, TDD workflow, and safety snapshot

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

Dev | Code review with quality gates — function length, duplication, security, tests

2026-06-03
arib-docs-api
مطوّرو البرمجيات

Docs | Generate or sync API documentation - discover endpoints, produce OpenAPI spec, detect undocumented routes

2026-06-03
arib-docs-language
مصممو واجهات الويب والرقمية

Docs | Universal language/i18n compliance - RTL, LTR, CJK, Indic, fonts, formatting, accessibility

2026-06-03
arib-io
المهن الحاسوبية الأخرى

Session | I/O Channel - check signals, process requests from Cowork, write results, update dashboard

2026-06-03
arib-session-end
مطوّرو البرمجيات

Session | Close session — update all memory files, run tests, commit, push, report next steps

2026-06-03
arib-session-start
مطوّرو البرمجيات

Session | Initialize session — read context, check I/O channel, report status, wait for approval

2026-06-03