Skip to content

niracler/skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Claude Code Skills

My personal Claude Code skills collection.

Installation

claude plugin marketplace add https://github.com/niracler/skill.git

Skills

🔄 git-workflow

Standardized Git workflow for commits, PRs, and releases.

  • Conventional Commits format (no AI signatures)
  • Pull Request templates
  • Release workflow with CHANGELOG

View Documentation

🏠 ha-integration-reviewer

Strict Home Assistant integration code reviewer for PR preparation.

  • Quality Scale rules verification (Bronze/Silver/Gold/Platinum)
  • Parallel checking with multiple agents (code style, config flow, tests, docs)
  • Dynamic fetching of latest HA developer documentation
  • Common issues checklist from real PR reviews

View Documentation

✍️ writing-assistant

Chinese writing assistant with two modes. Designed specifically for Chinese language writing workflows.

Inspiration Mode - Guided writing for when you don't know what to write

  • Diary / Weekly / Monthly journal prompts
  • Travel writing guidance
  • TIL (Today I Learned) technical notes
  • General article brainstorming

Review Mode - Polish and refine articles

  • Structure diagnosis & reader context check
  • Chinese style guide (based on Yu Guangzhong's "How to Improve Anglicized Chinese")
  • Source verification & footnotes
  • Personal style consistency
  • Markdown formatting (prettier + markdownlint)

View Documentation

🃏 anki-card-generator

Generate high-quality Anki flashcards following atomization principles and cognitive science best practices.

  • simple-anki-sync compatible markdown output
  • Atomization rules (word limits, one concept per card)
  • Standardized question templates
  • Domain examples (history, programming, language, psychology)

View Documentation

🎭 zaregoto-miko

Convert text to Zaregoto series Miko Aoi's speaking style - the energetic 19-year-old with absurd metaphors.

  • Core pattern: 就好像『A,可是B』耶!
  • Original quotes reference from the novel
  • Material → Style conversion workflow
  • Tone markers and rhythm guide

View Documentation

Development

Add New Skill

# Initialize
python3 scripts/init_skill.py your-skill-name --path src

# Edit files
# - your-skill-name/SKILL.md
# - your-skill-name/references/
# - your-skill-name/scripts/

# Update .claude-plugin/marketplace.json
# Add "./src/your-skill-name" to skills array

# Validate
./scripts/validate.sh

# Commit
git add .
git commit -m "feat: add your-skill-name"
git push

Validate Skills

./scripts/validate.sh

Structure

skill/
├── .claude-plugin/
│   └── marketplace.json
├── src/
│   ├── git-workflow/
│   │   ├── SKILL.md
│   │   └── references/
│   ├── ha-integration-reviewer/
│   │   ├── SKILL.md
│   │   └── references/
│   ├── writing-assistant/
│   │   ├── SKILL.md
│   │   ├── references/
│   │   └── scripts/
│   ├── anki-card-generator/
│   │   ├── SKILL.md
│   │   └── references/
│   └── zaregoto-miko/
│       ├── SKILL.md
│       └── references/
└── scripts/
    ├── init_skill.py
    ├── quick_validate.py
    └── validate.sh

Resources

About

My personal Claude Code skills collection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published