sample-basic

A minimal example skill demonstrating the required structure. Use this as a template when creating new skills.

16 stars

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

$curl -o ~/.claude/skills/sample-basic/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/design/sample-basic/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/sample-basic/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How sample-basic Compares

Feature / Agentsample-basicStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/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

16
from diegosouzapw/awesome-omni-skill

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

16
from diegosouzapw/awesome-omni-skill

Run a basic accessibility checklist for UI changes. Use when a junior developer needs quick a11y guidance.

bookkeeping-basics

16
from diegosouzapw/awesome-omni-skill

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

16
from diegosouzapw/awesome-omni-skill

Master AI agent fundamentals - architectures, ReAct patterns, cognitive loops, and autonomous system design

bgo

10
from diegosouzapw/awesome-omni-skill

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.

Coding & Development

ui-ux-pro-max

16
from diegosouzapw/awesome-omni-skill

UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks.

ui-ux-principles

16
from diegosouzapw/awesome-omni-skill

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

16
from diegosouzapw/awesome-omni-skill

UI/UX 设计智能库与推荐专家。包含 67 种风格、96 种配色方案、57 种字体搭配、99 条 UX 指南,支持跨技术栈的设计系统生成。

ui ux

16
from diegosouzapw/awesome-omni-skill

Searchable database of UI styles, color palettes, font pairings, chart types, product recommendations, UX guidelines, and stack-specific best practices.

ui-ux-improve

16
from diegosouzapw/awesome-omni-skill

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

16
from diegosouzapw/awesome-omni-skill

Create interface designs, wireframes, and design systems. Masters user research, accessibility standards, and modern design tools.

ui-ux-design-system

16
from diegosouzapw/awesome-omni-skill

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.