Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

waggle

waggle contient 28 skills collectées depuis kazukinagata, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
28
Stars
2
mis à jour
2026-06-22
Forks
0
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

managing-tasks
Développeurs de logiciels

Creates, updates, deletes, and queries tasks in the configured data source. Handles task creation with required confirmations, state transitions, "next task" recommendations, and personal task dashboard. Use this skill for ANY task-related request — create, update, delete, query, list, filter by status/priority/assignee, mark done, block, assign to self, change priority, view personal dashboards, or ask "what's next". Also handles task dependencies and links: block, unblock, blocked by, blocking, dependency/dependencies, parent task, subtask, child task, link tasks, relation, connect tasks. Also scoped queries such as "tasks for <store/project>" or "filter tasks by store/project". If the user mentions tasks in any way, use this skill. Invoke this skill for any Tasks DB write — do not call `notion-create-pages`, `notion-update-page`, or `notion-update-relation` on task pages directly, even for single-field edits. Direct writes skip quality gates (AC/EP rubric, executor invariants, Acknowledged At auto-set, sub

2026-06-22
validating-fields
Développeurs de logiciels

Deterministic field validation for task status transitions. Returns pass/fail with errors and warnings as JSON. Used by managing-tasks, executing-tasks, and running-daily-tasks.

2026-06-17
viewing-tasks
Développeurs de logiciels

Renders task data as interactive HTML dashboards (Kanban, List, Calendar, Gantt). In cli / claude-desktop the dashboard is served by a local view server on localhost:3456. In Cowork the dashboard is registered as a Live Artifact that fetches Notion data directly via window.cowork.callMcpTool. Use this skill whenever the user wants to see tasks visually — board views, timelines, calendars, or any kind of task visualization or dashboard display. Read-only views only. For any write, or a scoped filter that may lead to a mutation, route through `managing-tasks` instead. Triggers on: "kanban", "list view", "show tasks", "view", "visualize", "gantt", "calendar", "board", "timeline", "display tasks", "open dashboard".

2026-06-17
notion-provider
Développeurs de logiciels

Notion-specific provider implementation for waggle. Loaded when the active provider is notion.

2026-06-17
notion-setup
Développeurs de logiciels

Set up Notion as the waggle provider. Trigger phrases - "setup notion", "configure notion for waggle".

2026-06-17
sqlite-provider
Développeurs de logiciels

SQLite-specific provider implementation for waggle. Loaded when the active provider is sqlite.

2026-06-17
turso-provider
Développeurs de logiciels

Turso-specific implementation for waggle. Loaded by detecting-provider when active_provider is turso.

2026-06-17
managing-views
Développeurs de logiciels

Creates, lists, deletes, and regenerates custom task visualizations. In cli / claude-desktop they are HTML files served by the local view server. In Cowork each custom view is registered as its own Live Artifact (id `waggle-view-<slug>`) that fetches data via window.cowork.callMcpTool. Use this skill whenever the user wants to create, delete, customize, or manage saved task visualizations — custom dashboards, filtered boards, or personalized views. Triggers on: "create view", "custom view", "make a dashboard", "view of", "delete view", "list views", "regenerate view", "my view", "build a board", "design visualization".

2026-06-17
provider-contract
Développeurs de logiciels

Waggle provider plugin development guide and interface contract. Defines the required SKILL.md sections, data shapes, naming conventions, and compliance checklist for building a waggle provider plugin. Trigger on: "provider contract", "provider interface", "create provider plugin", "new provider", "provider compliance", "how to build a provider".

2026-06-17
waggle-protocol
Développeurs de logiciels

Waggle Protocol v1 specification. Defines the 15 core fields, 9 extended fields, task state machine, dispatch readiness checks, and execution environments. Use this skill when you need to understand the waggle protocol, check field definitions, or verify state transitions. Trigger on: "protocol spec", "waggle spec", "field definitions", "state machine", "task schema", "core fields".

2026-06-17
ingesting-messages
Développeurs de logiciels

Reads incoming messages (Slack, Teams, Discord) and custom intake sources addressed to the current user and auto-converts them into categorized tasks (hearing-needed, self-action, or delegate). For ambiguous Slack messages in an explicitly interactive session, can optionally send a user-approved clarification reply in-thread instead of creating a hearing-task pair. Supports per-user custom source configuration via ~/.waggle/intake-prompt.md or Global Instructions, and per-user task-creation rules (tag naming, priority defaults, etc.) via ~/.waggle/task-creation-prompt.md or Global Instructions. Use this skill whenever the user wants to process incoming messages, check their inbox, or convert messages into tasks — even if they don't say "intake". Triggers on: "message intake", "intake", "process messages", "convert messages to tasks", "check slack", "check teams", "inbox processing", "clarify slack message", "find my tasks in slack", "check slack for my tasks", "my mentions in slack", "pull tasks from slack".

2026-06-06
reviewing-quality
Analystes en assurance qualité des logiciels et testeurs

Shared skill that owns the Quality Verdict pipeline for waggle tasks. Combines the deterministic Rubric (Layer 1) and the task-quality-reviewer-agent (Layer 2 IRC) behind a single contract. Manages the content-hash cache, 7-day suppression, batch fan-out, and worthiness-tag skip path. Invoked by planning-tasks, ingesting-messages, managing-tasks, executing-tasks, delegating-tasks (via assigning-to-others), running-daily-tasks, and monitoring-tasks. Not invoked directly by users.

2026-06-06
planning-tasks
Développeurs de logiciels

Generates or refines Acceptance Criteria and Execution Plans for tasks. Single task or batch mode. Ensures tasks are executable at agent-autonomous quality. Uses multi-round brainstorming to extract quality information from users. Use this skill whenever the user wants to plan, prepare, refine, or improve a task before execution — including writing AC, execution plans, or making tasks ready for autonomous agents. Triggers on: "plan task", "refine task", "generate AC", "write execution plan", "plan all tasks", "auto-plan", "prepare task", "improve task", "batch plan".

2026-06-06
troubleshooting
Analystes des systèmes informatiques

Diagnoses common Waggle issues: schema mismatches, missing fields, stale views, broken ingestion, and version incompatibilities. Use when something isn't working as expected — errors, missing data, unexpected behavior, or after upgrading Waggle. Triggers on: "troubleshoot", "debug", "not working", "error", "something is wrong", "broken", "help me fix".

2026-06-06
sqlite-setup
Développeurs de logiciels

Set up SQLite as the waggle provider. Trigger phrases - "setup sqlite", "configure sqlite for waggle".

2026-06-06
turso-setup
Développeurs de logiciels

Set up Turso as the waggle provider. Trigger phrases - "setup turso", "configure turso for waggle".

2026-06-06
assigning-to-others
Développeurs de logiciels

Shared logic for resetting fields when assigning a task to another person. Enforces standard field constraints so the recipient can configure their own execution environment. Called by managing-tasks, delegating-tasks, and ingesting-messages.

2026-06-06
bootstrap-session
Développeurs de logiciels

Shared session bootstrap — detects provider, resolves identity, and populates headless_config. Called by all user-invocable skills at startup.

2026-06-06
delegating-tasks
Développeurs de logiciels

Delegates a task to another organization member by updating Assignee, resetting executor fields, and recording delegation history in Context. Use this skill whenever the user wants to hand off, transfer, reassign, or give a task to someone else — even if they don't say "delegate" explicitly. Triggers on: "delegate task", "assign to", "transfer task", "reassign", "hand off", "give to", "pass to another person".

2026-06-06
detecting-provider
Développeurs de logiciels

Detects the active data source provider and retrieves configuration (database IDs, constants). Internal shared skill — not for direct user invocation.

2026-06-06
executing-tasks
Développeurs de logiciels

Orchestrates autonomous task execution via current session, tmux parallel, or Scheduled Tasks. Fetches ready tasks, validates working directories, and dispatches to the chosen execution mode. Use this skill whenever the user wants to do, run, process, start, dispatch, or launch tasks — including parallel execution, batch processing, or working on the next ready task. Explicit execution requests that name a task ID or title (e.g. "execute the X task", "run task ID …") enter through this skill so the Ready-state transition runs through the standard quality gate. Triggers on: "do the next task", "process tasks", "execute tasks", "ready tasks", "run tasks", "start tasks", "dispatch", "launch tasks", "work on next task", "parallel execution", "batch process".

2026-06-06
health-checking
Développeurs de logiciels

Checks waggle configuration health: Scheduled Task remnants, custom intake settings, config.json migration status, and Notion Desktop Extension version. Triggers on: "health check", "check config", "check setup", "ヘルスチェック", "設定チェック", "設定確認"

2026-06-06
loading-custom-instructions
Développeurs de logiciels

Shared loader for environment-aware custom instructions. Given an instruction key (e.g. `task-creation`, `intake`), returns the user-defined custom instructions for the current execution environment — file-based on CLI / Claude Desktop, system-prompt XML tags on Cowork. Internal shared skill — not for direct user invocation.

2026-06-06
looking-up-members
Développeurs de logiciels

Internal shared skill to resolve member names or email addresses to provider user IDs. Not intended for direct user invocation.

2026-06-06
monitoring-tasks
Développeurs de logiciels

Performs a health check on tasks. Analyzes task age (stagnation), field completeness by status, blocked tasks (including other assignees' blockers), and executor ratio (human vs AI delegation). Supports 3 modes: specific assignee (by name), all tasks (team-wide overview), or defaults to current user when no target is specified. Use this skill whenever the user wants to monitor task health, check stagnation, audit task quality, or review AI delegation metrics — even if they don't say "monitor" explicitly. Triggers on: "monitor tasks", "task health check", "task analysis", "stagnation report", "task monitoring", "task report"

2026-06-06
resolving-identity
Développeurs de logiciels

Internal shared skill to resolve current user identity and org members. Not intended for direct user invocation.

2026-06-06
running-daily-tasks
Développeurs de logiciels

Unified daily routine: ingests messages into tasks, then guides user through task refinement and dispatch. Works in both Terminal CLI and Claude Desktop. Use this skill whenever the user wants to start their day, run a morning routine, or process their daily task workflow — even if they just ask "what should I do today?". Triggers on: "daily tasks", "daily routine", "run daily tasks", "morning routine", "start my day", "what should I do today", "daily run".

2026-06-06
setting-up-tasks
Développeurs de logiciels

Guides initial setup of the waggle plugin — detects or configures MCP connections and runs provider-specific database initialization. Use this skill whenever the user wants to set up, initialize, or configure waggle for the first time, or connect a new data source provider. Triggers on: "setup waggle", "initialize task management", "configure notion tasks", "configure data source", "get started with waggle", "first-time setup", "connect provider".

2026-06-06