adk-skill-creation

Create SKILL.md files and directory structures for Google ADK agents.

2|1|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/Folken2/nuvel --skill adk-skill-creation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: adk-skill-creation
Source: https://github.com/Folken2/nuvel/tree/main/nuvel/backends/adk/skills/adk-skill-creation
Command: npx skills add https://github.com/Folken2/nuvel --skill adk-skill-creation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill solves the inconsistency and discovery issues in agent skill development by providing a rigorous, specification-driven framework for creating, documenting, and wiring skills into ADK agents.

Core Features & Use Cases

  • Standardized Specification: Enforces the agentskills.io format, ensuring all skills are discoverable and interoperable.
  • Progressive Disclosure: Implements a three-tier (L1/L2/L3) architecture that optimizes token usage and agent performance.
  • Use Case: When building a complex agent, use this skill to generate a new domain-specific skill that includes a routing table for L3 references, ensuring the agent only loads the necessary documentation when required.

Quick Start

Load the adk-skill-creation skill to generate a new skill directory structure and the required SKILL.md frontmatter for your agent.

Frequently Asked Questions about adk-skill-creation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I standardize SKILL.md files and directory structures for Google ADK agents?

The agentskills.io format standardizes agent skill creation by enforcing rigorous frontmatter metadata, ensuring skills are discoverable and interoperable. It provides a specification-driven framework for documenting and wiring skills into ADK agents consistently.

What is the best way to implement progressive disclosure patterns in agent skills?

The best way to implement progressive disclosure patterns is using a three-tier (L1/L2/L3) architecture. L1 provides metadata, L2 delivers instructions, and L3 holds reference files, optimizing token usage and agent performance by loading documentation only when required.

How do I generate a new domain-specific skill with a routing table for L3 references?

You generate a new domain-specific skill by loading the adk-skill-creation skill, which creates the directory structure and SKILL.md frontmatter. This includes a routing table for L3 references, ensuring the agent only loads necessary documentation dynamically.

Can I use adk-skill-creation to improve agent modularity and performance for complex builds?

Yes, you can use adk-skill-creation to improve agent modularity and performance. It ensures consistent skill wiring via the SkillToolset and implements progressive disclosure, which optimizes token usage by loading only necessary L3 reference files during complex agent builds.

Why does my ADK agent load unnecessary documentation when processing tasks?

Your ADK agent loads unnecessary documentation because the skill lacks a progressive disclosure pattern. Implementing an L1/L2/L3 architecture with a routing table for L3 references ensures the agent only loads specific documentation when required, optimizing token usage.