Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

ikenga-pkgs

ikenga-pkgs 收录了来自 Royalti-io 的 28 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
28
Stars
0
更新
2026-07-25
Forks
0
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

pa
软件开发工程师

PA dispatch — morning briefing, inbox/task triage, and send-queue dispatch for the personal-assistant surface. Reads `ikenga.db` via `host.dbQuery` (SELECT-only); triggers approved sends via `host.dbExec`. DISPATCH-ONLY: task and email CRUD belongs to the tasks and mail pkgs, not here. TRIGGER when the user asks for a morning briefing, inbox/task triage, or wants to dispatch queued sends. Runs as a Chi conversation in the dock. DO NOT TRIGGER for task or email CRUD (create/edit/delete). Route those to the tasks pkg or the mail pkg.

2026-07-25
studio-breakdown
特效艺术家和动画师

Turn a script (Fountain or plain text) into a populated com.ikenga.studio storyboard in one pass — segment it into shots (cells), tag the source script with each shot's id so the board and the script stay linked, and extract the recurring characters, locations, and props as reusable, seed-lockable anchors. Populates the board only; it generates nothing and spends nothing — the shots and anchor stubs are proposals for a human to review and approve before any fal render.

2026-07-17
thunderbird-email
综合办公文员

Read and search emails from local Thunderbird mail storage, and save reply drafts to the IMAP server. Use when agents need to access email data for financial workflows (payment receipts, billing notifications), editorial workflows (newsletter curation), or research workflows (industry intel), or to place a drafted reply into the user's Drafts folder for review. Triggers on email search, payment receipts, subscription notifications, newsletter extraction, or "save this as a draft / draft a reply in Thunderbird".

2026-06-28
finance
软件开发工程师

Finance dispatch — reconciliation sweep with match/pair/dispute decisions, A/R aging chase, and project setup for the finance domain. Reads `ikenga.db` via `host.dbQuery` (SELECT-only); approved decisions dispatch through the host write path. DISPATCH-ONLY: transaction CRUD and payment release belong to the finance app pkg (`com.ikenga.finance`), not here. TRIGGER when the user asks to reconcile transactions, review unmatched ledger rows, chase overdue invoices, or configure the finance skill for this project. DO NOT TRIGGER for transaction CRUD (create/edit/delete), payment release (approve-gate + host own it), or bank pull (external cron). DO NOT run KPI math — cash/burn/runway stays client-side in the pane (R-03 query-collapse). DO NOT send AR follow-ups directly — transport belongs to skill-outbound (R22).

2026-06-15
research
软件开发工程师

Research dispatch — source-sweep with stale-refresh and dossier-commission proposals, and report-draft surface for the research domain. Reads `ikenga.db` via `host.dbQuery` (SELECT-only, `research_notes` + `research_sources`); approved proposals dispatch through the host write path. DISPATCH-ONLY: research CRUD belongs to the research app pkg (`com.ikenga.research`), not here. TRIGGER when the user asks for a research sweep, source freshness check, dossier commission proposals, or to draft a new research report or persona in chat. DO NOT TRIGGER for research CRUD (create/edit/delete/reassign from skill). Route those to the research app pkg. DO NOT run KPI math — that stays client-side in the pane (R-03). DO NOT run web-scraping or real-time source fetching — source re-scraping is dispatched through the host after operator approval.

2026-06-14
strategy
软件开发工程师

Strategy dispatch — OKR review with countersign proposals, at-risk flagging, and objective-draft surface for the strategy domain. Reads `ikenga.db` via `host.dbQuery` (SELECT-only); approved review actions dispatch through the host write path. DISPATCH-ONLY: strategy CRUD belongs to the strategy app pkg (`com.ikenga.strategy`), not here. TRIGGER when the user asks for a strategy review, OKR sweep, cycle summary, at-risk objective flags, or to draft a new objective in chat. DO NOT TRIGGER for strategy CRUD (create/edit/delete/reassign from skill). Route those to the strategy app pkg. DO NOT run KPI math — that stays client-side in the pane (R-03). DO NOT query cross-domain tables directly — KR progress proxies from finance/sales stay client-side.

2026-06-14
mail
软件开发工程师

Mail dispatch — inbox triage, reply drafting, and setup for the mail domain. Reads `ikenga.db` via `host.dbQuery` (SELECT-only); produces draft decisions and reply artifacts for operator approval. DISPATCH-ONLY: email CRUD belongs to the mail pkg (`com.ikenga.mail`), not here. TRIGGER when the user asks to triage their inbox, draft a reply to a thread, or configure the mail skill. Runs as a Chi conversation in the dock. DO NOT TRIGGER for email CRUD (create/edit/delete messages, mark read/unread, snooze, tag). Route those to the mail pkg. Do NOT use this skill to send email — send routes through the approved-drafts queue owned by skill-pa `send`.

2026-06-10
outbound
软件开发工程师

Outbound dispatch — campaign drafting, drip-sequence drafting, social queue management, and outbound-channel send dispatch. Reads `ikenga.db` via `host.dbQuery` (SELECT-only on read actions); commits delivery status transitions via `host.dbExec` on the approved `send` action only. DISPATCH-ONLY: outbound CRUD belongs to the outbound pkg (`com.ikenga.outbound`), not here. TRIGGER when the user asks to draft a newsletter/campaign, author a sequence step, schedule a social post, or dispatch the outbound send queue. Runs as a Chi conversation in the dock. DO NOT TRIGGER for outbound CRUD (create/edit/delete sequences, contacts, campaigns). Route those to the outbound pkg. Do NOT use this skill for mail-reply dispatch — that belongs to `skill-pa send` (non-outbound queue).

2026-06-10
content
软件开发工程师

Content dispatch — pipeline-sweep with stage-advance proposals, stale-piece flagging, and piece-draft surface for the content domain. Reads `ikenga.db` via `host.dbQuery` (SELECT-only, pre-0047 base columns only); approved stage-advances dispatch through the host write path. DISPATCH-ONLY: content CRUD belongs to the content app pkg (`com.ikenga.content`), not here. TRIGGER when the user asks for a content pipeline review, editorial stage proposals, to flag stale pieces, or to draft a new content piece in chat. DO NOT TRIGGER for content CRUD (create/edit/delete/reassign from skill). Route those to the content app pkg. DO NOT run KPI math — that stays client-side in the pane (R-03). DO NOT produce, render, or schedule video — video production belongs to com.ikenga.studio (G-VIDEO-STACK, R23).

2026-06-07
query
软件开发工程师

Cross-domain natural-language query — translate a question into parameterised SELECTs over ikenga.db and stream the answer. READ-ONLY: no INSERT, UPDATE, DELETE, or DROP is ever issued. One action: `query`. TRIGGER when the operator asks a question about data across any Ikenga domain (tasks, mail, sales, finance, content, research, strategy, agents, contacts). Runs as a Chi conversation in the dock, streaming the answer live. DO NOT TRIGGER for task/email/deal CRUD, briefing/digest generation, or any dispatch action. Those belong to the domain pkgs and skill-pa respectively.

2026-06-07
sales
软件开发工程师

Sales dispatch — pipeline-sweep with stage-advance proposals, stale-deal flagging, and deal-draft surface for the sales domain. Reads `ikenga.db` via `host.dbQuery` (SELECT-only, pre-0043 base columns only); approved stage-advances dispatch through the host write path. DISPATCH-ONLY: deal CRUD belongs to the sales app pkg (`com.ikenga.sales`), not here. TRIGGER when the user asks for a pipeline review, deal stage proposals, to flag stale deals, or to draft a new deal in chat. DO NOT TRIGGER for deal CRUD (create/edit/delete/reassign from skill). Route those to the sales app pkg. DO NOT run forecast math — that stays client-side in the pane (R-03).

2026-06-06
tasks
软件开发工程师

Tasks dispatch — roster setup and completion-sweep for the tasks domain. Reads `ikenga.db` via `host.dbQuery` (SELECT-only); approved close-decisions dispatch through the host write path. DISPATCH-ONLY: task CRUD belongs to the tasks pkg (`com.ikenga.tasks`), not here. TRIGGER when the user asks to configure the project task roster, run a completion sweep, or close stale/done tasks in batch. DO NOT TRIGGER for task CRUD (create/edit/delete/reassign). Route those to the tasks app pkg.

2026-06-06
skill-core
软件开发工程师

skill-core — the generic identity hub for the Ikenga skill graph. Generates and maintains a project's identity (brand, founder voice, product, ICP) in `.atelier/skill-core/manifest.json` via the `setup` action, and is the single `depends_on` target every domain skill (tasks, mail, sales, outbound, finance, content, research, strategy) declares (the G-04 one-way star). TRIGGER when the user asks to set up / configure a project's identity for the Atelier skills, or runs `setup` for skill-core. Runs as a Chi conversation in the dock. DO NOT TRIGGER for any domain work (briefing, triage, sends, finance, content, etc.) — those belong to the domain skills, which depend on this one.

2026-05-31
studio-ai-short-archetype
影片与视频编辑

AI-generated vertical short — pattern-break hook → fast beats → cliffhanger close. 9:16 first.

2026-05-30
studio-explainer-archetype
影片与视频编辑

Concept-first short — narration-led hook → problem → clarify → solution → CTA. Owns the hook.* and narration.* blocks.

2026-05-30
studio-montage-archetype
影片与视频编辑

Rhythm-cut montage — cold-open then rapid demo/proof beats over a music bed.

2026-05-30
studio-music-video-archetype
影片与视频编辑

Audio-led cut — cells snap to a detected beat-grid. Run studio-beat-detect first to populate audio_analysis.

2026-05-30
studio-narrative-archetype
影片与视频编辑

Story-driven piece. Fountain-aware: reads <project>/script.fountain natively into the Script shape.

2026-05-30
studio-product-archetype
影片与视频编辑

Product walkthrough — hook → problem → solution → demo → features → proof → CTA. Owns the beat.* blocks.

2026-05-30
studio-tutorial-archetype
影片与视频编辑

Step-by-step how-to — question hook → clarify → demo → feature-list → CTA. Longest default runtime.

2026-05-30
studio-core-blocks
影片与视频编辑

Ships the universal Studio blocks shared across every archetype — transitions, SFX, music presets, CTAs, anchor packs, and sketch scenes — under blocks/, discovered by the catalog loader alongside archetype-owned blocks.

2026-05-30
studio-beat-detect
软件开发工程师

Analyse a music-video project's audio track with python3 + librosa to populate Project.audio_analysis — bpm, downbeats, beats, and onsets in milliseconds — so the timeline can snap cell durations to the beat grid.

2026-05-30
studio-doctor
软件开发工程师

Preflight the Studio toolchain — checks ffmpeg, a Chromium for HyperFrames, and bun (required), plus python3 + librosa (optional, music-video only). Warns rather than fails when an optional dependency is missing.

2026-05-30
studio-archetype-build
软件开发工程师

Interview the user to design a custom archetype — chain existing blocks into an ordered sequence with per-instance bindings — then save it as a custom archetype.json via archetype.save_custom.

2026-05-30
studio-block-author
软件开发工程师

Scaffold a new Studio block — a schema-valid block.json plus its template (index.html for HyperFrames, .excalidraw for sketch) — and register it via block.create_custom.

2026-05-30
studio-init
软件开发工程师

Bootstrap a new com.ikenga.studio project — interview for archetype, create the project folder, and instantiate the chosen archetype's block chain into a fresh storyboard.json.

2026-05-30
studio-oneshot
软件开发工程师

Turn a single prompt straight into a rendered MP4 with no persistent project folder — pick an archetype implicitly, instantiate in a temp workspace, render hi-fi, and hand back the file path.

2026-05-30
studio-watch
软件开发工程师

Agent-driven build loop — kick off cell renders and return immediately while the canvas auto-pans to the active cell; poll render.list for completion instead of blocking.

2026-05-30