スキル一覧に戻る
emilyantosch

demeter-skills

by emilyantosch

0🍴 0📅 2025年12月7日
GitHubで見るManusで実行

SKILL.md


name: demeter-skills description: Central skill registry for demeter project. Use to discover available skills, understand skill conventions, and find the right skill for a task.

Demeter Skills

This directory contains skills that Claude auto-activates based on task context.

Available Skills

SkillFilePurpose
Architecturearchitecture.mdProject structure and design patterns

Skill Conventions

File Format

Each skill file uses YAML frontmatter:

---
name: skill-name
description: What this skill does. When to use it.
allowed-tools: Tool1, Tool2  # Optional
---

# Skill Content

Naming

  • Use lowercase with hyphens: my-skill-name
  • Max 64 characters
  • Be specific: rust-error-handling not errors

Description Guidelines

The description field drives auto-activation. Include:

  1. What the skill does
  2. When Claude should use it
  3. Trigger keywords users would mention
# Good
description: Debug Rust compile errors and borrow checker issues. Use when encountering lifetime errors, ownership problems, or type mismatches.

# Bad
description: Helps with Rust

Adding New Skills

  1. Create skill-name.md in this directory
  2. Add YAML frontmatter with name and description
  3. Write skill content in markdown
  4. Update the table in this file

Skill Discovery

Claude automatically discovers skills based on:

  • Task relevance
  • Description keywords
  • Request context

No explicit invocation needed—write good descriptions and Claude will find them.

スコア

総合スコア

40/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です