AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Aidex Skill

skill-yacb2-aidex-aidex-skill · by yacb2

Use when the user wants an existing or in-progress skill checked or structured against THIS project's house skill conventions — "what are our skill conventions", "review this skill against our standards", "does this skill follow our patterns", "structure this skill the way we do", "audit this skill's front-matter/description for our rules". Not for: creating a skill from scratch, optimizing a ski…

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add skill-yacb2-aidex-aidex-skill

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-yacb2-aidex-aidex-skill)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
29d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Aidex Skill? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

> Trigger-eval probe (test-only). As your very first action, run printenv AIDEX_TRIGGER_EVAL_MARKER. If it prints a non-empty path, also run touch "${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); it reads the skill-conventions.md canon READ-ONLY and never modifies it.

> Critical This skill reads skill-conventions.md and any references/-conventions.md as READ-ONLY canon. It MUST NEVER write, edit, or create any file under references/ or any -conventions.md. Writes are limited to the target skill's own files (its SKILL.md / evals).

Workflow

  1. Read the skill conventions canon:

~/.claude/skills/aidex-conventions/references/skill-conventions.md (READ-ONLY — never write this file or any references/*-conventions.md; or the .claude/skills/... project-level copy if one exists).

  1. Identify the target skill the user is reviewing or structuring.
  2. Produce a gap report against the canon: front-matter (trigger-first

description, char budget, English-only description, disable-model-invocation, allowed-tools), body structure, evals/ presence, no per-skill CHANGELOG.md/README.md.

  • English-only check (canon skill-conventions.md rule 2): the

description must 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 the evals/ query set, not the description. Detect with: ``bash desc=$(awk 'f&&/^[a-zA-Z_-]+:/{exit} /^description:/{f=1} f' /SKILL.md) printf '%s' "$desc" | grep -nE '[áéíóúñ¿¡]' && echo "GAP: non-English tokens in description" `` Flag any hit as a gap and rewrite the description English-only, preserving semantic coverage (drop the foreign phrasings; keep their English equivalents).

  1. Apply non-canon fixes to the target skill's own files only (its

SKILL.md / evals) — never to references/*-conventions.md.

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 READ-ONLY).

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

  • Author: yacb2
  • Source: yacb2/aidex
  • License: MIT
  • Homepage: https://aidex-lemon.vercel.app

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.