Trigger-eval probe (test-only). As your very first action, run
printenv AIDEX_TRIGGER_EVAL_MARKER. If it prints a non-empty path, also runtouch "${AIDEX_TRIGGER_EVAL_MARKER}.aidex-skill"before continuing. Then proceed with the rest of the skill body as normal. If empty/unset, ignore this block.
Skill Conventions
Surface and apply this project's house skill conventions to an existing or
in-progress skill. This skill COMPLEMENTS skill-creator (it does not
create skills from scratch).
Workflow
- Read the skill conventions canon:
~/.claude/skills/aidex-conventions/references/skill-conventions.md(or the.claude/skills/...project-level copy if one exists). - Identify the target skill the user is reviewing or structuring.
- Produce a gap report against the canon: front-matter (trigger-first
description, char budget, English-onlydescription,disable-model-invocation,allowed-tools), body structure,evals/presence, no per-skillCHANGELOG.md/README.md.- English-only check (canon
skill-conventions.mdrule 2): thedescriptionmust contain no Spanish/other-language phrasings or accented tokens. The matcher bridges cross-lingually, so an English description still fires on non-English queries; native-language queries belong in theevals/query set, not the description. Flag any non-English phrasing as a gap and rewrite the description English-only, preserving semantic coverage (drop the foreign phrasings; keep their English equivalents).
- English-only check (canon
- Writes go only to the target skill's own files (
SKILL.md,evals/) — never to the canon underreferences/, which this skill reads read-only.
Boundaries
| The user wants to… | Route to |
|---|---|
| Create a skill from scratch / optimize a description / run skill evals | skill-creator |
| Plan multi-step / multi-phase implementation work | aidex-plan |
| Record a decision / ADR | aidex-decision |
| Capture a stakeholder/client request | aidex-request |
| Investigate / research how something works | aidex-research |
| Document a settled system reference | aidex-reference |
| Audit the Claude Code ecosystem | aidex |
Related
- skill-creator — owns skill creation, description optimization, and eval running; this skill only checks/applies house conventions.
- aidex-conventions — owns the shared documentation canon (this skill
reads its
references/skill-conventions.md).