By Fly-onlyone
Enhanced /init command, reusable skills (commit, commit-push, debug, Excel, Sentry, improve-instruction, merge-worktree, merge-worktree-no-commit, fetch-notion-tasks, obsidian-init, remove-deadcode, rewrite-history, setup-permission), and Windows toast notifications.
This skill should be used when the user wants to commit AND push changes automatically without any confirmation prompts. Fully autonomous: stages, commits, and pushes. ACTION TRIGGERS: - "commit and push", "push changes", "save and push", "quick commit" - "push it", "ship it", "send it", "push everything" - "auto commit", "just push", "commit push" NATURAL LANGUAGE PATTERNS: - "commit and push" + code/changes context - "push" + all/everything/changes - "ship it" / "send it up" / "push it up" - "quick commit and push"
This skill should be used when the user wants to commit code changes to git and optionally push to a remote. ACTION TRIGGERS: - "commit", "git commit", "commit this", "commit my work" - "save changes", "create a commit", "conventional commit" NATURAL LANGUAGE PATTERNS: - "commit" + code/changes context - "save my changes" / "commit what I have" - "done, commit" / "looks good, commit" NOTE: For "commit and push" or "push changes", use the commit-push skill instead.
Use when the user encounters bugs, errors, crashes, or unexpected behavior. ACTION TRIGGERS: - "debug", "fix bug", "fix error", "troubleshoot", "investigate error" - "not working", "broken", "crashed", "why is this failing" - "trace the error", "find the bug", "root cause" NATURAL LANGUAGE PATTERNS: - "I'm getting" + error/exception/traceback - "help me debug" / "help me fix" - "here's the error" / "here's the log" - "the log says" / "the output shows" PROACTIVE TRIGGERS (fire even without explicit debug request): - User pastes error messages, stack traces, tracebacks, or error logs - User pastes log lines with ERROR, FATAL, Exception, Traceback, panic - User reports HTTP errors, DB errors, test failures, or compile errors - User describes symptoms: "returns null", "blank page", "hangs", "freezes"
This skill should be used when the user wants to WRITE, FORMAT, STYLE, or DESIGN Excel files. FILE-BASED TRIGGERS (highest priority): - Any mention of ".xlsx" or ".xls" files WITH edit/create intent - "the excel file", "this excel" + modification context ACTION TRIGGERS: - EDIT: "edit excel", "modify spreadsheet", "update cells", "change values" - CREATE: "create excel", "new spreadsheet", "make xlsx", "build a table" - FORMAT: "format excel", "style cells", "add colors", "professional formatting", "beautify spreadsheet", "eye-catching", "modern look" - STRUCTURE: "add worksheet", "merge cells", "add chart", "pivot table", "add rows", "delete columns", "insert data", "freeze panes" - ORGANIZE: "reorganize excel", "restructure spreadsheet", "clean up excel", "sort spreadsheet", "rearrange columns" NATURAL LANGUAGE PATTERNS: - "make the excel" + improvement verb - "add" / "change" / "update" + excel/spreadsheet context - File path ending in .xlsx or .xls + modification request
This skill should be used when the user wants to VIEW, ANALYZE, or EXTRACT data from Excel files. FILE-BASED TRIGGERS (highest priority): - Any mention of ".xlsx" or ".xls" files WITH read intent - "the excel file", "this excel", "my spreadsheet" + viewing context ACTION TRIGGERS: - "read excel", "open xlsx", "view spreadsheet" - "show excel data", "what's in the excel", "display spreadsheet" - "check the excel", "look at the spreadsheet" - "analyze spreadsheet", "extract data from excel" - "count rows", "find values", "list worksheets" - "summarize the excel", "what sheets are there" - "parse excel", "import from excel", "convert excel to" NATURAL LANGUAGE PATTERNS: - "show me" + excel/spreadsheet - "what does the excel contain" - "read" + file path ending in .xlsx or .xls
Matches all tools
Hooks run on every tool call, not just specific ones
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 claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code plugin for project initialization, reusable skills, and Windows toast notifications.
/init command — Creates or enhances CLAUDE.md and .claude/rules/ with intelligent gap analysis.
package.json, pyproject.toml, Cargo.toml, go.mod, etc.).commit — Conventional commits (asks before push)commit-push — Autonomous commit + pushdebug-code — Guided debugging workflowexcel-read / excel-edit — Read, analyze, write, and style .xlsx filesimprove-instruction — Audit and trim CLAUDE.md / rule filesmerge-worktree — Merge and clean up git worktrees (auto-commits dirty WIP)merge-worktree-no-commit — Land worktree changes via stash, leaving WIP uncommittedfetch-notion-tasks — Notion task retrieval, description rewriting, and parallel execution across one worktree per taskobsidian-init — Scaffold an Obsidian vault that documents a codebase as atomic, graph-linked notesremove-deadcode — Systematic dead-code detectionrewrite-history — Edit old commit messages via git-filter-reposentry-deploy — Deploy and configure Sentry error trackingsetup-permission — Generate Claude Code permission rulesStop) or needs permission (PermissionRequest).Settings live in qingyi.local.md (YAML frontmatter) at two levels:
| Scope | Path | Precedence |
|---|---|---|
| Global | ~/.claude/qingyi.local.md | Fallback |
| Project | <project>/.claude/qingyi.local.md | Overrides global |
| Setting | Default | Purpose |
|---|---|---|
excel_runner | python | Python command prefix for Excel skills |
See templates/qingyi.local.md for the full template.
CLAUDE.md — Full plugin architecture, command internals, template reference, and development guide..claude-plugin/plugin.json — Plugin manifest..claude-plugin/marketplace.json — Marketplace definition.GPL-3.0 — see LICENSE.
npx claudepluginhub fly-onlyone/qingyi --plugin qingyiInteractive setup wizard for configuring any repository with Claude Code best practices, based on Boris Cherny's workflow
Commands for loading context and priming Claude for specific tasks
A Claude Code guide — skills for interactive onboarding and Q&A on setup, best practices, automation, and effective workflows
Editorial "Essentials" bundle for Claude Code from Antigravity Awesome Skills.
Analyze Claude Code agent session transcripts to identify inefficiencies, anti-patterns, repeated mistakes, missing tooling opportunities, and user frustration signals for continuous improvement
Automatic context engineering — observes your coding sessions and generates rules, suggestions, skills, and hooks so Claude gets smarter on your codebase over time