Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
artisan-build
GitHub 제작자 프로필

artisan-build

4개 GitHub 저장소에서 수집된 7개 skills를 저장소 단위로 보여줍니다.

수집된 skills
7
저장소
4
업데이트
2026-07-14
저장소 탐색

저장소와 대표 skills

laravel-cloud-deploy
네트워크·컴퓨터 시스템 관리자

Method for provisioning Laravel Cloud environments + resources and enabling deployments safely. THE CARDINAL RULE: never set environment variables for Cloud-provisioned resources — Cloud auto-injects ALL resource config (credentials AND connection selectors like QUEUE_CONNECTION/DB_CONNECTION/CACHE_STORE) into a separate managed env file the app reads; any value you set yourself overwrites/shadows the injected one and breaks the resource (and is easy to get wrong). Use whenever asked to create/provision a Cloud environment, attach resources (DB/Redis/queue/object storage), or restore/enable deploys. Requires the project's .cloud repo config (cloud repo:config) bound first.

2026-07-14
multi-agent-build
기타 컴퓨터 관련 직업

Orchestrate building a planned, multi-PR feature (or a greenfield MVP from a PRD) with a coordinated subagent loop: one agent implements each PR, independent agents review and judge it, and the agent running THIS skill is the coordinator that verifies the gate, arbitrates findings, and ships each PR. Trigger when the user (or the brain orchestrator) hands over a planning scratchpad / PRD and asks to build it via the multi-agent / coordinated workflow ('orchestrate this', 'have the agents build it', 'run the loop'). Each PR runs implement -> hard gate -> independent quality review + acceptance judge -> coordinator arbitration -> ship, with a 3-attempt cap. Two modes: A (autonomous, merge each PR on green CI) and B (open PR, human merges, then continue). Do NOT use for single-file edits, quick fixes, refactors, bugs, or maintenance — this spawns multiple agents and burns real tokens; it is only for substantial, plan-driven feature builds explicitly opted into. Requires Solo and a per-project .solo/workflow.md p

2026-07-14
저장소 4개 중 4개 표시
모든 저장소를 표시했습니다