Skip to main content
Folken2
Profil créateur GitHub

Folken2

Vue par dépôt de 35 skills collectés dans 2 dépôts GitHub.

skills collectés
35
dépôts
2
mis à jour
2026-07-27
explorateur de dépôts

Dépôts et skills représentatifs

nuvel
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Secrétaires de direction et assistants administratifs

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

2026-05-11
deck-structure
Écrivains et auteurs

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
Secrétaires de direction et assistants administratifs

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

2026-05-11
Affichage des 8 principaux skills collectés sur 28 dans ce dépôt.
adk-agent-patterns
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
2 dépôts affichés sur 2
Tous les dépôts sont affichés