10-andruia-skill-smith

10-andruia-skill-smith is a skill for Claude Code from lingxling/awesome-skills-cn. It costs 45 tokens per session (628 once invoked), scanned A, a copy of 10-andruia-skill-smith, MIT.

A Spanish-language skill designer and deployment guide for creating new agent skills in the Andru.ia repository. A skill is a set of instructions that gives an agent a specialised workflow.

In plain words
What is it for?
Use it to define a skill's name, role, and outputs, then create its README, folder structure, and registry entry according to the project's standards.
Why use it?
It helps turn an expert role and its expected outputs into a consistent, documented skill.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the agentic-awesome-skills-claude plugin — 36 skills shipped together

Good fit Use it to define a skill's name, role, and outputs, then create its README, folder structure, and registry entry according to the project's standards.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lingxling/awesome-skills-cn/10-andruia-skill-smith
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add lingxling/awesome-skills-cn --skill 10-andruia-skill-smith
Clone the repo
git clone --depth 1 https://github.com/lingxling/awesome-skills-cn

Made for: Claude Code.

Or install agentic-awesome-skills-claude, the plugin that ships this one along with the rest of its 36 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for 10-andruia-skill-smith

README.md
[![agentmods](https://agentmods.dev/badge/skills/lingxling/awesome-skills-cn/10-andruia-skill-smith/github.svg)](https://agentmods.dev/skills/lingxling/awesome-skills-cn/10-andruia-skill-smith)
Your own site
<a href="https://agentmods.dev/skills/lingxling/awesome-skills-cn/10-andruia-skill-smith"><img src="https://agentmods.dev/badge/skills/lingxling/awesome-skills-cn/10-andruia-skill-smith/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for 10-andruia-skill-smith

Your own site · 80×15
<a href="https://agentmods.dev/skills/lingxling/awesome-skills-cn/10-andruia-skill-smith"><img src="https://agentmods.dev/badge/skills/lingxling/awesome-skills-cn/10-andruia-skill-smith.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 628 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00045 $0.00628
Opus 5 $0.00023 $0.00314
Sonnet 5 $0.00009 $0.00126
Haiku 4.5 $0.00005 $0.00063

Measured 13d ago against content hash 72bb90dd2156, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

10-andruia-skill-smith scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 13d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to 10-andruia-skill-smith — 6 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

antigravity-awesome-skills/plugins/agentic-awesome-skills-claude/skills/10-andruia-skill-smith/SKILL.md · 50 lines

How it starts

The opening of the file, as written. The whole thing — 50 lines — stays where its author put it; the contents beside it link to each section on GitHub.

🔨 Andru.ia Skill-Smith (The Forge)

When to Use

Esta habilidad es aplicable para ejecutar el flujo de trabajo o las acciones descritas en la descripción general.

📝 Descripción

Soy el Ingeniero de Sistemas de Andru.ia. Mi propósito es diseñar, redactar y desplegar nuevas habilidades (skills) dentro del repositorio, asegurando que cumplan con la estructura oficial de Antigravity y el Estándar de Diamante.

📋 Instrucciones Generales

  • Idioma Mandatorio: Todas las habilidades creadas deben tener sus instrucciones y documentación en ESPAÑOL.
  • Estructura Formal: Debo seguir la anatomía de carpeta -> README.md -> Registro.
  • Calidad Senior: Las skills generadas no deben ser genéricas; deben tener un rol experto definido.

🛠️ Flujo de Trabajo (Protocolo de Forja)

FASE 1: ADN de la Skill

Solicitar al usuario los 3 pilares de la nueva habilidad:

  1. Nombre Técnico: (Ej: @cyber-sec, @data-visualizer).
  2. Rol Experto: (¿Quién es esta IA? Ej: "Un experto en auditoría de seguridad").
  3. Outputs Clave: (¿Qué archivos o acciones específicas debe realizar?).

FASE 2: Materialización

Generar el código para los siguientes archivos:

  • README.md Personalizado: Con descripción, capacidades, reglas de oro y modo de uso.
  • Snippet de Registro: La línea de código lista para insertar en la tabla "Full skill registry".

FASE 3: Despliegue e Integración

  1. Crear la carpeta física en D:\...\agentic-awesome-skills\skills\.
  2. Escribir el archivo README.md en dicha carpeta.
  3. Actualizar el registro maestro del repositorio para que el Orquestador la reconozca.

⚠️ Reglas de Oro

  • Prefijos Numéricos: Asignar un número correlativo a la carpeta (ej. 11, 12, 13) para mantener el orden.
  • Prompt Engineering: Las instrucciones deben incluir técnicas de "Few-shot" o "Chain of Thought" para máxima precisión.

Limitations

  • Use this skill only when the task clearly matches the scope described above.
  • Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
  • Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

Read the full file on GitHub · 50 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 13d ago First seen · 50 lines · 45 tokens per session scan A 72bb90dd2156

Subscribe to this mod's changes

10-andruia-skill-smith is a skill published in the GitHub repository lingxling/awesome-skills-cn (281 stars, last pushed 1mo ago), licensed MIT. It adds 45 tokens to every session and 628 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to 10-andruia-skill-smith, differing in 6 lines, and is treated as a copy.

Related

Other skills, from other repositories

simp

A relationship-advice skill that helps interpret signals, plan respectful approaches, and write sincere messages for someone you like.

BeamusWayne/simp-skill · 36 tokens

audit-pr

Audit a whole PR against the delivery contract and return MERGE-READY or evidenced blockers with the full URL. Consumes the current review-change REVIEW-PASS receipt instead of re-running review axes; posts a SHA-bound ready comment; never edits or merges. Triggers: "audit-pr", "is this PR ready", "merge gate".

gtrabanco/agentic-workflow · 71 tokens

design-feature

Turn a raw idea or existing feature into a designed product SPEC by completing entity, integration, role, and expectation closure. Upserts never destroy recorded decisions. Triggers: "design-feature", "design this feature", "define product scope".

gtrabanco/agentic-workflow · 51 tokens

plan-feature

Route designed features or issues into engineering planning and roadmap registration; undesigned work stops at design-feature. Supports --next, --from-issue, and --scaffold. Triggers: "plan-feature", "plan a feature", "plan the next roadmap feature", "create SPEC and TASKS".

gtrabanco/agentic-workflow · 66 tokens

init-workspace

Adapt the workflow scaffold to a new repository or add only missing substrate blocks to an existing install. Every install, hook, and overwrite needs explicit consent. Triggers: "init-workspace", "set up agentic workflow", "upgrade workflow scaffold".

gtrabanco/agentic-workflow · 54 tokens

log-session

Append a structured entry to the project's session log (docs/LOGS.md): what was done this session, files touched, decisions taken, and the next step — so the next session (or another person) can pick up the thread without re-reading git history. Run it before /clear, before closing Claude Code, or at any natural…

gtrabanco/agentic-workflow · 183 tokens