By whalyapp
Skills for working in the Whaly platform monorepo. Currently bundles the wlyctl resource-management workflow; more Whaly skills will be added to this same plugin over time.
A Claude Code plugin marketplace for Whaly engineering.
| Plugin | Contents |
|---|---|
whaly-tools | Skills for the Whaly platform monorepo. Currently: using-wlyctl (the wlyctl resource-management workflow). |
/plugin marketplace add whalyapp/claude-plugins
/plugin install whaly-tools@whaly
Skills are namespaced under the plugin, e.g. /whaly-tools:using-wlyctl.
Commit this into a repo's .claude/settings.json and everyone who opens the repo gets the plugin automatically:
{
"extraKnownMarketplaces": {
"whaly": {
"source": { "source": "github", "repo": "whalyapp/claude-plugins" },
"autoUpdate": true
}
},
"enabledPlugins": {
"whaly-tools@whaly": true
}
}
.claude-plugin/marketplace.json # marketplace manifest (lists plugins)
plugins/whaly-tools/
.claude-plugin/plugin.json # plugin manifest
skills/<name>/SKILL.md # one folder per skill
whaly-toolsDrop a new skills/<name>/SKILL.md into plugins/whaly-tools/skills/, bump version
in plugins/whaly-tools/.claude-plugin/plugin.json, and push. Installed users pick it
up on the next update — no re-install needed.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
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 whalyapp/claude-plugins --plugin whaly-toolsA growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC plugin for engineering teams - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.