sample-basic
A minimal example skill demonstrating the required structure. Use this as a template when creating new skills.
Best use case
sample-basic is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
A minimal example skill demonstrating the required structure. Use this as a template when creating new skills.
Teams using sample-basic should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/sample-basic/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How sample-basic Compares
| Feature / Agent | sample-basic | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
A minimal example skill demonstrating the required structure. Use this as a template when creating new skills.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# Sample Basic Skill This is a minimal skill template. Replace this content with your own instructions. ## Quick Start 1. Copy this folder and rename it (e.g., `creating-components`) 2. Update the `name` in the YAML frontmatter (lowercase, hyphens only) 3. Write a specific `description` that includes: - What the skill does - When Claude should use it (trigger phrases) 4. Replace these instructions with your own ## YAML Frontmatter Requirements ```yaml name: - Maximum 64 characters - Lowercase letters, numbers, and hyphens only - No reserved words: "anthropic", "claude" description: - Maximum 1024 characters - Must be non-empty - Should describe WHAT and WHEN ``` ## Writing Good Instructions - Be concise (Claude is smart, don't over-explain) - Use examples over lengthy descriptions - Keep SKILL.md under 500 lines - Link to separate files for detailed content ## Example Here's a simple example of how your skill might work: ``` User: "Help me create a new component" Claude: [Reads SKILL.md, follows your instructions] ```
Related Skills
adaptive-rejection-sampler
Guidance for implementing adaptive rejection sampling (ARS) algorithms for generating random samples from log-concave probability distributions. This skill should be used when tasks involve implementing ARS, rejection sampling, or Monte Carlo methods that require sampling from custom probability distributions, particularly in R or other statistical computing languages.
accessibility-basic-check
Run a basic accessibility checklist for UI changes. Use when a junior developer needs quick a11y guidance.
bookkeeping-basics
Set up and maintain basic bookkeeping for a solopreneur business. Use when tracking income and expenses, preparing for taxes, managing invoices and receipts, understanding cash flow, or generating financial reports. Covers accounting software selection, chart of accounts, expense categorization, reconciliation, and financial statements. Not professional accounting advice — consult a CPA for complex situations. Trigger on "bookkeeping", "accounting", "track expenses", "financial records", "QuickBooks", "invoicing", "receipts", "profit and loss".
ai-agent-basics
Master AI agent fundamentals - architectures, ReAct patterns, cognitive loops, and autonomous system design
bgo
Automates the complete Blender build-go workflow, from building and packaging your extension/add-on to removing old versions, installing, enabling, and launching Blender for quick testing and iteration.
ui-ux-pro-max
UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks.
ui-ux-principles
Apply core UI/UX design principles for intuitive, beautiful interfaces. Covers visual hierarchy, color theory, typography, spacing systems, Gestalt principles, usability heuristics, and user-centered design. Use for design decisions, layout planning, and creating polished user experiences.
UI/UX Intelligence Expert
UI/UX 设计智能库与推荐专家。包含 67 种风格、96 种配色方案、57 种字体搭配、99 条 UX 指南,支持跨技术栈的设计系统生成。
ui ux
Searchable database of UI styles, color palettes, font pairings, chart types, product recommendations, UX guidelines, and stack-specific best practices.
ui-ux-improve
Research UI/UX improvements with trend analysis and generate actionable recommendations. Use when you need comprehensive UI/UX analysis and improvement suggestions.
ui-ux-designer
Create interface designs, wireframes, and design systems. Masters user research, accessibility standards, and modern design tools.
ui-ux-design-system
Expert in building premium, accessible UI/UX design systems for SaaS apps. Covers design tokens, component architecture with shadcn/ui and Radix, dark mode, glassmorphism, micro-animations, responsive layouts, and accessibility. Use when: ui, ux, design system, shadcn, radix, tailwind, dark mode, animation, accessibility, components, figma to code.