Skip to main content
Manusで任意のスキルを実行
ワンクリックで
$pwd:
desplega-ai
GitHub creator profile

desplega-ai

Repository-level view of 46 collected skills across 4 GitHub repositories, including approximate occupation coverage.

skills collected
46
repositories
4
occupation fields
3
updated
2026-05-28
occupation focus
Major fields detected across this creator.
repository explorer

Repositories and representative skills

#001
ai-toolbox
26 skills284updated 2026-04-27
57% of creator
step-running
ソフトウェア開発者

Execute a single DAG step as an autonomous background sub-agent. Sibling of phase-running for DAG plans produced by v-planning. Reads a step-<n>.md file directly, atomically claims it via frontmatter status, runs the three-bucket Success Criteria, and reports back. Spawned by v-implementing or by /run-step.

2026-04-27
v-implementing
ソフトウェア開発者

Parallel DAG-plan implementation skill. Reads a v-planning plan directory (root.md + step-<n>.md files), topologically schedules ready steps, and fans them out as parallel sub-agents. Use whenever the user invokes /v-implement, points at a plan directory produced by /v-plan, or asks to "run the parallel plan", "implement the DAG", or "fan out the steps" — even without those exact words. For linear plans (single .md file), use `implementing` instead.

2026-04-27
v-planning
ソフトウェア開発者

Vertical / parallel implementation planning skill. Creates DAG-structured plan directories where each step is an independent, QA-able vertical slice that sub-agents can pick up and implement in parallel. Use whenever the user wants a plan that fans out (multiple independent features), invokes /v-plan, or asks for a "parallel plan", "DAG plan", "vertical plan", or "plan that can be parallelized" — even if they don't say those exact words. Prefer the linear `planning` skill for strictly sequential work.

2026-04-27
brainstorming
プロジェクト管理専門家広告・プロモーションマネージャー

Interactive exploration of ideas through Socratic Q&A. Produces progressive documents that serve as lightweight pre-PRDs feeding into research.

2026-04-27
implementing
ソフトウェア開発者

Plan implementation skill. Executes approved technical plans phase by phase with verification checkpoints.

2026-04-27
phase-running
ソフトウェア開発者

Execute individual plan phases as background sub-agents for context-efficient implementation.

2026-04-27
planning
ゼネラル・オペレーションズマネージャー

Implementation planning skill. Creates detailed technical plans through interactive research and iteration.

2026-04-27
qa
ソフトウェア品質保証アナリスト・テスター

Functional validation skill. Captures test evidence (screenshots, recordings, links) and produces QA reports in thoughts/*/qa/.

2026-04-27
Showing top 8 of 26 collected skills in this repository.
#002
agent-swarm
18 skills48353updated 2026-05-28
39% of creator
agentmail-sending
ソフトウェア開発者

Canonical AgentMail send-message API reference for swarm agents. Pins the base URL, required field names, text-only rendering workaround, BCC policy, and ready-to-copy curl / swarm-script examples so agents do not rediscover the API surface at runtime.

2026-05-28
kapso-whatsapp
ソフトウェア開発者

How to interact with Kapso WhatsApp from the swarm — read inbound webhook payloads (text AND media), fetch message history, send free-form messages within the 24h session window (and template messages outside it), mark-as-read, show the typing indicator, send reactions, download media, verify webhook signatures, and resolve contacts to swarm users. Canonical reference for ANY Kapso interaction beyond the thin `send-whatsapp-message` / `reply-whatsapp-message` MCP tools — for templates, media, reactions, typing, mark-as-read, signature verify, contact resolution, conversation history, drop to the REST recipes here. Use whenever a task references a WhatsApp message routed through Kapso, or when a workflow needs to reply on WhatsApp.

2026-05-28
user-management
人事アシスタント(給与・勤怠管理除く)

How to manage the user registry — creating users for new Slack/GitHub/GitLab/Linear identities, managing aliases, resolving users across platforms. Use when a new human interacts with the swarm or when user identity needs updating.

2026-05-21
kv-storage
データベースアーキテクト

Use the swarm KV store (Redis-like, namespaced) for cross-task / cross-session / per-page state. Auto-scoped to your context (Slack thread / PR / Linear issue / agent / page). Use for counters, cursors, page state. Do NOT use for secrets (`swarm_config`), embedded knowledge (`memory`), or files (`agent-fs`).

2026-05-13
artifacts
ウェブ開発者

Serve interactive web content (HTML pages, dashboards, approval flows, static reports, custom Hono apps) to a public URL via localtunnel. Use when the user asks to "create an artifact for X", "host this for me", "make me a tunneled URL", "spin up a web server for X", "publish this report so I can see it", "share this file/page publicly", "expose this dashboard", "give me a live link", or anything that needs a browser-reachable URL pointing at agent-generated content. Wraps the `agent-swarm artifact` CLI plus the `createArtifactServer` SDK; covers static directories, custom Hono apps, daemonization (nohup / PM2), HTTP Basic auth, and the in-page swarm Browser SDK.

2026-05-12
swarm-local-e2e
ソフトウェア品質保証アナリスト・テスター

Guide for running local E2E tests with API server, Docker lead/worker containers, task creation, log verification, UI dashboard, and cleanup

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

Create a pull request (GitHub) or merge request (GitLab) from the current branch

2026-04-03
implement-issue
ソフトウェア開発者

Implement a GitHub issue or GitLab issue and create a PR/MR

2026-04-03
Showing top 8 of 18 collected skills in this repository.
#004
agent-fs
1 skills111updated 2026-05-18
2.2% of creator
4 件中 4 件のリポジトリを表示
すべてのリポジトリを表示しました