Skip to main content
blueif16
GitHub creator profile

blueif16

Repository-level view of 94 collected skills across 14 GitHub repositories.

skills collected
94
repositories
14
updated
Jul 24, 2026
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
animate-svg
20 skills · Jul 16, 2026
Software DevelopersPostsecondary Teachers, All OtherElementary School Teachers, Except Special EducationSpecial Effects Artists & AnimatorsTechnical Writers
5 occupation categories · 100% classified
21%share
#02
PiFlow
18 skills · Jul 24, 2026
Software DevelopersComputer Occupations, All OtherSoftware Quality Assurance Analysts & TestersWeb & Digital Interface DesignersGraphic DesignersMarket Research Analysts & Marketing Specialists
6 occupation categories · 100% classified
19%share
#03
amazing-claude-code-plugins
18 skills · Mar 12, 2026
Software DevelopersMarket Research Analysts & Marketing SpecialistsProject Management SpecialistsSoftware Quality Assurance Analysts & Testers
4 occupation categories · 100% classified
19%share
#04
vlog_test
15 skills · Jun 12, 2026
Film & Video EditorsSpecial Effects Artists & AnimatorsSoftware DevelopersGraphic DesignersTechnical WritersWeb Developers
7 occupation categories · 100% classified
16%share
#05
2X
7 skills · Feb 13, 2026
Software DevelopersMarket Research Analysts & Marketing Specialists
2 occupation categories · 100% classified
7.4%share
#06
CN-skills
5 skills · Mar 5, 2026
Software DevelopersMarket Research Analysts & Marketing SpecialistsSecretaries & Administrative Assistants, Except Legal, Medical, & Executive
3 occupation categories · 100% classified
5.3%share
#07
okf-claude
2 skills · Jun 19, 2026
Software Developers
1 occupation categories · 100% classified
2.1%share
#08
ui-clone
2 skills · Dec 31, 2025
Software Developers
1 occupation categories · 100% classified
2.1%share
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

remotion-lesson-composer
software-developers

Compose the Remotion lesson scene from approved upstream artifacts (Visual Contract, audio-captions intent, ASR-aligned cue boundaries, sketch-overlay schedule). Wave 4 of the lesson pipeline. NEVER hardcodes frame numbers; every timing derives from cue…

Jul 16, 2026
piflow-inspect
software-developers

Pi Flow · INSPECT — the instrument router for looking INTO a run or a node: performance, cost, timing, context composition, loop/stall anomalies, recurrence. LOAD THIS SKILL BEFORE debugging or analyzing ANY pi-flow run/node — it routes each question to the…

Jul 10, 2026
piflow-maintenance
software-developers

Pi Flow · MAINTENANCE — the canonical STANDARDS reference for a node config + a run condition: the exact per-node lifecycle, the `op[]` action envelope, PRE/POST hooks, gates & policy, how a node FINISHES (fenced-JSON tail · `submit_result` · `returnMode` ·…

Jul 10, 2026
piflow-overlord
software-developers

Pi Flow · OVERLORD — the CONTROL-PLANE agent contract: the seat between the human and the pi fleet that OBSERVES the canonical telemetry stream, DECIDES, and ACTS through piflowctl (run / optimize / fix), making the high-order calls a deterministic controller…

Jul 10, 2026
piflow-start
software-developers

Pi Flow · START — run & monitor an already-created pi-flow workflow on the pi fleet via the SDK CLI, with Claude Code as the single console. LOAD THIS SKILL BEFORE running ANY piflow/pi command — it pins the canonical invocation: the npm-linked global…

Jul 10, 2026
piflow-triage
software-developers

Pi Flow · TRIAGE — the base agent that turns a finished run's MEASUREMENTS into recorded, de-duplicated issue files, and nothing else. The twin of piflow-fixer: TRIAGE names the problem, the FIXER solves it; the issue file is the boundary object between them,…

Jul 10, 2026
lesson-verification
technical-writers

Use when checking a completed Remotion education video for lesson accuracy, visual clarity, narration, captions, music, and render readiness.

Jul 3, 2026
lesson-sound-design
software-developers

Author the per-lesson sound manifest (audio-cues.json) — bed mood, intro sting, outro resolve, and the SFX→beat map. Wave 2c of the lesson pipeline, parallel with audio/captions. SEMANTIC only — declares moods and sound keys, never frames.

Jul 3, 2026
Showing 8 of 20 collected skills.
piflow
software-developers

Pi Flow — author, enhance, and run structured filesystem-coordinated workflows (a DAG of producer/verify nodes) as a fleet of efficient pi agents driven by non-Claude coding-plan models, with Claude Code as the single console. This is the plugin…

Jul 24, 2026
piflow-maintenance
computer-occupations-all-other

Pi Flow · MAINTENANCE — the canonical STANDARDS reference for a node config + a run condition: the exact per-node lifecycle, the `op[]` action envelope, PRE/POST hooks, gates & policy, how a node FINISHES (fenced-JSON tail · `submit_result` · `returnMode` ·…

Jul 17, 2026
piflow-start
software-developers

Pi Flow · START — run & monitor an already-created pi-flow workflow on the pi fleet via the SDK CLI, with Claude Code as the single console. LOAD THIS SKILL BEFORE running ANY piflow/pi command — it pins the canonical invocation: the npm-linked global…

Jul 16, 2026
piflow-inspect
software-developers

Pi Flow · INSPECT — the instrument router for looking INTO a run or a node: performance, cost, timing, context composition, loop/stall anomalies, recurrence. LOAD THIS SKILL BEFORE debugging or analyzing ANY pi-flow run/node — it routes each question to the…

Jul 16, 2026
piflow-overlord
computer-occupations-all-other

Pi Flow · OVERLORD — the CONTROL-PLANE agent contract: the seat between the human and the pi fleet that OBSERVES the canonical telemetry stream, DECIDES, and ACTS through piflowctl (run / optimize / fix), making the high-order calls a deterministic controller…

Jul 15, 2026
piflow-triage
software-quality-assurance-analysts-and-testers

Pi Flow · TRIAGE — the base agent that turns a finished run's MEASUREMENTS into recorded, de-duplicated issue files, and nothing else. The twin of piflow-fixer: TRIAGE names the problem, the FIXER solves it; the issue file is the boundary object between them,…

Jul 10, 2026
piflow-gate
software-quality-assurance-analysts-and-testers

Pi Flow · GATE — the base agent that judges whether ONE fixer's candidate edit actually fixed its issue, and decides its fate: STAGE it for a human to adopt, or REJECT it back to a fresh fixer. The third agent of the optimize loop and the last: triage NAMES…

Jul 10, 2026
piflow-fixer
software-developers

Pi Flow · FIXER — the default playbook staged into EVERY substrate fixer spawn, the human-facing fix protocol, and the orchestrator contract for a whole feedback cycle; it turns one assigned issue + an isolated candidate git worktree of its node into a…

Jul 9, 2026
Showing 8 of 18 collected skills.
cm
software-developers

Start, check, or continue any work. Analyzes intent, plans tasks, and orchestrates execution via subagents (L2) or Agent Teams (L3).

Mar 12, 2026
browser-test
software-quality-assurance-analysts-and-testers

Generate Playwright test scripts for browser-based acceptance verification. Load when DAG tasks touch UI, routes, or user-facing API responses.

Feb 27, 2026
intent-router
software-developers

Classify intent, assess complexity, generate task DAGs. Activates on /go or when user describes work.

Feb 27, 2026
market-recon
market-research-analysts-and-marketing-specialists-131161

Guide for using Reddit MCP to gather community sentiment, pain points, and adoption trends. Load this skill when a DAG contains research tasks about market validation, developer experience, or community opinions.

Feb 24, 2026
prd-orchestrator
project-management-specialists

解析PRD,决定水平拆分策略,生成带验收标准的mini-PRD。当主协调器收到初始PRD或需要重新拆分工作时使用。

Dec 27, 2025
execution-manager
software-developers

使用git worktrees为并行子协调器生成和管理tmux会话。当各部分准备好执行时使用。

Dec 27, 2025
fix-engine
software-developers

从验收标准创建检查清单,编排executor→validator循环并带重试逻辑。当子协调器开始实现或收到验证失败时使用。

Dec 27, 2025
merge-resolver
software-developers

自动合并所有已完成部分,解决冲突,验证集成。仅当执行管理器检测到所有部分完成时调用。

Dec 27, 2025
Showing 8 of 18 collected skills.
apple-keynote-motion
special-effects-artists-and-animators

Define Apple-Keynote-style motion grammar for educational videos. Use when selecting builds, handoffs, object continuity, stage transitions, framed content motion, typography reveals, or smooth presenter-to-canvas movement for the Remotion/Hyperframes vlog…

Jun 12, 2026
generated-video-director
special-effects-artists-and-animators

Specify inserted generated-video clips for the composer pipeline. Use when a transcript section needs a generated visual metaphor, illustrative clip, b-roll, product-style animation, or cinematic insert that must match the global style and neighboring shots.

Jun 12, 2026
narration-slide-division
technical-writers

Split content between the voice and the slide so they complement instead of repeat. Use at node 03 (script / cue-plan) AND node 04 (visual / slide copy) when authoring any beat that has both narration and on-screen text — the anti-duplication contract that…

Jun 12, 2026
render-lab-design-system
special-effects-artists-and-animators

Use when a recorded-video composition should use the Render Lab design system: production-control-room visuals, browser/render/QC instruments, frame-driven Remotion motion, and semantic components instead of generic cards or decorative UI.

Jun 12, 2026
render-qc
film-and-video-editors

Quality-check rendered video outputs, Hyperframes atoms, Remotion previews, and composer artifacts for this project. Use after creating or changing any atom, generated clip, render plan, timeline, caption layout, presenter framing, or final MP4.

Jun 12, 2026
shot-brief-writer
film-and-video-editors

Convert video-composer decisions into precise shot briefs for sub-agents or sub-nodes. Use when a section needs a self-contained spec containing global style, transcript excerpt, neighboring shots, dependencies, asset requirements, presenter/content layout,…

Jun 12, 2026
video-composer
film-and-video-editors

Orchestrate transcript-to-video composition for this Remotion/Hyperframes vlog system. Use when analyzing an input recording or transcript, splitting it into shots, defining the global visual spec, deciding which assets can be generated in parallel, and…

Jun 12, 2026
web-asset-capture
software-developers

Explore a website (public OR behind a login) and capture high-quality assets — retina stills and crisp motion video (.mp4; .webm opt-in) — into the asset library, by driving a REAL Chrome attached over CDP. Use when: (1) an agent needs UI footage/ stills from…

Jun 12, 2026
Showing 8 of 15 collected skills.
dingtalk-approval
secretaries-and-administrative-assistants-except-legal-medical-and-executive

当用户要求'发起审批'、'查看审批'、'催办审批'、'请假'、'报销'、'采购申请',或提到钉钉OA审批相关操作时使用此技能。管理钉钉审批流程:发起审批实例、查询审批状态、获取审批列表、催办超时审批。

Mar 5, 2026
dingtalk-attendance
software-developers

当用户提到'考勤'、'打卡'、'迟到'、'早退'、'补卡'、'请假'、'出勤'、'缺勤'、'考勤报表'、'考勤异常'时使用此技能。查询钉钉考勤打卡记录、考勤结果、排班信息,识别异常并生成汇总报告。

Mar 5, 2026
dingtalk-calendar
software-developers

当用户提到'日历'、'日程'、'会议'、'约会'、'日报'、'周报'、'待办'、'任务'、'todo',或要求生成工作汇报、查看本周安排时使用此技能。管理钉钉日历事件和待办任务,辅助自动生成日报周报。

Mar 5, 2026
wecom-customer-service
software-developers

当用户提到'微信客服'、'客服消息'、'客户咨询'、'智能客服'、'客服接待'、'转人工'、'客服账号',或需要通过企业微信管理微信客服会话时使用此技能。管理微信客服账号、收发客服消息、分配会话、处理客户咨询。

Mar 5, 2026
wecom-customer
market-research-analysts-and-marketing-specialists-131161

当用户提到'客户'、'外部联系人'、'客户标签'、'跟进'、'销售'、'CRM'、'客户群'、'联系我'、'渠道活码',或需要管理企业微信中的客户关系时使用此技能。查询客户详情、管理客户标签、跟踪跟进记录、管理客户群。

Mar 5, 2026
Showing 12 of 14 repositories