Skip to main content
Run any Skill in Manus
with one click
tae2089
GitHub creator profile

tae2089

Repository-level view of 85 collected skills across 9 GitHub repositories.

skills collected
85
repositories
9
updated
2026-07-24
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

agent-team-codex-harness
computer-occupations-all-other

Design, create, evolve, or audit Codex-native harnesses for Agent Team projects. Builds specialized .codex/agents, .agents/skills, an orchestrator skill, AGENTS.md pointers, validation, and an evolution loop. Use for 'set up codex harness', 'create codex automation', 'build specialist agents', harness updates, harness audits, sync, status, and follow-up refinement. Generated harnesses default orchestrated runtime execution to Agent Team runtime skills backed by daemonless `agent-team` state.

2026-07-11
agent-team-task-complete
project-management-specialists

agent-team: Complete an assigned task with evidence and artifact path.

2026-05-13
persona-agent-team-designer
web-and-digital-interface-designers

Designer persona for agent-team design work. Routes between deep design interview (brief) and artifact production (spec). Use for 'design this', 'design discovery', 'design interview', 'produce design spec', 'visual/UI/icon/character/environment/logo/design-system design'. Skip for backend architecture (use persona-agent-team-planner), implementation code, code review, run execution, worker checkpoints, audits, or learning capture.

2026-05-13
persona-agent-team-planner
project-management-specialists

Planner persona for agent-team pre-execution work. Routes between terminology alignment, plan stress-testing, and backend architecture design before coding starts. Use for 'plan this', 'align terms', 'grill the plan', 'propose backend structure', or any pre-implementation discovery for code/architecture. For visual/UI/icon/character/environment/logo/design-system work use persona-agent-team-designer instead. Do not use for run execution, worker checkpoints, audits, learning capture, or direct coding.

2026-05-13
recipe-agent-team-design-interview
project-management-specialists

Deep design interview that produces a design brief. Socratic 4-line probes lock the design's output description, tensions, assumptions, priorities, and failure modes. Output: design-brief.md. Skip for backend architecture, terminology cleanup, fuzzy planning, implementation, review, post-run learning, or rendered assets. Hand off to recipe-agent-team-design-spec for artifact production.

2026-05-13
recipe-agent-team-design-spec
project-management-specialists

Generic spec producer for locked design briefs. Consumes design-brief.md, reads the Output description, consults pattern hints from references/, and produces artifacts under the brief's Output Path. Skip when no brief exists; run recipe-agent-team-design-interview first. Skip for backend architecture, code, review, or post-run learning.

2026-05-13
recipe-agent-team-planning-grill
project-management-specialists

Recipe: Stress-test a plan against repo code, docs, domain terms, and agent-team runtime constraints before execution. Use for 'grill the plan', 'challenge approach', 'refine planning', 'sharpen terminology', 'create acceptance criteria', or turning fuzzy ideas into durable tasks. Skip when plan is concrete with clear acceptance criteria and task contracts; go to architecture-design, coding, review, or compound-learning.

2026-05-13
recipe-agent-team-compound-learning
correspondence-clerks-434021

Recipe: Capture reusable learnings from completed agent-team runs, tasks, reviews, or fixes so future agents skip re-discovery. Use for 'compound learning', 'document what worked', 'capture a reusable pattern', 'summarize lessons', 'update solution docs', 'close the loop'. Do not use for in-progress runs, uncertain outcomes, trivial fixes, active implementation, active planning/design, or performing code review itself.

2026-05-13
Showing top 8 of 43 collected skills in this repository.
planning-grill
project-management-specialists

Stress-test fuzzy intent into a code-aware, worker-ready plan or durable task.md Seed before execution. Use when scope, acceptance criteria, failure modes, data shapes, defaults, edge cases, or handoff boundaries are unclear, or when a durable Seed is requested. May precede decompose-and-dispatch when delegated or coordinated work is needed. Skip concrete plans with testable acceptance criteria and clear task boundaries.

2026-07-22
decompose-and-dispatch
software-developers

Decompose a complex goal into independently executable work units and resolve each unit to an executor. Use when the user requests delegated, parallel, or multi-agent work, or when multiple units require dependency, ownership, or capability coordination. Skip ordinary sequential implementation by one agent.

2026-07-19
flow-design
software-developers

Design or document non-trivial control flow with pseudocode and optional Mermaid diagrams. Use when the user asks for pseudocode or flow diagrams, when tracing an existing flow, or before implementing logic with interacting branches, multiple side effects, lifecycle, ordering, or concurrency risk. Skip local guard clauses, one-line edits, config-only changes, and established local patterns.

2026-07-19
overengineering-review
software-quality-assurance-analysts-and-testers

Review a code change for unnecessary abstractions, duplicated durable policy, compatibility cascades, oversized integration-test matrices, and scope expansion. Use during implementation when one new abstraction causes three or more follow-up regressions, or after tests are green and before commit when a change adds persisted fields, interface methods, lifecycle states, compatibility branches, destructive-operation safeguards, or substantially more test code than production code; keep the review read-only unless simplification is explicitly requested.

2026-07-19
compound-learning
software-developers

Capture reusable learnings from completed and verified work โ€” tasks, reviews, bug fixes, architecture decisions, debugging sessions โ€” into task-scoped notes and durable solution docs so future agents skip re-discovery. Use for "compound learning", "document what worked", "capture a reusable pattern", "summarize lessons", "update solution docs", "close the loop". Do not use for in-progress work, uncertain outcomes, trivial fixes, performing code review itself, or replaying a session as an executable recipe (that is `session-recipe`).

2026-07-19
execute-dispatch-unit
computer-occupations-all-other

Execute exactly one assigned dispatch packet or atomic work unit, staying inside allowed scope, respecting non-goals and forbidden scope, verifying the result, and returning a structured completion report. Use when an agent, worker, or subagent is handed a bounded task with fields such as unit_id, objective, allowed_scope, dependencies, acceptance_criteria, verification, or return_contract โ€” typically a packet produced by decompose-and-dispatch.

2026-07-13
ready-code-review
software-quality-assurance-analysts-and-testers

Prepare code-review context briefs, PR/diff context packages, severity rubrics, false-positive suppressions, reusable reviewer instructions, and AI reviewer prompts. Use for AI review preparation, PR or diff review context, review invariants/non-goals, P0/P1/P2/P3 calibration, and instructions for Codex, GitHub Copilot, CodeRabbit, Cursor, or other reviewers. Do not use when the user asks to perform the code review itself.

2026-07-11
session-recipe
software-developers

Set up and verify ground-truth session recording, distill a finished session into a replayable recipe of dispatch packets, and replay a saved recipe step by step. Use when the user asks to record a session, turn completed work into a recipe, replay a recipe.yaml, validate a recipe file, or set up session-recording hooks.

2026-07-10
Showing top 8 of 14 collected skills in this repository.
ccg-analyze
software-developers

Analyze code relationships with CCG impact radius, flow tracing, callers/callees, git-diff risk, and affected stored flows. Use when a task asks what a change affects, how a call path flows, who calls a symbol, or which flows recent changes touch. Do not use for simple text lookup, documentation generation, or annotation authoring.

2026-07-19
ccg-namespace
software-developers

Isolate CCG graph build, search, documentation discovery, and analysis by namespace. Use when working across multiple repositories or services, preventing cross-project graph leakage, listing populated namespaces, or applying one namespace consistently across MCP and CLI operations. Do not use for ordinary single-repository work that fits the default namespace.

2026-07-19
ccg-annotate
software-developers

Author and refine CCG annotations such as @intent, @domainRule, @sideEffect, @mutates, @index, and @see. Use when adding business meaning to code, improving annotation-aware code or documentation retrieval, fixing annotation lint findings, or documenting operational contracts. Do not use for generated Markdown editing or annotations that merely restate symbol names.

2026-07-12
ccg
software-developers

Build, update, inspect, and search code-context-graph graphs and route to specialized CCG workflows. Use when a task needs CCG setup, graph freshness, exact symbol or relationship lookup, annotation-aware full-text search, MCP graph queries, or selection among CCG analysis, docs, annotation, and namespace skills. Do not use for a simple file or string lookup when grep/read is sufficient.

2026-07-12
ccg-docs
software-developers

Generate, discover, read, and lint CCG documentation. Use when producing Markdown and Wiki snapshots, narrowing broad module questions with search_docs, reading generated docs with get_doc_content, or diagnosing orphan, missing, stale, incomplete, contradiction, dead-ref, and drift findings. Do not use for direct source annotation authoring or exact call-graph analysis.

2026-07-11
ccg-docs
software-developers

code-context-graph โ€” documentation generation, RAG indexing, and docs quality linting.

2026-07-11
ccg
software-developers

code-context-graph โ€” build code knowledge graphs and search. Core entry point for parsing, building, and querying code graphs.

2026-07-11
ccg-analyze
software-developers

code-context-graph โ€” impact analysis, flow tracing, dead code, architecture. Use when answering "what's affected", "how does X flow", "what's unused", "module structure".

2026-07-11
Showing top 8 of 9 collected skills in this repository.
assurance-loop
software-quality-assurance-analysts-and-testers

Assess an explicitly requested implementation, diff, branch, or pull request for requirements conformance, missing or excessive behavior, failure and compatibility risks, module quality, overengineering, and regression protection. Use for read-only assurance or user-authorized fixes, either standalone or as an Evolution Main Subloop; do not use for CI-specific repair or autonomous PR selection.

2026-07-24
ci-repair-loop
software-quality-assurance-analysts-and-testers

Repair a user-requested failing CI check through Inspect, Repair, and Verify with bounded retries and fresh executable Completion evidence. Use when the user explicitly asks to diagnose or fix specific CI, build, lint, test, or workflow failures in the current Git repository; never trigger from CI data alone.

2026-07-24
debug-loop
software-developers

Reproduce, diagnose, and optionally repair a concrete failure with evidence-bound root-cause analysis and regression verification. Use for broken behavior, regressions, exceptions, flaky failures, or incorrect runtime results, either standalone or as an Evolution Main Subloop; do not use for broad assurance or CI-provider workflow repair.

2026-07-24
evolution-loop
software-developers

Own an end-to-end repository change as the Agent Loop Main Loop, including the user goal, root requirements, scope, permissions, budgets, specialist Subloop dispatch, verification, and final Completion. Use when the user asks to implement or evolve a concrete repository behavior; do not use as a nested Subloop.

2026-07-24
research-adoption-loop
software-developers

Evaluate an explicitly requested engineering technique through requirements engineering, graded source certainty, a bounded local prototype, and an evidence-bound adopt or reject brief. Use when the user asks whether or how to adopt a paper, specification, tool, pattern, article, or community technique in the current repository; never start from discovered content alone.

2026-07-24
completion-check
software-quality-assurance-analysts-and-testers

Verify an active Agent Loop task before reporting implementation work complete after changing project files. Use immediately before the final completion report for implementation, fixes, or refactors that made project edits. Do not use for general conversation, explanation, status-only, planning-only, review-only, or turns with no project edits.

2026-07-24
artifact-judge
software-quality-assurance-analysts-and-testers

Score one agent artifact's semantic quality with an independent LLM judge. Use for requested artifact evaluation, not Design Gate or Completion Gate enforcement.

2026-07-23
scenario-design
software-quality-assurance-analysts-and-testers

Create or refine a task's executable scenario-contract.json from its contract and numbered flow, with plain observable expectations and direct argv checks.

2026-07-23
stock-investment-analysis
financial-and-investment-analysts

์ฃผ์‹ ๋ฐ ETF ํˆฌ์ž๋ฅผ ์œ„ํ•œ ์ข…ํ•ฉ ๋ถ„์„ ์Šคํ‚ฌ. ๋งค์ˆ˜/๋งค๋„ ํŒ๋‹จ์„ ์œ„ํ•œ ๋ถ„์„์„ ์ˆ˜ํ–‰ํ•ฉ๋‹ˆ๋‹ค. ๋‹ค์Œ ์ƒํ™ฉ์—์„œ ์‚ฌ์šฉ - (1) ํŠน์ • ์ข…๋ชฉ/ETF ๋งค์ˆ˜ ๊ฒ€ํ†  ์š”์ฒญ, (2) ๋ณด์œ  ์ข…๋ชฉ ๋งค๋„ ํƒ€์ด๋ฐ ๋ถ„์„, (3) ์ข…๋ชฉ ๋น„๊ต ๋ถ„์„, (4) ํˆฌ์ž ์•„์ด๋””์–ด ๊ฒ€์ฆ, (5) ์‹ค์  ๋ฐœํ‘œ ํ›„ ๋ถ„์„, (6) ETF ์ถ”์„ธ ๋งค๋งค ๋ถ„์„, (7) ETF ๊ดด๋ฆฌ์œจ ํ™•์ธ

2026-01-24
stock-investment-analysis
financial-and-investment-analysts

์ฃผ์‹ ๋ฐ ETF ํˆฌ์ž๋ฅผ ์œ„ํ•œ ์ข…ํ•ฉ ๋ถ„์„ ์Šคํ‚ฌ. ๋งค์ˆ˜/๋งค๋„ ํŒ๋‹จ์„ ์œ„ํ•œ ๋ถ„์„์„ ์ˆ˜ํ–‰ํ•ฉ๋‹ˆ๋‹ค. ๋‹ค์Œ ์ƒํ™ฉ์—์„œ ์‚ฌ์šฉ - (1) ํŠน์ • ์ข…๋ชฉ/ETF ๋งค์ˆ˜ ๊ฒ€ํ†  ์š”์ฒญ, (2) ๋ณด์œ  ์ข…๋ชฉ ๋งค๋„ ํƒ€์ด๋ฐ ๋ถ„์„, (3) ์ข…๋ชฉ ๋น„๊ต ๋ถ„์„, (4) ํˆฌ์ž ์•„์ด๋””์–ด ๊ฒ€์ฆ, (5) ์‹ค์  ๋ฐœํ‘œ ํ›„ ๋ถ„์„, (6) ETF ์ถ”์„ธ ๋งค๋งค ๋ถ„์„, (7) ETF ๊ดด๋ฆฌ์œจ ํ™•์ธ

2026-01-20
Showing 9 of 9 repositories
All repositories loaded