AgentSkillsCN

getting-started

以交互式方式引导新开发者熟悉所有可用技能与学习路径。

SKILL.md
--- frontmatter
name: getting-started
description: Interactively onboard new developers to all available skills and learning paths.

Getting Started

Welcome to the Andamio T3 App Template! This skill helps developers discover and learn how to use all 13 available Claude skills.

Instructions

1. Greet the Developer

Start with a warm welcome and explain that you'll help them find the right skills for their goals.

2. Ask About Their Intent

Use AskUserQuestion to understand what they want to do:

Question: "What brings you here today?"

OptionDescription
Explore"I want to understand the codebase"
Build"I want to add a feature"
Fix"I want to fix a bug or issue"
Review"I want to review code/PRs"
Test"I want to test transaction flows"
Hooks"I want to work with API hooks"

3. Recommend Skills Based on Intent

Based on their answer, recommend the appropriate skills:

Explore Mode

"I want to understand the codebase"

Recommended skills:

  1. /project-manager - Get project status, sitemap, architecture overview
  2. /design-system reference - Query component patterns, colors, layouts
  3. /hooks-architect reference - See all API hooks and patterns
  4. /audit-api-coverage - Understand API endpoints and coverage

Suggested starting point: "Run /project-manager to see the current status and roadmap, then explore specific areas."

Build Mode

"I want to add a feature"

Recommended skills:

  1. /hooks-architect - Create or extend API hooks
  2. /design-system reference - Learn UI patterns before building
  3. /audit-api-coverage - Check API endpoint availability
  4. /typescript-types-expert design - Design types for new features
  5. /documentarian - Update docs after implementation

Suggested starting point: "Start with /audit-api-coverage to check endpoints, then /hooks-architect to create hooks, and /design-system reference for UI patterns."

Fix Mode

"I want to fix a bug or issue"

Recommended skills:

  1. /issue-handler - Route the issue to the right subsystem
  2. /hooks-architect audit - Check for hook pattern issues
  3. /typescript-types-expert audit - Check for type issues
  4. /design-system diagnose - Debug CSS/styling conflicts
  5. /react-query-auditor - Check for cache/stale data issues

Suggested starting point: "Describe the issue and I'll help route it. Or run /issue-handler to analyze error logs."

Review Mode

"I want to review code/PRs"

Recommended skills:

  1. /qa - Route-level QA audit (hooks, types, components, performance)
  2. /review-pr - Comprehensive PR review (delegates automatically)
  3. /hooks-architect audit - Audit hook patterns
  4. /design-system review - Audit styling compliance
  5. /typescript-types-expert audit - Check type safety
  6. /react-query-auditor - Audit cache patterns

Suggested starting point: "Run /qa to audit a specific route for production readiness, or /review-pr for PR-focused review."

Test Mode

"I want to test transaction flows"

Recommended skills:

  1. /tx-loop-guide - Step-by-step transaction testing
  2. /transaction-auditor - Verify schema alignment
  3. /audit-api-coverage - Check TX endpoint status

Suggested starting point: "Run /tx-loop-guide to see the 6 documented transaction loops and start testing."

Hooks Mode

"I want to work with API hooks"

Recommended skills:

  1. /hooks-architect - The primary skill for all hook work

Modes available:

ModeCommandUse Case
Learn/hooks-architect learnUnderstand the hook pattern
Implement/hooks-architect implementCreate a new hook
Audit/hooks-architect auditCheck existing hooks
Extract/hooks-architect extractMove API calls into hooks
Reference/hooks-architect referenceFind existing hooks

Suggested starting point: "Run /hooks-architect learn to understand the colocated types pattern, then /hooks-architect reference to see all existing hooks."

4. Offer Learning Paths

After recommending skills, offer to show curated learning paths:

"Would you like to see a learning path tailored to your role?"

PathBest For
New DeveloperComprehensive onboarding
Frontend FocusUI, styling, React patterns
API IntegrationHooks, data fetching, types
Transaction DeveloperBlockchain interactions
Code ReviewerQuality assurance focus

See learning-paths.md for detailed path content.

5. Provide Quick Reference

Point them to skill-reference.md for a complete overview of all 12 skills.

All 13 Skills at a Glance

SkillPurpose
/bootstrap-skillScaffold and register new Claude skills
/getting-startedOnboarding and skill discovery
/hooks-architectHook patterns, creation, auditing
/design-systemUI patterns, styling, components
/audit-api-coverageAPI endpoint coverage tracking
/typescript-types-expertType safety and architecture
/project-managerProject status and roadmap
/review-prComprehensive PR review
/documentarianDocumentation maintenance
/transaction-auditorTX schema sync with API
/tx-loop-guideTransaction flow testing
/react-query-auditorReact Query patterns and cache
/issue-handlerError routing across repos
/qaRoute-level QA audit for production readiness
/product-iterationFull product feedback cycle (Test → Design → Ship)
/ux-readinessAssess app flow readiness for documentation guides

Key Files

FilePurpose
skill-reference.mdDetailed reference for all 12 skills
learning-paths.mdCurated learning paths by role

Output Format

Conversational, friendly, and helpful. Guide the developer through discovery rather than dumping all information at once.

Example Interaction

User: /getting-started

Assistant: "Welcome to the Andamio T3 App Template! I'm here to help you discover the right tools for your work.

We have 12 specialized Claude skills covering everything from API integration to transaction testing.

What brings you here today?

  1. Explore - I want to understand the codebase
  2. Build - I want to add a feature
  3. Fix - I want to fix a bug or issue
  4. Review - I want to review code/PRs
  5. Test - I want to test transaction flows
  6. Hooks - I want to work with API hooks"

User: [selects Hooks]

Assistant: "For hook work, /hooks-architect is your go-to skill. It has 5 modes:

  • Learn - Understand the colocated types pattern
  • Implement - Step-by-step guide to create new hooks
  • Audit - Check existing hooks for pattern compliance
  • Extract - Move direct API calls into proper hooks
  • Reference - Find existing hooks and their exports

Current status: We're in Phase 3.9 (API Hooks Cleanup) with 6/11 hooks approved, and Phase 3.10 (Extract Direct API Calls) with 50+ calls to migrate.

Would you like to learn the hook pattern first, or jump into implementing a specific hook?"


Last Updated: February 1, 2026