Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

forge2-chiru

forge2-chiru에는 chiruu12에서 수집한 skills 15개가 있으며, 저장소 수준 직업 범위와 사이트 내 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