dandacompany

29 mods across 6 repositories, 36 stars between them.

bluekiwi CLAUDE.md

01

dandacompany/bluekiwi

Instructions file

Instructions for dandacompany/bluekiwi, covering commit convention, dev environment, 시작, 중지 and 상태.

23 1mo ago B 1,538 tokens original MIT

bk-approve

02

dandacompany/bluekiwi

Skill Claude CodeCodex

BlueKiwi approval skill. Handles pending approvals when resuming a session that was interrupted mid-HITL, or when the user explicitly wants to approve a paused step. During normal execution, HITL approval is handled inline by bk-start. Use this skill when the user says "/bk-approve", "approve this", "approve step", or…

23 1mo ago A 86 tokens original MIT

bk-create

03

dandacompany/bluekiwi

Skill Claude CodeCodex

BlueKiwi workflow creation skill. Takes a natural language goal and designs a structured workflow, then registers it on the server. This skill should be used when the user says "/bk-create", "create workflow", "design new workflow", or wants to build a new BlueKiwi workflow from scratch.

23 1mo ago A 63 tokens original MIT

bk-credential

04

dandacompany/bluekiwi

Skill Claude CodeCodex

BlueKiwi credential management skill. Securely registers, updates, and deletes external service credentials (API keys, tokens) in BlueKiwi. This skill should be used when the user says "/bk-credential", "add credential", "register API key", or wants to manage credentials in BlueKiwi.

23 1mo ago A 66 tokens original MIT

bk-design

05

dandacompany/bluekiwi

Skill Claude CodeCodex

Create, update, export, and apply BlueKiwi design systems from the registry through MCP tools. Use when the user says "/bk-design", asks to create a design system, apply a registered design system, export a design system skill, or update brand/design tokens in BlueKiwi.

23 1mo ago A 61 tokens original MIT

bk-help

06

dandacompany/bluekiwi

Skill Claude CodeCodex

BlueKiwi help skill. Shows a formatted list of all available bk- commands with descriptions and usage examples. Use when the user says "/bk-help", "bk help", "what bk commands are there", or asks about BlueKiwi commands.

23 1mo ago A 53 tokens original MIT

bk-import

07

dandacompany/bluekiwi

Skill Claude CodeCodex

Analyzes an external resource (GitHub repo, local skill, URL, or text) and converts it into a BlueKiwi workflow registered directly on the server. Triggers when the user says "/bk-import", "import from github", "convert this skill to workflow", "create workflow from repo/url/skill", or pastes content they want turned…

23 1mo ago A 78 tokens original MIT

bk-improve

08

dandacompany/bluekiwi

Skill Claude CodeCodex

BlueKiwi workflow improvement skill. Analyzes an existing workflow, creates a better version, and optionally runs it to compare results. This skill should be used when the user says "/bk-improve", "improve workflow", "make a better version", or wants to refine an existing BlueKiwi workflow.

23 1mo ago A 67 tokens original MIT

bk-instruction

09

dandacompany/bluekiwi

Skill Claude CodeCodex

BlueKiwi instruction template management skill. Creates, updates, and deletes agent instruction templates, and links credentials using natural language. This skill should be used when the user says "/bk-instruction", "create instruction", "manage instruction templates", or wants to manage BlueKiwi instruction…

23 1mo ago A 62 tokens original MIT

bk-next

10

dandacompany/bluekiwi

Skill Claude CodeCodex

BlueKiwi resume skill. Finds the active running task and resumes execution from the current step. Use when the user says "/bk-next", "next step", "next", "continue", "proceed", "이어서", "계속", or wants to resume a running BlueKiwi task from where it left off.

23 1mo ago A 69 tokens original MIT

bk-report

11

dandacompany/bluekiwi

Skill Claude CodeCodex

BlueKiwi task report skill. Generates a structured summary report of a completed or in-progress task, including decisions, artifacts, and findings. This skill should be used when the user says "/bk-report", "show task report", "summarize results", or wants a structured report of a BlueKiwi task.

23 1mo ago A 67 tokens original MIT

bk-rewind

12

dandacompany/bluekiwi

Skill Claude CodeCodex

BlueKiwi step rewind skill. Returns to a previous or specific step in a running task. This skill should be used when the user says "/bk-rewind", "go back", "previous step", "rewind", or wants to return to an earlier step in a BlueKiwi task.

23 1mo ago A 64 tokens original MIT

bk-scan

13

dandacompany/bluekiwi

Skill Claude CodeCodex

BlueKiwi compliance scan skill. Scans a local repository path for security and compliance risks using static pattern analysis, then saves findings to a BlueKiwi task. This skill should be used when the user says "/bk-scan", "scan for security issues", "compliance scan", or wants to run a repository scan with BlueKiwi.

23 1mo ago A 74 tokens original MIT

bk-share

14

dandacompany/bluekiwi

Skill Claude CodeCodex

BlueKiwi sharing skill. Shares a folder or workflow with a user group at a specified access level. This skill should be used when the user says "/bk-share", "share workflow", "share folder", or wants to share BlueKiwi content with a group.

23 1mo ago A 57 tokens original MIT

bk-start

15

dandacompany/bluekiwi

Skill Claude CodeCodex

BlueKiwi workflow execution skill. Selects a registered workflow and starts the first step immediately. This skill should be used when the user says "/bk-start", "/bk-run", "start workflow", "run workflow", "execute workflow", "run BlueKiwi", or wants to begin a registered instruction workflow.

23 1mo ago A 66 tokens original MIT

bk-status

16

dandacompany/bluekiwi

Skill Claude CodeCodex

BlueKiwi task status skill. Checks the progress of active and completed tasks. This skill should be used when the user says "/bk-status", "task status", "check progress", or wants to view BlueKiwi task status.

23 1mo ago A 50 tokens original MIT

bk-version

17

dandacompany/bluekiwi

Skill Claude CodeCodex

BlueKiwi version management skill. Lists all versions of a workflow family, activates or deactivates specific versions, and compares versions. This skill should be used when the user says "/bk-version", "manage versions", "switch version", "see version history", or wants to handle workflow versioning in BlueKiwi.

23 1mo ago A 68 tokens original MIT

memento

18

dandacompany/memento

Skill Claude CodeCodex

Synchronize code assistant memory and consolidate memory across Claude Code, Codex CLI, Gemini CLI, Antigravity, Cursor, and Windsurf. Use when users want shared provider memory, global memory sync, memento sync, memory cleanup, or multi-assistant context portability.

8 3mo ago A 58 tokens original MIT

playwright

19

dandacompany/memento

MCP server Claude CodeCodexCursor +2

Lets the agent drive a real browser: open pages, click, type, take screenshots and read the accessibility tree, using Playwright. Runs locally from the @playwright/mcp npm package.

8 3mo ago A tokens not measured copy · 100% MIT

github

20

dandacompany/memento

MCP server Claude CodeCodexCursor +2

Lets the agent work with GitHub: search code, read and create issues and pull requests, and manage repositories through the GitHub API. Runs locally from the @modelcontextprotocol/server-github npm package. Needs 1 environment variable to run.

8 3mo ago A tokens not measured original MIT

review

21

dandacompany/memento

Skill Claude CodeCodex

Review code changes for correctness, safety, and missing tests.

8 3mo ago A 14 tokens original MIT

storage-cleaner

22

dandacompany/claude-skills

Skill Claude CodeCodex

Manage computer storage and clean up disk space. Use this skill when the user needs to find large files, detect duplicate files, remove unused applications, clear caches, or clean up Docker resources. Supports macOS, Windows, and Linux with platform-specific commands for storage analysis and cleanup operations.

2 7mo ago D 61 tokens

youtube-summary

23

dandacompany/claude-skills

Skill Claude CodeCodex

This skill should be used when Claude needs to create structured, educational summaries of YouTube videos. Use this skill when the user requests a video summary, content analysis, or learning-focused breakdown of YouTube content. The skill integrates youtube-video-info and youtube-transcript skills to gather video…

2 7mo ago A 86 tokens

youtube-transcript

24

dandacompany/claude-skills

Skill Claude CodeCodex

Extract YouTube video transcripts/subtitles using yt-dlp. Handles rate limiting, auto-generated captions, multiple languages, and VTT parsing.

2 7mo ago B 32 tokens