Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

lilo

lilo には franciscoturdera00 から収集した 15 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
15
Stars
2
更新
2026-05-11
Forks
0
職業カバレッジ
4 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

bootstrap
ソフトウェア開発者

First-run setup script Lilo follows on a fresh clone. Walks the operator through `.mcp.json`, the tools-bridge venv, `USER.md`, optional platform MCPs (`ios-simulator` on macOS), Telegram setup, the optional Notion pipeline dashboard, and an optional smoke-test project. Use when the operator says "bootstrap", "walk me through setup", "first-time setup", or anything clearly equivalent. Skip steps that are already done (e.g. if `USER.md` exists and looks complete, confirm it and move on).

2026-05-11
new-project
ソフトウェア開発者

Scaffold a new Claude Code project as a sibling of the orchestrator repo. Use when the operator says "new project <name>", "start a project called X", "spin up X", "scaffold X", or anything equivalent. All projects scaffold with the team template (PM + specialist agents) and auto-launch the PM in tmux. Accepts an optional `--profile mvp|work` to layer a config overlay on top of the base team template (default: `mvp`). Use `--profile work` for paid-client projects that need tighter permissions and work-only MCP connectors (HubSpot, GitHub, ClickUp, Figma).

2026-05-09
sync
ソフトウェア開発者

Run `/sweep`, then run `/pipeline` only if the sweeper returned non-empty messages. Use when the operator says "/sync" or "sweep and refresh now".

2026-05-09
toolify
ソフトウェア開発者

Package a sibling project into the tools framework so it's callable via the custom MCP bridge. Use when the operator says to toolify a project or asks to expose a project as a tool.

2026-05-09
kill
ソフトウェア開発者

Pre-exit scan for this Lilo session — save memory-worthy lessons silently, commit and push routine changes, branch off anything risky. Use when the operator says "/kill", "kill the session", "wrap up", or signals the session is ending. NOT for killing PM tmux sessions.

2026-05-06
kill
ソフトウェア開発者

Pre-exit scan for this PM session — finalize outbox, persist state, commit and push routine changes, branch off anything risky. Use when Lilo or the operator says "/kill", "wrap up", "save and close", or signals the PM session is ending. NOT for killing tmux sessions of other projects.

2026-05-06
poll
ネットワーク・コンピュータシステム管理者

Toggle the recurring `/sync` cron. `/poll on` registers it at 30-minute intervals starting 10 minutes after activation. `/poll off` deletes it. Use when the operator says "/poll on", "/poll off", "turn polling on", or "stop polling".

2026-05-03
pipeline
ソフトウェア開発者

Notion dashboard refresh — dispatches the `pipeline-syncer` subagent to render pipeline data, diff against the per-project sync cache + parent-page fingerprint, and fire only the Notion calls that are required. Steady state is 0 calls. The subagent returns a JSON summary; Lilo only surfaces errors to the operator. Use when the operator says "/pipeline" or "refresh the dashboard".

2026-05-02
pm
ネットワーク・コンピュータシステム管理者

PM control + project status. Default (no args) lists sibling projects and live tmux sessions. With an action (`start <name>`, `stop <name>`), operate on a specific PM tmux session. Use when the operator says "/pm", "status", "what's running", "/pm start X", "spin up the X PM", "/pm stop X", "kill the X PM session", or anything equivalent.

2026-05-02
sweep
プロジェクト管理専門家

Outbox sweep — dispatches the `outbox-sweeper` subagent to find new PM messages across every sibling project, archive them, and roll up agent feedback. The subagent returns a JSON summary; Lilo only relays to the operator if anything was found. Use when the operator says "/sweep" or "sweep now".

2026-05-02
team-ops
プロジェクト管理専門家

Team-mode project coordination for Lilo — launching PM sessions on the `team` template, relaying PM outbox messages to the operator by type/priority, and aggregating specialist ratings into the registry-refinement loop. Use when scaffolding a team-template project, sweeping `../<project>/.lilo-outbox/*.json`, or processing `done` messages from PMs.

2026-05-02
find-agent
ソフトウェア開発者

Safely find, vet, and import a new specialist agent definition from an external source (GitHub, marketplaces, blog posts) into the orchestrator's agent registry. Use when the operator asks you to "find an agent for X", "look for an existing Y specialist", "recruit a Z agent from online", or greenlights importing one after a search. Enforces a prompt-injection scan + adaptation pass before anything lands in the registry.

2026-04-28
task-done
ソフトウェア開発者

Close out a task — append a `task_done` event to `.team-history.jsonl` and remove it from `active_tasks` in `.team-state.json`. Use whenever a task in `active_tasks` is finished. Optional `--rating effective|adequate|poor` records the agent's performance for the registry refinement loop.

2026-04-28
nuke-project
ソフトウェア開発者

Delete a sibling project directory entirely (destructive, irreversible). Use when the operator says "nuke <name>", "delete the <name> project", "tear down X", or anything clearly asking to remove a scaffolded project. ALWAYS confirm with the operator before deleting.

2026-04-19
check-inbox
上級秘書・行政アシスタント

Read new messages from Lilo in .lilo-inbox/, summarize them into the working plan, and archive. Use at session start, when Lilo nudges you via tmux, or whenever you suspect new instructions have arrived. Plumbing only — does not act on the messages, that's the PM's judgment call.

2026-04-19