Skip to main content
Folken2
Perfil de criador do GitHub

Folken2

Visão por repositório de 35 skills coletadas em 2 repositórios do GitHub.

skills coletadas
35
repositórios
2
atualizado
2026-07-27
explorador de repositórios

Repositórios e skills representativas

nuvel
Desenvolvedores de software

Use when the user wants to build a Google ADK agent — scaffolding a new agent, adding tools/skills/prompts to one, or asking how to structure an ADK project. Triggers on phrases like "create an ADK agent", "build a Google agent", "scaffold an agent", "make an agent that does X", "I need an ADK skeleton", or any task involving generated-agents/, LlmAgent, SkillToolset, or the ADK framework. Also use whenever the user mentions `nuvel`, the `nuvel` CLI, or asks about agent architecture patterns / callbacks / HITL / streaming / ADK prompt engineering — nuvel ships the canonical knowledge skills for those topics. Lean toward triggering — if the task touches Google ADK at all, this skill is in scope.

2026-07-27
adk-task-delegation
Desenvolvedores de software

Delegate work to sub-agents with the ADK 2.0 Task API — `mode='task'`, `mode='single_turn'`, `mode='chat'` on `LlmAgent`, the auto-attached `finish_task` tool, and typed contracts via `input_schema` / `output_schema`. Load this skill when one agent needs to hand a bounded unit of work to another and get a validated result back, or when migrating off SequentialAgent / ParallelAgent / LoopAgent.

2026-07-23
adk-skill-creation
Desenvolvedores de software

Creating valid SKILL.md files following the agentskills.io specification — frontmatter, instructions, references directory, progressive disclosure (L1/L2/L3), and SkillToolset wiring in agent.py. Load this skill when generating domain skills for an agent.

2026-05-21
adk-workflow-graphs
Desenvolvedores de software

Build graph-based agents with ADK 2.0 `Workflow` — declare nodes and edges, route conditionally, fan-out/fan-in in parallel, run dynamic nodes at runtime, and add human-in-the-loop revision cycles. Load this skill whenever the agent needs anything beyond a strictly linear or trivially parallel pipeline.

2026-05-21
adk-agent-patterns
Desenvolvedores de software

Agent architecture patterns for Google ADK 2.0 — when to reach for a single LlmAgent, a Workflow graph (new default for multi-step orchestration), or the shortcut classes SequentialAgent / LoopAgent / ParallelAgent. Load this skill when deciding the agent's top-level shape.

2026-05-21
deck-outlining
Secretários executivos e assistentes administrativos executivos

Pattern for turning a brief into a coherent deck outline — intent detection, section ratios, draft headings, expansion

2026-05-11
deck-structure
Escritores e autores

When and how to suggest reordering, splitting, or trimming a deck — agenda placement, CTA placement, problem-solution arc, methodology-results arc

2026-05-11
slide-tightening
Secretários executivos e assistentes administrativos executivos

Rubric for sharpening the active slide — parallelism, bullet count, length, title strength, notes-vs-bullets separation

2026-05-11
Mostrando as 8 principais de 28 skills coletadas neste repositório.
adk-agent-patterns
Desenvolvedores de software

Agent architecture patterns for Google ADK — when and how to use LlmAgent, LoopAgent, SequentialAgent, ParallelAgent, and multi-agent hierarchies. Load this skill when deciding the agent's architecture.

2026-05-06
adk-callbacks-hitl
Desenvolvedores de software

ADK callback signatures, HITL approval gates, and state management — exact parameter names, before/after hooks, EventActions.state_delta, and defensive HITL patterns. Load this skill when adding callbacks or approval gates to an agent.

2026-05-06
adk-prompt-engineering
Desenvolvedores de software

Writing effective ADK system prompts — dynamic instructions with InstructionProvider, state placeholders, context injection, tone/style sections. Load this skill when creating or improving an agent's system prompt.

2026-05-06
adk-skill-creation
Desenvolvedores de software

Creating valid SKILL.md files following the agentskills.io specification — frontmatter, instructions, references directory, progressive disclosure (L1/L2/L3), and SkillToolset wiring in agent.py. Load this skill when generating domain skills for an agent.

2026-05-06
adk-skill-design-patterns
Desenvolvedores de software

Five canonical skill design patterns for ADK agents: Tool Wrapper, Generator, Reviewer, Inversion, and Pipeline. Load this skill during Step 2 (Design) to recommend which patterns fit the user's agent, and during Step 4 (Generate) to get skeleton templates for each pattern.

2026-05-06
adk-streaming
Desenvolvedores de software

Building voice and video agents with Gemini Live API — bidirectional streaming via WebSocket, LiveRequestQueue, run_live(), RunConfig, and audio/video patterns. Load when the user wants a voice agent, live agent, or real-time audio/video capabilities.

2026-05-06
adk-tool-creation
Desenvolvedores de software

Building Google ADK function tools — ToolContext usage, proper signatures, error handling, return formats, type hints, and async patterns. Load this skill when creating custom tools for an agent.

2026-05-06
Mostrando 2 de 2 repositórios
Todos os repositórios foram exibidos
Folken2 Agent Skills | SkillsMP