style-pack
v1.4.2The founder's cross-project 撰寫法: a language-neutral 母法 (S1–S16) plus Dart, C# and JS language files, printed by `style-pack` for any reviewer to grade a diff against.
By KaiLicense: MIT0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install style-pack for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install style-pack@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/kai-tw/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/style-pack/.
Plugin files
├── .claude-plugin/plugin.json└── skills/style-pack/SKILL.md
Included Skills1
The founder's cross-project 撰寫法 — 母法 S1–S16 (`rules/index.md`) with Dart / C# / JS language files. `style-pack --paths <changed files>` prints the rules a diff is graded against; reviewers cite `S<N>.k` verbatim. To add or change a rule, read `rules/CONVENTIONS.md` first (立法程序與體例). TRIGGER: which style rule · 撰寫法 · S6 · add a style rule
Plugin manifests1
{
"$schema": "https://anthropic.com/claude-code/plugin.schema.json",
"name": "style-pack",
"version": "1.4.2",
"description": "The founder's cross-project 撰寫法: a language-neutral 母法 (S1–S16) plus Dart, C# and JS language files, printed by `style-pack` for any reviewer to grade a diff against.",
"author": {
"name": "Kai",
"url": "https://github.com/kai-tw"
},
"homepage": "https://github.com/kai-tw/claude-plugins/tree/main/plugins/style-pack",
"license": "MIT",
"keywords": [
"code-style",
"review",
"dart",
"csharp",
"javascript"
],
"skills": [
"./skills/style-pack"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[style-pack on Agent Plugins Marketplace](https://pluginsmp.com/plugins/style-pack)