Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/thapaliyabikendra/ai-artifactsnpx agentmods add skills/thapaliyabikendra/ai-artifacts/claude-artifact-creatorWrote 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.
[](https://agentmods.dev/skills/thapaliyabikendra/ai-artifacts/claude-artifact-creator)<a href="https://agentmods.dev/skills/thapaliyabikendra/ai-artifacts/claude-artifact-creator"><img src="https://agentmods.dev/badge/skills/thapaliyabikendra/ai-artifacts/claude-artifact-creator/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.
<a href="https://agentmods.dev/skills/thapaliyabikendra/ai-artifacts/claude-artifact-creator"><img src="https://agentmods.dev/badge/skills/thapaliyabikendra/ai-artifacts/claude-artifact-creator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00067 | $0.03706 |
| Opus 5 | $0.00034 | $0.01853 |
| Sonnet 5 | $0.00013 | $0.00741 |
| Haiku 4.5 | $0.00007 | $0.00371 |
Grade A, and why
claude-artifact-creator 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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 484 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Claude Artifact Creator
Creates, improves, and maintains Claude Code extensions following official best practices.
FIRST: Read Meta-Knowledge
Before creating any artifact, READ .claude/GUIDELINES.md for:
- Decision framework (Skill vs Agent vs Command vs Hook)
- Tool permissions strategy by role
- Hook events and configuration
- Agent/Skill/Command file formats
- Quality checklists and anti-patterns
This skill provides quick patterns; GUIDELINES.md provides authoritative rules.
When to Use This Skill
- Creating a new skill for domain expertise or file processing
- Creating an agent for specialized tasks with context isolation
- Creating a command for user-invoked shortcuts
- Improving or refactoring existing artifacts
- Reviewing artifacts against quality standards
- Analyzing staged changes for automation opportunities
- Consolidating duplicate or overlapping artifacts
Core Principle: Concise is Key
The context window is a shared resource. Before adding content, ask:
- "Does Claude really need this?" - Claude is already smart
- "Can this be in a reference file?" - Progressive disclosure
- "Does this justify its token cost?" - Every line has a cost
Core Capabilities
- Create - Generate artifacts from templates with proper structure
- Improve - Enhance based on official best practices and patterns
- Review - Audit against quality checklist and anti-patterns
- Consolidate - Merge duplicate artifacts into focused ones
Three-Layer Knowledge Architecture
CRITICAL: Before creating any knowledge artifact, determine the correct layer.
See GUIDELINES.md § Three-Layer Knowledge Architecture for full details.
Quick Decision Flow
Is it a design principle that applies to ANY language?
│
├── YES → Create CONCEPT (knowledge/concepts/)
│ NO CODE, just principles
│
└── NO → Is it specific to a language/framework?
│
├── YES → Create IMPLEMENTATION (knowledge/implementations/{lang}/)
│ CODE EXAMPLES, links to concept
│
└── NO → Create SKILL (skills/)
ORCHESTRATION, references both
What ships with it
31 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- assets/agent-templates/by-function/coordinator-agent-template.md 3.1 KB
- assets/agent-templates/by-function/developer-agent-template.md 3.9 KB
- assets/agent-templates/by-function/reviewer-agent-template.md 2.6 KB
- assets/agent-templates/by-role/developer-agent.md 2.1 KB
- assets/agent-templates/by-role/devops-engineer-agent.md 3.1 KB
- assets/agent-templates/by-role/manager-agent.md 1.9 KB
- assets/agent-templates/by-role/qa-engineer-agent.md 2.8 KB
- assets/agent-templates/by-role/security-engineer-agent.md 3.3 KB
- assets/agent-templates/by-role/tech-lead-agent.md 2.5 KB
- assets/command-templates/debug-command.md 2.1 KB
- assets/command-templates/generate-command.md 1.6 KB
- assets/command-templates/review-command.md 1.5 KB
- assets/command-templates/workflow-command.md 2.0 KB
- LICENSE.txt 11 KB
- references/agent-optimization-patterns.md 9.0 KB
- references/agent-refactoring-guide.md 10 KB
- references/agents/agent-categories.md 4.5 KB
- references/agents/context-isolation.md 5.4 KB
- references/agents/orchestration-patterns.md 11 KB
- references/anti-patterns.md 8.2 KB
- references/commands/command-patterns.md 4.8 KB
- references/decision-guide.md 9.3 KB
- references/output-patterns.md 5.9 KB
- references/skills/skill-types.md 6.7 KB
- references/skills/template-patterns.md 5.2 KB
- references/workflows.md 8.6 KB
- scripts/init_agent.py 23 KB runs code
- scripts/init_command.py 19 KB runs code
- scripts/init_skill.py 25 KB runs code
- scripts/package_skill.py 3.5 KB runs code
- scripts/validate.py 9.3 KB runs code
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.
- 11d ago First seen · 484 lines · 67 tokens per session scan A d92eef51dbce
claude-artifact-creator is a skill published in the GitHub repository thapaliyabikendra/ai-artifacts (24 stars, last pushed 5mo ago), licensed Apache-2.0. It adds 67 tokens to every session and 3,706 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
skill-creator
A guide for creating or improving an agent skill: a SKILL.md file that gives an AI a repeatable workflow for a specific task. It covers the skill’s name, search keywords, instructions, failure handling, and examples where needed.
Skill Creator
Guide for creating effective Elephant Agent skills. Use this skill when users want to create a new skill or update an existing skill that extends Elephant Agent with specialized knowledge, workflows, or tool integrations.
yaml-agent-format
YAML format for Claude Code agent definitions as alternative to markdown. Use when creating agents with YAML, converting markdown agents to YAML, or validating YAML agent schemas. Trigger keywords - "YAML agent", "agent YAML", "YAML format", "agent schema", "YAML definition", "convert to YAML".
design-taste-frontend
Anti-slop frontend skill for landing pages, portfolios, and redesigns. The agent reads the brief, infers the right design direction, and ships interfaces that do not look templated. Real design systems when applicable, audit-first on redesigns, strict pre-flight check.
image-to-code
Elite website image-to-code skill for Codex. For visually important web tasks, it must first generate the design image(s) itself, deeply analyze them, then implement the website to match them as closely as possible. In Codex, it must prefer large, readable, section-specific images instead of tiny compressed boards…
design-taste-frontend-v1
The original v1 taste-skill, preserved for projects depending on its exact behavior. The current default is design-taste-frontend (v2 experimental), which is a substantial rewrite. Use this v1 install name only if you need exact backward compatibility.