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

crewly

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

収集済み skills
161
Stars
82
更新
2026-06-12
Forks
20
職業カバレッジ
11 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

synthesize-hierarchy
プロジェクト管理専門家

Plan and create a NESTED team hierarchy (parent coordination team + per-stream child teams) for a complex multi-stream goal. Use INSTEAD of recommend-team/materialize-team when the goal names 2+ parallel work-streams (e.g. frontend + backend + DevOps). Onboarding-only.

2026-06-12
web-search
市場調査アナリスト・マーケティングスペシャリスト

Search the live web for a query and return ranked results (title, URL, snippet) as JSON. Works with no API key (DuckDuckGo HTML fallback) and uses the Brave Search API or SerpAPI automatically when BRAVE_API_KEY / SERPAPI_KEY is set. Any agent can call it for research, competitor analysis, market/trend lookups, fact-checking, finding sources to cite, or grounding a non-software goal (marketing, growth, commerce) in real-world information.

2026-06-12
transcribe-audio
一般事務員

Transcribe a local audio (or video) file to text with timestamps using Whisper. Defaults to local whisper.cpp (free, offline, word/segment-level timestamps) and automatically falls back to the OpenAI Whisper API (whisper-1) when the local engine is not installed. Any agent can call it for meetings, podcasts, voice notes, interviews, or video audio tracks.

2026-06-07
accept-task
その他コンピュータ職

Accept and take the next available task from the task queue. Use when an agent is idle and ready to pick up the highest-priority unassigned task. For assigning tasks to specific agents, use assign-task instead.

2026-06-06
register-self
その他コンピュータ職

Register the agent as active with the Crewly backend on startup. Use when an agent first launches and needs to join the team and become visible to the orchestrator. For confirming responsiveness after registration, use heartbeat instead.

2026-06-06
code-review
ソフトウェア品質保証アナリスト・テスター

Analyze git changes and produce a structured code review with automated checks for missing tests, debug statements, potential secrets, large changes, and dependency modifications. Use when reviewing staged changes, unstaged diffs, recent commits, or branch comparisons before submitting a pull request. For task-level quality gates, use check-quality-gates instead.

2026-06-06
assign-task
プロジェクト管理専門家

Assign a task to a specific agent via the task management system. Use when the orchestrator needs to target a particular agent with a known task ID. For agents self-assigning the next available task, use accept-task instead.

2026-06-06
broadcast
プロジェクト管理専門家

Send a message to all active agent sessions, excluding the orchestrator. Use when the orchestrator needs to announce information or coordinate the entire team at once. For messaging a single agent, use send-message instead.

2026-06-06
record-learning
プロジェクト管理専門家

Record a learning or insight gained during task execution for team knowledge sharing.

2026-06-06
marketplace-publish
ソフトウェア開発者

Package and submit skills to the Crewly marketplace. Validates, archives, and submits for review to both local and remote registries.

2026-06-05
list-my-crons
その他コンピュータ職

List the recurring cron tasks the orchestrator has scheduled FOR you — call before self-scheduling so you don't create duplicates that fire N× reports.

2026-06-02
schedule-followup
その他コンピュータ職

Schedule a future check-in that creates a WorkItem for you or another agent at a specific time (one-shot or bounded recurring).

2026-06-02
get-sops
その他コンピュータ職

Query standard operating procedures relevant to your current context or task.

2026-05-31
update-sop
その他コンピュータ職

Author or update a custom SOP (a reusable procedure / playbook) for your team.

2026-05-31
get-team-norms
その他コンピュータ職

Read your team's norms (operating agreements — canDelegate, escalation, rules of engagement) relevant to the current moment.

2026-05-31
update-team-norm
その他コンピュータ職

Propose or update a team norm (an operating agreement — canDelegate, escalation, rules of engagement) for your team.

2026-05-31
decompose-okr
プロジェクト管理専門家

Decompose a parent Mission (OKR) into child OKRs one cascade tier down (company→team→project) as a PROPOSAL. The runtime drafts the child objectives + Key Results; the skill submits them to the backend as pending_approval. Children are NOT active until the human owner approves. Output includes an [APPROVE] block naming the parent and proposed children for the owner's decision.

2026-05-30
wiki-cleanup
その他コンピュータ職

Detect + remove low-quality pages from a wiki vault (low confidence, agent memory dumps, per-agent overflow). Default dry-run; archives every deletion; idempotent.

2026-05-29
wiki-lint
その他コンピュータ職

Deterministic vault validation — frozen-path violations, dangling wikilinks, orphan pages, stale claims, restructure proposals. Reports only; the agent decides what to fix.

2026-05-29
wiki-migrate
その他コンピュータ職

One-shot conversion from legacy `.crewly/knowledge/*.json` + loose `.md` + agent `memory.json` into the v2.1 three-scope vault structure. Default dry-run; idempotent; never deletes legacy files.

2026-05-29
wiki-process-queue
その他コンピュータ職

Claim the next pending wiki-queue item and get the vault context your LLM needs to classify it into llm-curated/<folder>/<page>.md. No preset taxonomy — your LLM picks the target.

2026-05-29
wiki-query
その他コンピュータ職

Read a project/team/global vault and return the system-context payload your runtime feeds to the LLM for synthesis. Single-vault scope (Phase 1).

2026-05-23
wiki-bookkeep
その他コンピュータ職

Vault health report — md counts, duplicate clusters, queue snapshot, consolidation recommendations. Returns signals; your LLM decides what to merge or archive.

2026-05-23
wiki-ingest
その他コンピュータ職

Append a source (spec / decision / chat / pr / learning) into a vault's llm-curated/ tree. Refuses writes into frozen paths.

2026-05-23
wiki-queue-add
その他コンピュータ職

Enqueue wiki-worthy content (from a chat turn, spec write, PR merge, learning) for later agent-driven classification + ingest. Agents must justify with --reason.

2026-05-23
delegate-task
その他コンピュータ職

Create a WorkItem in the TaskPool targeting a specific agent. The Reconciler will automatically wake the agent and deliver the task when resources are available. No direct agent start or auto-monitoring — the Reconciler handles lifecycle, retries, and resource control.

2026-05-20
report-status
プロジェクト管理専門家

Proactively notify the orchestrator when a task is done, blocked, or failed.

2026-05-16
create-request
プロジェクト管理専門家

Create a V3 Request from a user message that the orchestrator has determined to be actionable work.

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

Perform a system health check and heartbeat. Calls multiple API endpoints to update heartbeat via middleware and returns system status.

2026-05-16
complete-task
その他コンピュータ職

Mark a task as complete with a summary of the work done.

2026-05-09
complete-task
その他コンピュータ職

Mark a task as complete in the task management system.

2026-05-09
cancel-followup
その他コンピュータ職

Cancel a follow-up trigger previously created with `schedule-followup` or `watch-for-event`, by trigger id or by team-scoped name.

2026-05-08
list-my-followups
その他コンピュータ職

List every follow-up trigger owned by your team — call before creating a new watcher to avoid duplicates, or when auditing why something keeps firing.

2026-05-08
reply-channel
その他コンピュータ職

Send an agent-authored message back to a chat channel — used by the chat MVP dispatch loop after processing a `[CHAT:<channelId>]` prompt.

2026-05-08
watch-for-event
その他コンピュータ職

Subscribe to a system event (like agent:idle or task:completed) and create a WorkItem every time it fires — reactive follow-up, not time-based.

2026-05-08
xhs-article-to-image
グラフィックデザイナー

Convert markdown articles into XiaoHongShu (小红书) style portrait image cards (1080×1440 PNGs) for social distribution.

2026-05-08
score-task
ソフトウェア開発者

Score a completed task's quality (0-100) for tracking per-agent quality metrics.

2026-05-08
cancel-all-schedules
ソフトウェア開発者

Cancel all active scheduled checks, optionally filtered by session or age (nuclear cleanup).

2026-05-08
list-schedules
ソフトウェア開発者

List all active scheduled checks (one-time and recurring), optionally filtered by session name.

2026-05-08
update-team-member
ソフトウェア開発者

Update a team member's properties — name, role, runtimeType, systemPrompt — via the team membership API.

2026-05-08
このリポジトリの収集済み skills 161 件中、上位 40 件を表示しています。