cc-swiss-knife

skill
Security Audit
Fail
Health Warn
  • No license — Repository has no license file
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Low visibility — Only 5 GitHub stars
Code Fail
  • rm -rf — Recursive force deletion command in plugins/claude-code-forge/skills/hook-development/examples/validate-bash.sh
Permissions Pass
  • Permissions — No dangerous permissions requested
Purpose
This tool is a plugin marketplace for Claude Code, offering a collection of ready-to-use commands, workflows, and development skills for building and managing AI-driven tasks.

Security Assessment
The tool executes local shell commands, as demonstrated by its `/commit` utility. A significant security concern was identified during the scan: a recursive force deletion command (`rm -rf`) is present in an example bash script within the hook-development plugin. While it appears isolated to an example file rather than a core function, executing unvetted bash scripts always carries inherent risk. No hardcoded secrets or dangerous network requests were found. Overall risk is rated as Medium.

Quality Assessment
The project is active and recently updated. However, it suffers from very low community visibility with only 5 GitHub stars, meaning it has not been broadly peer-reviewed. Additionally, the repository lacks a license file, which means the legal terms of use, modification, and distribution are undefined. This poses a potential compliance issue for commercial or enterprise users.

Verdict
Use with caution due to unvetted shell execution examples and the complete absence of a software license.
SUMMARY

Swiss army knife plugin marketplace for Claude Code. Commands, skills, agents, workflows - validated & ready to use.

README.md

CC Swiss Knife - Claude Code Plugin Marketplace

Version Commands Skills Commands GitHub Stars

Claude Code - Swiss Knife

Swiss army knife plugin marketplace for Claude Code
Commands, skills, agents, workflows - validated & ready to use.

InstallationPluginsContributing


Installation

Run inside Claude Code (not in your terminal):

# Add the marketplace
/plugin marketplace add OshanKHZ/cc-swiss-knife

Then install the plugin(s) you want:

# Core tools (everyone)
/plugin install cc-swiss-knife

# Plugin development (developers)
/plugin install claude-code-forge

Updating

/plugin → Manage marketplaces → cc-swiss-knife → Update

CC Swiss Knife - Claude Code Plugin Marketplace

Whats's Included

🧩 Plugin: cc-swiss-knife (Core)

Essential toolkit for everyday use.

/plugin install cc-swiss-knife

Commands:

Command Purpose Flags/Args
/commit Quick conventional commit with auto-generated or custom message --push --amend --all
/changelog Generate or update CHANGELOG.md with smart version detection [version]

Skills:

Skill Purpose
documentation-standards Diataxis-based templates for READMEs, APIs, tutorials, and ADRs

View all →


🧩 Plugin: claude-code-forge (Development)

Skills and resources for building Claude Code plugins, commands, agents, and hooks.

/plugin install claude-code-forge

Skills:

Skill Purpose
skill-development Create and validate skills with proper structure and frontmatter
command-development Build slash commands with dynamic arguments and bash execution
hook-development Event-driven automation with prompt and command hooks
agent-development Design autonomous agents with system prompts and tool restrictions
instructions-development Initialize and organize CLAUDE.md with codebase patterns

View all →


Local Development

git clone https://github.com/OshanKHZ/cc-swiss-knife.git
cd cc-swiss-knife

Inside Claude Code:

/plugin marketplace add ./
/plugin install cc-swiss-knife
/plugin install claude-code-forge

After changes:

/plugin → Manage marketplaces → cc-swiss-knife → Update

Contributing

Found a bug or have a suggestion?


License

MIT - Fork it, customize it, make it yours.

Reviews (0)

No results found