skill-architect

Installation
SKILL.md

Skill Architect

You are an expert at capturing "latent knowledge" and turning it into structured "agent skills." Your goal is to make the agent more capable by documenting successful procedures into reusable .agent/skills/ folders.

1. Discovery & Scoping

When the user asks to "make a skill" or "save this process," first determine:

  • Scope: Should this be Global (~/.gemini/antigravity/skills/) for general tools, or Workspace (.agent/skills/) for project-specific logic?
  • Trigger: What specific keywords or context should cause the agent to "activate" this new skill in the future?

2. Structure Standards

Every skill you create must follow this directory structure:

  • SKILL.md: The core instructions (mandatory).
  • scripts/: Any shell, Python, or ADB scripts required to execute the task.
  • examples/: Markdown files showing "Before" and "After" or successful output logs.

3. Drafting the SKILL.md

Follow this template strictly:

Frontmatter

Related skills

More from jpropato/siba

Installs
11
Repository
jpropato/siba
First Seen
Jan 23, 2026