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

draft-cli-plugin

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

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

このリポジトリの skills

draft-setup
ソフトウェア開発者

Context initialization. Runs a short conversational interview to derive product and team context, then writes structured files to the workspace so every future session starts grounded. Run once at onboarding, or anytime to refresh context after a significant shift.

2026-06-09
draft-import
ソフトウェア開発者

Import markdown content from a local directory or private GitHub repo into the active workspace. Analyzes source files, maps content to Draft dimensions, and stages the result as a proposal for review. Nothing is applied until the user accepts.

2026-06-09
draft-add-dimension
ソフトウェア開発者

Scaffold a new context dimension. Creates context/<name>/index.md with standard frontmatter and context/<name>/log/. Works on brand-new dimensions and on existing folders that are missing an index.md (orphaned dimensions).

2026-06-09
draft-compact
ソフトウェア開発者

Curator-triggered context compaction. Synthesizes accumulated appends in one or more context/*/index.md files into a clean, lean current-state document. Archives the pre-compact state to log/ before overwriting. Run when any index.md reads like a change log rather than a current-state document, or exceeds ~500 words.

2026-06-06
draft-connect
ソフトウェア開発者

Connect integrations to the Draft daemon. Guides the user through configuring Granola (MCP or API), Slack, and GitHub. Run as /draft:connect to see all integrations, or /draft:connect <name> to configure a specific one. Each integration has its own sub-skill file in this directory.

2026-06-04
draft-connect-slack
ソフトウェア開発者

Set up Slack integration for the Draft daemon. Guides the user through creating a Slack app, configuring tokens, selecting channels, and inferring team member roles via LLM. Writes config/secrets.json and config/slack-roles.json.

2026-06-04
draft-setup-collab
ソフトウェア開発者

Collaboration configuration for Draft. Sets up gh CLI auth, configures the shared GitHub repo, writes config files, and seeds the shared repo on first use. Invoked from /draft:setup Q5.5 or run standalone at any time.

2026-05-28
draft-learn
ソフトウェア開発者

DEPRECATED — use /draft:synthesize instead. This skill is no longer the recommended path for saving context. /draft:synthesize handles both explicit single-item saves and full session transcript synthesis. Personal preferences and vocabulary are saved automatically by the orchestrator during conversation.

2026-05-26
draft-load-team
ソフトウェア開発者

Pulls the latest team context from the shared GitHub repo directly into the local context/ directory. Reads CHANGES.jsonl, filters to entries since last load, writes updated context files. Personal layer is never touched.

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

Profile lifecycle management for Draft. List, create, rename, and delete named workspaces. Each profile is an independent context directory at ~/.draft/workspaces/<name>/. The personal layer (~/.draft/personal/) is global and shared across all profiles.

2026-05-26
draft-publish-team
ソフトウェア開発者

Publishes the curator's local context to the shared GitHub repo. Reads change log entries since last publish, builds CHANGES.jsonl, pushes to the team repo via the separate-clone pattern. Run whenever you want teammates to see updated context.

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

Activate a named Draft profile. Writes the profile name to ~/.draft/active-profile. Takes effect on the next session restart. With no args, shows the currently active profile.

2026-05-26
draft-synthesize
ソフトウェア開発者

The single command for capturing context updates mid-session. Two modes: (1) with an explicit statement — stages that one thing as a proposal immediately; (2) with no args — reads the full session transcript, extracts everything worth capturing, and stages it as a proposal. Both modes write to proposals/ for curator review; nothing is applied automatically. Run /draft:publish to apply and push proposals to the team repo.

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

Check for and apply Draft plugin updates. Detects when a newer version is available on GitHub and guides the user through reinstalling the plugin to get the latest skills and fixes.

2026-05-26