foundation-claude

Reference Claude Code development for skills, sub-agents, plugins, and hooks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/yejune/godo --skill foundation-claude
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: foundation-claude
Source: https://github.com/yejune/godo/tree/main/core/skills/foundation-claude
Command: npx skills add https://github.com/yejune/godo --skill foundation-claude

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide to building and configuring Claude Code extensions, enabling users to leverage advanced features for complex development tasks.

Core Features & Use Cases

  • Skill Development: Learn to create and manage Claude Code Skills.
  • Agent Orchestration: Understand sub-agent delegation and advanced patterns.
  • Use Case: A developer needs to create a new custom command to automate a complex deployment process. They would use this Skill to understand the command structure, agent delegation, and hook integration required for a robust solution.

Quick Start

Use the foundation-claude skill to learn about creating custom slash commands for Claude Code.

Frequently Asked Questions about foundation-claude

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

FAQPage Schema
How do I create custom slash commands for Claude Code?

To create custom slash commands for Claude Code, you must structure your command definitions and integrate them with the agent delegation and hook systems to automate complex development workflows.

What are Claude Code hooks and how do they work?

Claude Code hooks are integration points that trigger custom logic during development tasks. They work by connecting your scripts and commands into the broader Claude Code ecosystem for automated execution.

How do I orchestrate sub-agents in Claude Code for complex tasks?

Orchestrating sub-agents in Claude Code involves delegating specific development tasks to specialized agents. You structure these agents to handle distinct processes, enabling advanced delegation patterns.

Can I use Claude Code skills to manage memory and sandboxing?

Yes, Claude Code skills support memory management and sandboxing configurations. You can author and structure these components to isolate execution environments and maintain context across development sessions.

What is the best way to structure a Claude Code plugin?

The best way to structure a Claude Code plugin is to follow best practices for authoring and integrating components, ensuring your skills, sub-agents, and memory management features are properly organized within the ecosystem.

When should I use sub-agent delegation instead of custom slash commands?

You should use sub-agent delegation for complex, multi-step processes requiring autonomous execution, while custom slash commands are better suited for automating specific, targeted deployment or development sequences.