Back to list
d-oit

test-skill

by d-oit

🚀 Intelligent command verification system for documentation with git diff-based cache invalidation. Zero-token operation, cross-platform CLI tool that discovers and validates commands in markdown files with 90%+ cache hit rates. Built for modern JavaScript/Node.js projects with comprehensive testing and self-learning capabilities.

1🍴 0📅 Nov 24, 2025

SKILL.md


name: test-skill version: "0.1.0" description: A simple test skill that analyzes code files and provides a summary report. Use when asked to analyze code structure, count files, or provide project statistics. Demonstrates Claude Code skill functionality. author: "Claude Code" categories: ["analysis", "demonstration", "testing"] keywords: ["analysis", "code", "summary", "statistics", "testing", "demonstration"] allowed-tools: Read,Glob

Test Skill

Overview

This is a simple demonstration skill that analyzes the project structure and provides basic statistics. It's designed to test Claude Code's skill invocation system.

When to Use

Invoke this skill when the user asks to:

  • "Analyze the code structure"
  • "Give me project statistics"
  • "Count the files in this project"
  • "Show me a code summary"
  • "Use the test skill"

Instructions

When this skill is invoked:

  1. Count Files

    • Use Glob to find all code files: **/*.{js,ts,py,rs,go,java}
    • Use Glob to find all markdown files: **/*.md
    • Count the results
  2. Analyze Structure

    • List the top-level directories (excluding node_modules, .git, dist, build)
    • Note any configuration files found
  3. Generate Report

    • Present findings in a clear, structured format
    • Include:
      • Total code files by extension
      • Total markdown files
      • Top-level directories
      • Key configuration files detected
  4. Add Skill Marker

    • At the end of the report, add: "✓ Generated by test-skill"
    • This confirms the skill was properly invoked

Example Output

Code Analysis Report
====================

Code Files:
- JavaScript/TypeScript: 15 files
- Python: 3 files
- Rust: 0 files

Documentation:
- Markdown files: 8 files

Project Structure:
- src/
- test/
- docs/
- .claude/

Configuration:
- package.json
- tsconfig.json
- .gitignore

✓ Generated by test-skill

Safety

This skill only reads files and directories - it never modifies anything. All operations are safe.

Score

Total Score

75/100

Based on repository quality metrics

SKILL.md

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

+20
LICENSE

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

+10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新

+5
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

+5

Reviews

💬

Reviews coming soon