Plugin Claude Code
A collection of Claude Code tools that includes a plugin manager, a pytest-based QA workflow, and local scheduling.
Plugin Claude Code
A collection of Claude Code tools that includes a plugin manager, a pytest-based QA workflow, and local scheduling.
Instructions file
A set of Claude Code instructions for the fulin-claude-plugins repository, including its purpose, command routing, workflow rules, and plugin responsibilities.
Plugin Claude Code
A Claude Code status-line plugin that shows project, repository, model, usage, agents, skills, memory, and recent-edit information in the terminal.
Hook
Runs when the agent finishes a response, executing message-tracker.js via node. From abs1294/fulin-claude-plugins.
Hook
Runs when a subagent starts, executing subagent-tracker.js via node. From abs1294/fulin-claude-plugins.
Hook
Runs when a subagent finishes, executing subagent-tracker.js via node. From abs1294/fulin-claude-plugins.
Hook
Runs before the context is compacted, executing compact-monitor.js via node. From abs1294/fulin-claude-plugins.
Hook
Runs when you submit a prompt, before the agent sees it, executing message-tracker.js and summary-updater.js via node (2 commands). From abs1294/fulin-claude-plugins.
Hook
Runs after a tool call finishes for Write, Edit, CronCreate, CronDelete, ScheduleWakeup and Skill tool calls, executing file-tracker.js, cron-tracker.js and skill-tracker.js via node (3 commands). From abs1294/fulin-claude-plugins.
Skill Claude CodeCodex
A setting for choosing which rows appear in the cc-statusline, a status display shown by Claude Code, or for hiding the whole display.
Skill Claude CodeCodex
A setup procedure for connecting the cc-statusline status display to a settings.json file. The connection must be added manually because the plugin cannot set the main status line itself.
Plugin Claude Code
A local scheduling plugin that runs a prompt automatically after the five-hour quota resets and sends a LINE notification when it finishes or stops.
Skill Claude CodeCodex
A local scheduling skill for running a prompt after a usage quota resets. A quota is a limit on how much a service can be used during a set period.
Plugin Claude Code
A collection of tools for turning completed work into messages, test-report documents, or daily progress reports for other people.
Skill Claude CodeCodex
A tool for creating a work report from Claude Code session records. It groups the day's work by project and prepares a summary of completed and unfinished tasks for approval before emailing it.
Skill Claude CodeCodex
A process for writing a plain, practical delivery message for a batch of completed files, such as reports, spreadsheets, source data, or configuration files.
Skill Claude CodeCodex
A workflow for turning completed test results and their evidence into a DOCX test report for a project manager or customer to review and approve.
Plugin Claude Code
(adopt 自動建立,請用 /plugin-manager:update 補描述)skill fable-quote.
Skill Claude CodeCodex
A document-generation workflow for producing formal software-development quotations in the company’s existing DOCX format. DOCX is the editable document format used by Microsoft Word.
Plugin Claude Code
A Git commit process that stages changes, runs three parallel reviews, creates the commit, and pushes it. Git is the system used to track code changes.
Skill Claude CodeCodex
A Git commit workflow that stages changes, runs three parallel reviews, asks for confirmation of the commit message, then commits and pushes the result. Git is the version-control system used to track code changes.
Plugin Claude Code
A workflow rules engine that applies shared working routines to a project. It creates a project-specific setup under .claude/harness/ without replacing that setup when the plugin changes.
Skill Claude CodeCodex
A process for installing a general project-management harness—the rules for model scheduling, stop conditions, task assignment, and shared knowledge—into a project workspace.
Plugin Claude Code
A generator for Microsoft Project schedules in MSPDI XML format, the XML file format that Microsoft Project can import. It creates a two-level work breakdown structure with durations, resources, dependencies, and dates calculated from the dependency chain, plus an optional XLSX spreadsheet converter.