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

forge2-chiru

يحتوي forge2-chiru على 15 من skills المجمعة من chiruu12، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

decompose-to-issues
متخصصو إدارة المشاريع

Turn a feature or sprint goal into an ordered backlog of small, testable issues with dependencies. Hermes uses this to write sprints/sprint-0N.md.

2026-06-27
sprint-issue
متخصصو إدارة المشاريع

Hermes's format for handing ONE scoped, testable issue to OpenClaw in

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

The non-negotiable architecture rules Hermes enforces when assigning and reviewing work — Laravel layering, tenancy, auth, and the human-merge gate.

2026-06-27
ci-to-slack
مطوّرو البرمجيات

Post GitHub Actions CI results to the

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

Define PulseDesk's domain entities and relationships before assigning model work, so the data model stays coherent. Source of truth is ARCHITECTURE.md.

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

Recipe for a new Eloquent model in PulseDesk — model + migration + factory + seeder + tenant trait. Use when introducing a domain entity.

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

Git discipline for the agent loop — branch per issue, small incremental commits, open a PR, never merge. Keeps the timeline genuine and reviewable.

2026-06-27
laravel-api-endpoint
مطوّرو البرمجيات

Recipe for adding a REST endpoint to PulseDesk — route, controller, FormRequest, policy, JsonResource, and feature test. Use for every new API action.

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

PulseDesk's Pest feature-test pattern — auth setup, happy path, role denial, and the mandatory cross-tenant 404. Every endpoint PR includes these.

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

OpenClaw's structured status report for the

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

Reviewer agent's triage of an opened PulseDesk PR — assess scope, tenant-safety, correctness, and tests, then post a verdict to Slack and comment on the PR. Routed via EastRouter. Never merges.

2026-06-27
react-feature
مطوّرو الويب

Build a React 19 + Tailwind feature from a mock, feature-first, wired to the Laravel JSON API. The mock is look-only; adapt structure/state/validation to the stack.

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

Install and wire Laravel Sanctum token auth for PulseDesk — install:api, register/login/logout/me, roles, and role middleware. The auth foundation.

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

The PulseDesk multi-tenancy pattern — BelongsToOrganization trait, global scope, SetTenantContext middleware, and the cross-tenant 404. Apply to every tenant-owned model. This is the security-gated criterion.

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

The shared PulseDesk vocabulary used identically across backend, React, and Slack, so agents and humans mean the same thing.

2026-06-27