From track
Find relevant track-format and error reference files for a given query.
How this skill is triggered — by the user, by Claude, or both
Slash command
/track:discover-referencesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Find relevant track-format and error reference files for a given query.
Find relevant track-format and error reference files for a given query.
Do not create your own top-level task list. The invoking command owns the user-facing task list. If this skill represents a single user-visible step in that list, your work maps to one entry. If you need finer-grained progress, update the existing task list rather than starting a new one.
${CLAUDE_PLUGIN_ROOT}/references/_index.mdThis skill covers:
references/track-format/)references/infrastructure/)references/decision-frameworks/)references/errors/)references/evaluation/)For best practices and anti-patterns, use discover-best-practices instead.
Agent invokes: "What references exist for service tab port configuration?" Skill returns:
- track-format/tabs.md — Tab configuration: terminal, service, code, browser, website, external types
- track-format/config-yml.md — config.yml structure: sandbox infrastructure definition
Agent invokes: "How do I configure cloud accounts?" Skill returns:
- track-format/cloud-accounts.md — Cloud account configuration (AWS, Azure, GCP)
- infrastructure/cloud-accounts/vm-plus-aws.md — VM + AWS account pattern
- infrastructure/cloud-accounts/vm-plus-azure.md — VM + Azure subscription pattern
- infrastructure/cloud-accounts/vm-plus-gcp.md — VM + GCP project pattern
- decision-frameworks/preset-vs-custom-config.md — When to use presets vs custom config.yml
npx claudepluginhub instruqt/ai-plugins --plugin trackGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.