Skip to content

niracler/skill

Repository files navigation

Niracler Skills

Personal Codex and Claude Code workflows packaged as three installable plugins. The same bundled skills remain discoverable through the skills CLI.

Codex installation

Register the marketplace and install any needed plugins:

codex plugin marketplace add niracler/skill --ref main
codex plugin add developer-workflows@niracler-skills
codex plugin add personal-knowledge@niracler-skills
codex plugin add creative-fun@niracler-skills

Start a new task after installation so Codex loads the bundled skills.

Other installation methods

Claude Code Marketplace:

claude plugin marketplace add https://github.com/niracler/skill.git
claude plugin install developer-workflows@niracler-skills
claude plugin install personal-knowledge@niracler-skills
claude plugin install creative-fun@niracler-skills

Skills CLI:

npx skills add niracler/skill

Plugins and skills

Developer Workflows

Workspace, Git, DevOps, review, linting, and engineering-report workflows.

Skill Purpose Main dependencies
workspace-init Initialize or update dev-config-template workspaces Git, jq, OpenSpec
workspace-planning Manage YAML schedules, milestones, and delivery status Python, optional Yunxiao
git-workflow Commits, pull requests, and releases Git, optional GitHub CLI
code-sync Synchronize multiple repositories Git, git-workflow
ha-integration-reviewer Review Home Assistant integrations Git, GitHub CLI, Context7
markdown-lint Configure and repair Markdown linting Node.js, markdownlint-cli2
skill-reviewer Audit Agent Skill quality and compatibility Built-in skill-creator
weekly-report Generate software-engineering weekly reports Git, Reminders, optional GitHub and Yunxiao
yunxiao Manage Alibaba Cloud DevOps work Git, Yunxiao MCP or Alibaba Cloud CLI

Personal Knowledge

Schedules, bookmarks, diaries, writing, blogging, and learning workflows.

Skill Purpose Main dependencies
schedule-manager Manage Apple Calendar and Reminders macOS, reminders-cli
pinboard-manager Audit and maintain Pinboard bookmarks curl, Pinboard API
writing-assistant Plan, review, and polish personal writing Optional markdown-lint from Developer Workflows
diary-assistant Run a guided daily-journal workflow macOS, schedule-manager
diary-note Append short notes to the current diary None
note-to-blog Convert Obsidian notes into blog drafts Python, PyYAML, optional writing-assistant
biweekly-collector Collect material for a personal biweekly diary macOS, curl, Git, Pinboard API
anki-card-generator Generate atomic Anki cards None

Creative Fun

Skill Purpose Main dependencies
zaregoto-miko Rewrite text using the configured character-voice pattern None

Dependency notes

Required skill dependencies stay inside each plugin. The only cross-plugin relationship is optional: writing-assistant can use markdown-lint when Developer Workflows is also installed.

Several skills depend on local applications, CLI tools, APIs, MCP servers, or personal paths. Each SKILL.md documents its own prerequisites and fallback behavior.

Local development

Validate the Marketplace, plugin manifests, bundled skills, and repository contracts:

bash scripts/validate.sh

Preview synchronization into local Agent Skill directories:

./scripts/sync --dry-run

List the skills discovered by the skills CLI:

npx skills add . --list --full-depth

The Codex plugin layout follows the official plugin build documentation.

Resources

About

Agent skills collection | 我的 Agent 技能集

Resources

License

Stars

11 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors