
Research
/Security News
Trivy Under Attack Again: Widespread GitHub Actions Tag Compromise Exposes CI/CD Secrets
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.
@claude-collective/cli
Advanced tools
CLI for managing Claude Collective skills, stacks, and agents for Claude Code
the CLI for working with Claude Collective skills. it's the entry point for everything: installing skills, creating stacks, and creating custom skills and subagents
npx @claude-collective/cli init
Claude Code is okay out of the box, but it doesn't know your stack. the skills repository has 80+ in-depth modules covering react, hono, drizzle, posthog, and a lot more. each skill is atomic, comprehensive, and composable into agents and stacks
the CLI is how you work with all of it:
# run the wizard - picks skills, sets up agents
npx @claude-collective/cli init
# or install globally
npm install -g @claude-collective/cli
requires node 18+ and Claude Code.
cc init # interactive setup - pick skills, configure agents
cc edit # modify your skill selection
cc compile # recompile agents after changes
cc list # show what's installed
cc config # manage settings
cc validate # check your setup is correct
cc new skill # create a custom skill
cc new agent # create a custom agent
cc import skill # import a skill from a remote source
cc update # update local skills from source
cc uninstall # remove Claude Collective from project
cc doctor # diagnose setup issues
cc eject # eject skills/agent partials for customization
cc build marketplace # generate marketplace.json
cc build plugins # build plugins
cc build stack # build stacks
cc version # show/manage versions
cc diff # show skill differences
cc search # search for skills
cc info # show skill information
cc outdated # check outdated skills
a skill is focused knowledge for one technology. not surface-level docs but actual patterns, edge cases, the things you'd normally have to explain repeatedly
skills live in the claude-collective/skills repository, organized by category:
| category | what's there |
|---|---|
| web | react, vue, angular, solidjs, next.js, remix, nuxt, scss-modules, cva, zustand, pinia, ngrx-signalstore, jotai, react-query, swr, trpc, graphql, react-hook-form, zod, shadcn-ui, radix-ui, tanstack-table, vitest, playwright, cypress, msw, framer-motion, storybook, accessibility |
| api | hono, express, fastify, drizzle, prisma, better-auth, posthog, resend, axiom+pino+sentry, github-actions |
| mobile | react-native, expo |
| cli | commander, oclif, yargs, clack, inquirer, ink |
| infra | turborepo, tooling, env config |
| meta | code reviewing, research methodology, investigation requirements, anti-over-engineering, context management |
stacks bundle skills together with pre-configured agents. instead of picking 20 skills individually, grab a stack that matches your setup:
each stack includes agents like web-developer, api-developer, web-reviewer, web-tester, web-researcher, pattern-scout, documentor - roles that use the right skills for the job.
as a plugin (recommended for personal use):
cc init
# interactive wizard lets you choose: plugin mode, local mode, or marketplace setup
# plugin mode installs to ./.claude/plugins/claude-collective/
locally in your project (for team sharing):
cc init
# select "local" mode in the wizard
# installs to ./.claude/ in your repo
your own marketplace (for orgs):
cc init
# select "marketplace" mode in the wizard
# scaffolds a marketplace you can customize and host
if the existing skills don't cover what you need:
cc new skill my-custom-skill
this scaffolds the structure. a skill is just markdown with examples - no special tooling required.
MIT
FAQs
CLI for managing Claude Collective skills, stacks, and agents for Claude Code
The npm package @claude-collective/cli receives a total of 3 weekly downloads. As such, @claude-collective/cli popularity was classified as not popular.
We found that @claude-collective/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Attackers compromised Trivy GitHub Actions by force-updating tags to deliver malware, exposing CI/CD secrets across affected pipelines.

Security News
ENISA’s new package manager advisory outlines the dependency security practices companies will need to demonstrate as the EU’s Cyber Resilience Act begins enforcing software supply chain requirements.

Research
/Security News
We identified over 20 additional malicious extensions, along with over 20 related sleeper extensions, some of which have already been weaponized.