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

aspis

يحتوي aspis على 64 من skills المجمعة من mahmoud-emad-dev، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

commit-splitting
مطوّرو البرمجيات

Keep commits atomic — split a mixed change set into scoped, reviewable commits.

2026-07-01
project-onboarding
مطوّرو البرمجيات

The one-time procedure to take an exported project to live — understand it, confirm the name/goal/stack with the user, run the deterministic `aspis bootstrap`, enrich the judgment files (AGENTS.md, ARCHITECTURE, context), verify, and let the package self-clean. Followed by the bootstrap agent.

2026-06-29
architecture-memory
مطوّرو البرمجيات

Keep per-subsystem architectural intent current through the planning loop — read before designing, record an impact report on change, confirm with the user, apply a dated update, and verify the build against approved intent.

2026-06-29
dependency-audit
مطوّرو البرمجيات

Audit a plan's task dependency graph for structural integrity — circular dependencies, missing prerequisites, orphan tasks, and dependency classification (hard/soft/warning). Produces a pass/warn/fail audit report per dependency so planners catch graph errors before build starts.

2026-06-27
clean-tree-precondition
مطوّرو البرمجيات

Every editing agent should start on a clean working tree so parallel work never collides.

2026-06-27
commit-readiness
محللو ضمان جودة البرمجيات والمختبرون

Verify hooks ran, no secrets, protected paths untouched, and commit message valid before committing. Owned by the reviewer.

2026-06-27
byte-parity-checker
مطوّرو البرمجيات

Prove the catalog regenerates the live runtime byte-for-byte; refuse export on any mismatch.

2026-06-27
export-manager
مطوّرو البرمجيات

Plan and apply a catalog-to-runtime export, handling the six DecisionKind outcomes (ADD/UNCHANGED/UNKNOWN/UPDATE/PROTECT/CONFLICT).

2026-06-27
finding-format
محللو ضمان جودة البرمجيات والمختبرون

Required fields and severity rubric (CRITICAL/HIGH/MEDIUM/LOW) for review findings, with file:line evidence convention. Owned by the reviewer.

2026-06-27
hook-author
مطوّرو البرمجيات

Author a new git or runtime hook with a parity test to prove it behaves identically across both runtime surfaces (OpenCode/Claude).

2026-06-27
model-inventory
مطوّرو البرمجيات

Cross-reference `model_catalog.yaml` against live provider offerings via `aspis models --available`, surfacing STALE / MISSING / IN-USE-STALE model entries to keep model routing accurate.

2026-06-27
model-router
مطوّرو البرمجيات

Resolve the model tier for an agent via the 5-layer precedence chain (pin > per-agent > cap > project > global), then look up the canonical id in `model_catalog.yaml`.

2026-06-27
profile-manager
مطوّرو البرمجيات

Create, inherit, and merge ASPIS profiles (base.yaml + per-project overrides) — define which agents, runtimes, and settings are active for a project. Owned by system-lead.

2026-06-27
runtime-author
مطوّرو البرمجيات

Author one runtime-neutral catalog asset that is adapter-translated per runtime (OpenCode/Claude) — single source, no duplicate per-runtime files.

2026-06-27
scope-compliance
محللو ضمان جودة البرمجيات والمختبرون

Cross-check a diff against the task packet's allowed/forbidden file lists; enforce R-001 scope boundaries with file:line evidence. Owned by the reviewer.

2026-06-27
constitution-check
مطوّرو البرمجيات

Apply the reviewer-owned architecture-constitution checks (from the system-of-record YAML) before issuing a review verdict.

2026-06-27
constitution-checks
مطوّرو البرمجيات

Audit a PLAN against the architecture-constitution checks (system-of-record YAML) and emit a pass/fail report with file:line evidence.

2026-06-27
cache-management
مطوّرو البرمجيات

Enforce cache-first discipline — check existing research before any new research; route to new research only on cache miss or staleness.

2026-06-27
catalog-validator
مطوّرو البرمجيات

Validate the catalog's structural integrity — all references resolve, no broken links, schemas valid, no orphan assets.

2026-06-27
drift-detector
مطوّرو البرمجيات

Detect per-field per-agent catalog-to-live frontmatter drift and report with file:line evidence.

2026-06-27
governance-approval
المهن الحاسوبية الأخرى

The R-008 human-gate workflow for rules, permissions, model-routing, and security posture changes — never an automated rewrite.

2026-06-27
harvest-protocol
المهن الحاسوبية الأخرى

The 7-step R-008-gated path for bringing an external skill, source, or reference into the ASPIS catalog as a permanent asset.

2026-06-27
security-review
مطوّرو البرمجيات

Apply OWASP top 10 and core security checks (injection, authz, secrets, exposure) to a change before issuing a review verdict.

2026-06-27
session-continuation
المهن الحاسوبية الأخرى

Detect interruption, classify the resumption type, and send a resume packet so the project-lead continues a session without losing context.

2026-06-27
builder-selection
المهن الحاسوبية الأخرى

Pick the right builder tier (cheap/standard/deep) per packet version (V0–V4) and risk profile.

2026-06-27
evidence-validation
محللو ضمان جودة البرمجيات والمختبرون

Codify "verify, don't trust" — what counts as valid evidence per review dimension, and how to judge it.

2026-06-27
mode-decision
مطوّرو البرمجيات

Infer the build mode from risk and scope, with auto-escalation and downgrade rules.

2026-06-27
packet-validation
مطوّرو البرمجيات

Validate a task packet on 4 dimensions (scope, feasibility, completeness, acceptance) scaled by V0–V4 maturity.

2026-06-27
recontextualization
مطوّرو البرمجيات

Translate a lead agent's return into project-aware language and decide the next action.

2026-06-27
project-health
المهن الحاسوبية الأخرى

How the Project Lead keeps the project healthy, complete, and ready — detect when something is stuck, unhealthy, or missing; do the few simple things in its own remit (set the build mode); and route everything else to the System Lead or the right specialist. It detects and routes; it never fixes, builds, or changes the system itself.

2026-06-23
config-management
المهن الحاسوبية الأخرى

How the System Lead safely changes project configuration — model routing, build mode, policy config, and stack — only through the aspis commands and the config data files, never by hand-editing a rendered runtime agent. Reachable user → project-lead → system-lead, or user → system-lead directly.

2026-06-23
project-awareness
المهن الحاسوبية الأخرى

The Project Lead's project-intelligence skill — build a fast, accurate picture of the project (state, active feature, progress, changes, code locations, risks) by retrieving from deterministic sources on demand, never by loading the whole repo.

2026-06-23
prestart-checks
مطوّرو البرمجيات

Run before creating or editing any file — confirm the repo is in a safe state to start (clean tree, right branch) with one deterministic command, and resolve or route any blocker before working. Keeps an agent from building on top of someone else's uncommitted changes or on the wrong branch.

2026-06-23
planning-intake
مطوّرو البرمجيات

Use at the start of any planning request to classify the work and size it — what kind of request this is, its complexity and risk, the right mode, and therefore how much planning it needs. Reads .aspis/config/modes.yaml so effort matches the work.

2026-06-23
context-ladder
مطوّرو البرمجيات

How much project context to load and in what order — the minimum for the task, level by level, stopping as soon as you can act. Hot context (what you almost always need) is read directly; deeper context is pulled on demand via tools; the deepest analysis is delegated to a helper. Used by every role that reads project context.

2026-06-23
commit-message
مطوّرو البرمجيات

How to compose a commit message in the ASPIS convention — used by the committer before every commit.

2026-06-22
architecture-planning
مطوّرو البرمجيات

Use to design the technical approach for a spec — the strategy, components, data flow, dependencies, and integration points, with the steps and gates that make it buildable. Produces the implementation plan, from the PLAN template, consistent with the project's existing architecture.

2026-06-20
feature-planning
مطوّرو البرمجيات

Use to write the specification for a feature — the goal, the problem, what is in and out of scope, the observable behavior, and measurable acceptance criteria. Produces the spec other agents build and test against, from the SPEC template.

2026-06-20
selective-testing
محللو ضمان جودة البرمجيات والمختبرون

Use to test implementation proportional to impact — from changed files to affected components to the relevant tests — instead of running the whole suite after every task. Records the test evidence later stages can reuse.

2026-06-20
task-decomposition
مطوّرو البرمجيات

Use to break an approved plan into build-ready work — sequenced, dependency-ordered, appropriately sized task packets, each self-contained enough for an executor to implement, plus the execution, review, and testing strategy. Produces the TASKS list and per-task packets the Build Lead executes.

2026-06-20
عرض أهم 40 من أصل 64 skills مجمعة في هذا المستودع.