Skip to main content
Execute qualquer Skill no Manus
com um clique
Colin4k1024
Perfil de criador do GitHub

Colin4k1024

Visão por repositório de 114 skills coletadas em 8 repositórios do GitHub.

skills coletadas
114
repositórios
8
atualizado
2026-07-14
mapa de repositórios

Onde as skills estão

Principais repositórios por número de skills coletadas, com sua participação neste catálogo do criador e sua distribuição ocupacional.

#01
tsp
78 skills · 2026-07-14
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresEspecialistas em gestão de projetosAnalistas de gestãoAnalistas de pesquisa de mercado e especialistas em marketingAdministradores de redes e sistemas de computador
14 categorias ocupacionais · 100% classificado
68%participação
#02
kao
13 skills · 2026-03-26
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresEspecialistas em gestão de projetos
3 categorias ocupacionais · 100% classificado
11%participação
#03
superagent-base
11 skills · 2026-06-28
Desenvolvedores de softwareAdministradores de redes e sistemas de computadorDesenvolvedores web
3 categorias ocupacionais · 100% classificado
9.6%participação
#04
hermesx
6 skills · 2026-05-05
Analistas de garantia de qualidade de software e testadoresBioquímicos e biofísicosCapitães, imediatos e pilotos de embarcaçõesProfessores de antropologia e arqueologia do ensino superiorQuímicosTrabalhadores de recreação
6 categorias ocupacionais · 100% classificado
5.3%participação
#05
Aetheris
2 skills · 2026-03-15
Desenvolvedores de software
1 categorias ocupacionais · 100% classificado
1.8%participação
#06
Oris
2 skills · 2026-03-16
Desenvolvedores de software
1 categorias ocupacionais · 100% classificado
1.8%participação
#07
Aetheris-MemOS
1 skills · 2026-03-28
Desenvolvedores de software
1 categorias ocupacionais · 100% classificado
0.9%participação
#08
codesentry
1 skills · 2026-04-22
Analistas de segurança da informação
1 categorias ocupacionais · 100% classificado
0.9%participação
explorador de repositórios

Repositórios e skills representativas

strategic-compact
Desenvolvedores de software

上下文优化技能,通过 trigger-based 懒加载和 context composition awareness 自动重组长会话上下文。

2026-07-14
goal-convergence
Desenvolvedores de software

Goal-oriented autonomous loop with external completion oracle. Keeps iterating until verifiable stopping conditions are met, checked by a separate model.

2026-06-11
loop-heartbeat
Desenvolvedores de software

Scheduled discovery automation that runs scans on a heartbeat interval, classifies findings, and routes them to goals or triage inbox.

2026-06-11
mcp-connector-bridge
Desenvolvedores de software

Active MCP connector polling that integrates external tools (issue trackers, error monitoring, CI) into the heartbeat loop for cross-system discovery.

2026-06-11
rework-loop
Desenvolvedores de software

Structured rework with git blame attribution for failed goal iterations. Maps failures to responsible changes and routes targeted fix briefs.

2026-06-11
codegraph
Desenvolvedores de software

将 CodeGraph 作为默认内置 MCP-backed 代码图谱能力接入,用于 brownfield 符号搜索、 调用链、影响面和上下文查询。输出必须回落到 `/team-*` 主链和 artifacts。

2026-05-22
open-design
Designers gráficos

Use Open Design as an external local-first design workbench for prototypes, decks, mobile screens, dashboards, DESIGN.md systems, and exportable visual artifacts. Keep TSP responsible for team workflow, handoff, and quality gates.

2026-05-07
gitnexus
Desenvolvedores de software

将 GitNexus 作为受控可选代码智能能力接入,用于 brownfield MCP 查询、影响面分析、 detect_changes、多仓分析和更深代码图谱证据。输出必须回落到 `/team-*` 主链和 artifacts。

2026-05-05
Mostrando as 8 principais de 78 skills coletadas neste repositório.
brainstorming
Especialistas em gestão de projetos

Refines rough ideas through Socratic questioning, explores alternatives, presents design in digestible chunks for validation. Activates before writing any code or making major decisions.

2026-03-26
dispatching-parallel-agents
Desenvolvedores de software

Manages concurrent subagent workflows with task distribution, progress tracking, and result aggregation. Use when multiple independent tasks can run simultaneously.

2026-03-26
executing-plans
Desenvolvedores de software

Executes implementation plans task-by-task with two-stage review (spec compliance, then code quality). Enforces TDD cycle: RED-GREEN-REFACTOR. Activates when user says 'go' or approves plan.

2026-03-26
finishing-a-development-branch
Analistas de garantia de qualidade de software e testadores

Verifies completed work, runs tests, presents merge/PR options, and cleans up worktrees. Activates when all implementation tasks are complete.

2026-03-26
receiving-code-review
Analistas de garantia de qualidade de software e testadores

Responds to code review feedback constructively, implements fixes, and communicates progress. Handles feedback professionally and improves code quality.

2026-03-26
requesting-code-review
Analistas de garantia de qualidade de software e testadores

Reviews code against plan for correctness, bugs, security issues, and adherence to standards. Reports issues by severity. Activates between tasks or before merging.

2026-03-26
subagent-driven-development
Desenvolvedores de software

Dispatches parallel subagents for concurrent task execution with two-stage review (spec compliance + code quality). Activates for large plans (10+ tasks) to maximize throughput.

2026-03-26
systematic-debugging
Desenvolvedores de software

Applies 4-phase root cause analysis: gather data, form hypothesis, test hypothesis, solve and verify. Includes root-cause-tracing, defense-in-depth, and condition-based-waiting techniques. Activates for any bug.

2026-03-26
Mostrando as 8 principais de 13 skills coletadas neste repositório.
eino-adk-tool-middleware
Desenvolvedores de software

Eino ADK WrapInvokableToolCall middleware pattern for intercepting all tool calls. TRIGGER when: implementing tool-level middleware (sandbox, logging, auth, metrics) in this project's Eino ADK agents. DO NOT TRIGGER when: working with agent-level middleware (timeout, retry) or non-Eino tool systems.

2026-06-28
a2ui-streaming
Desenvolvedores web

Reference for the A2UI SSE streaming protocol used by Superagent agents to push typed events to the frontend. TRIGGER when: implementing a new event type, debugging streaming output, writing frontend SSE consumers, or when the user asks "how does streaming work", "what events does the agent emit", "A2UI 协议". DO NOT TRIGGER when: working on HTTP REST endpoints unrelated to streaming.

2026-05-20
agent-yaml-authoring
Desenvolvedores de software

Author and validate Superagent declarative YAML agent definitions (apiVersion: superagent/v1, kind: Agent). TRIGGER when: creating a new agent, editing configs/agents/*.yaml, reviewing agent spec fields, or when the user asks "how do I define an agent", "write me an agent yaml", "agent 配置怎么写". DO NOT TRIGGER when: working on workflow DAG nodes (use workflow-dag skill), pure Go backend logic, or infrastructure config.

2026-05-20
code-fix
Desenvolvedores de software

Analyzes code errors, generates fix solutions, evaluates and applies fixes. Use when fixing test failures, compilation errors, runtime exceptions, "编码修复", "code fix", "fix this error", or when the user asks to debug and fix code issues.

2026-05-20
interrupt-resume
Desenvolvedores de software

Implement and debug agent interrupt/resume (human-in-the-loop checkpointing) in Superagent. TRIGGER when: enabling interrupt on an agent, implementing resume API, debugging "checkpoint not found" errors, adding human approval steps, or when the user asks "interrupt/resume 怎么用", "how does checkpoint work", "pause agent for approval". DO NOT TRIGGER when: building non-interactive batch agents or simple one-shot queries.

2026-05-20
mcp-integration
Desenvolvedores de software

Patterns for integrating MCP (Model Context Protocol) servers and tools into Superagent agents. TRIGGER when: wiring an MCP server into an agent YAML, implementing a new MCP client/server, debugging "mcp tool not found" errors, or when the user asks "how do I add an MCP tool", "MCP 怎么接入", "connect filesystem MCP". DO NOT TRIGGER when: writing pure builtin tools (use builtin/<name> directly) or REST API integrations unrelated to MCP.

2026-05-20
model-routing
Desenvolvedores de software

Guide for configuring and debugging the model routing layer in Superagent. TRIGGER when: adding a new model provider, configuring fallback chains, tuning cost/latency routing strategy, debugging "model not found" errors, or when the user asks "how does model routing work", "模型路由怎么配置", "add a new LLM provider". DO NOT TRIGGER when: writing agent YAML (use agent-yaml-authoring), implementing tool logic, or working on the UI.

2026-05-20
multi-agent-orchestration
Desenvolvedores de software

Design multi-agent systems using Superagent's supervisor, sequential, and parallel agent types. TRIGGER when: building orchestration agents, routing tasks between sub-agents, designing fan-out/fan-in pipelines, or when the user asks "multi-agent 怎么设计", "supervisor agent", "parallel agents", "agent orchestration". DO NOT TRIGGER when: working on single-model agents (use agent-yaml-authoring) or workflow DAG nodes (use workflow-dag skill).

2026-05-20
Mostrando as 8 principais de 11 skills coletadas neste repositório.
Mostrando 8 de 8 repositórios
Todos os repositórios foram exibidos