Use this skill immediately when the user needs to: set up markdownlint-cli2 and pre-commit hooks in a repository, fix or batch-repair markdownlint errors like MD013/MD040/MD060, configure .markdownlint.json rules, remove horizontal rules from markdown files while preserving YAML frontmatter, or run markdown format checking in a monorepo. Trigger on: markdownlint 报错, 设置 markdown lint, 格式化 markdown, 检查 md 格式, 设置 pre-commit, markdownlint error, MD013/MD040/MD060 violations. Do NOT use for general article proofreading, writing new markdown content, or YAML/JSON linting.
Use this skill to audit, review, or validate Claude Code skills (.md files in .claude/commands/). Invoke when user wants to check skill quality, cross-platform compatibility, cross-agent compatibility, prerequisite declarations, or description triggering accuracy. Triggers on: 审查 skill, review skill, 检查 skill 质量, skill 兼容性检查, validate skill, audit skill. This skill delegates structure validation to validate.sh, content quality to skill-creator, and handles compatibility auditing itself. Do NOT use for general code review, reviewing PRs, or reviewing CLAUDE.md.
Personal Codex and Claude Code workflows packaged as three general-purpose plugins and one author-only plugin. The same bundled skills remain discoverable through the skills CLI.
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.
Skills CLI:
npx skills add niracler/skill
Markdown linting and skill review workflows.
| Skill | Purpose | Main dependencies |
|---|---|---|
| markdown-lint | Configure and repair Markdown linting | Node.js, markdownlint-cli2 |
| skill-reviewer | Audit Agent Skill quality and compatibility | Built-in skill-creator |
Reusable Anki flashcard workflow.
| Skill | Purpose | Main dependencies |
|---|---|---|
| anki-card-generator | Generate atomic Anki cards | None |
Author-specific Chinese workflows for writing, blogging, and reporting.
| Skill | Purpose | Main dependencies |
|---|---|---|
| writing-assistant | Plan, review, and polish personal writing | Optional markdown-lint from Developer Workflows |
| 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 |
| weekly-report | Generate software-engineering weekly reports | Git, Node.js, Obsidian, Apple Calendar, Meegle CLI, GitLab MCP, GitHub CLI |
| Skill | Purpose | Main dependencies |
|---|---|---|
| zaregoto-miko | Rewrite text using the configured character-voice pattern | None |
The author-only Personal plugin can optionally use markdown-lint from Developer Workflows when reviewing writing.
Several skills depend on local applications, CLI tools, APIs, MCP servers, or personal paths. Each SKILL.md documents its own prerequisites and fallback behavior.
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.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub niracler/skill --plugin developer-workflowsBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Anki flashcard generation workflow
Author-specific writing, blogging, and reporting workflows
Author-specific writing, blogging, and reporting workflows
Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.
Open collection of AI agent skills — reusable, framework-agnostic SKILL.md packages
No description provided.
Agent Skills for improving SKILL.md files: mine repeated workflows from history, personalize and audit existing skills, or generalize personal skills for publication.
Skill and agent authoring tools: generate, audit, and improve Claude Code skills, commands, and agents