Thanks to visit codestin.com
Credit goes to github.com

Skip to content

conduit8/conduit8

Repository files navigation

Conduit8

TypeScript npm downloads License Built on Cloudflare CI

Curated registry of agent capabilities for Claude Code. Install, manage, and discover in one command.

20+ Claude Skills available - Delivered as installable skills.

🚀 Quick Start

# Search available skills
npx conduit8 search skills

# Install a skill
npx conduit8 install skill pdf

# List installed skills
npx conduit8 list skills

# Remove a skill
npx conduit8 remove skill pdf

What is conduit8?

Discover and install agent capabilities for Claude Code without the GitHub hunt:

  • Better Discovery - Search by keyword, category, and usage stats
  • One-Command Install - Skills install directly to ~/.claude/skills/
  • Zero Config - Works immediately, no restart needed

How It Works

  1. Search - Browse 20+ skills: npx conduit8 search skills
  2. Install - Download to Claude Code: npx conduit8 install skill <name>
  3. Use - Available immediately, no restart needed
  4. Manage - List or remove anytime

Skills install to ~/.claude/skills/ and work automatically.

📦 Available Skills

20+ agent skills across multiple categories:

  • Content - Brand voice enforcement, email conversion, viral content
  • Data - CSV analysis, research synthesis
  • Development - Zero-to-production deployment, security auditing
  • Marketing - SEO optimization, landing pages
  • Business - Pitch deck psychology
  • Creative - Algorithmic art, canvas design, web app testing

All production-ready and tested.

🛠️ Development Setup

For Conduit8 maintainers only.

GitHub Packages Authentication

The monorepo uses @conduit8/core private package from GitHub Packages.

Setup:

  1. Create GitHub token with read:packages scope: https://github.com/settings/tokens/new
  2. Add to ~/.npmrc:
    //npm.pkg.github.com/:_authToken=YOUR_GITHUB_TOKEN
    Or set environment variable:
    export GITHUB_TOKEN=your_token_here

Package Access (Admin Only): If granting repo access to the package:

  1. Go to https://github.com/orgs/conduit8/packages/npm/core/settings
  2. Under "Manage Actions access" → Add Repository
  3. Add conduit8/conduit8 with Read permission

CI/CD Note:

  • ci.yml requires permissions: packages: read and GITHUB_TOKEN env var
  • Package must grant access to the repository for Actions to install dependencies

Environment Variables

CLI: Copy apps/cli/.env.example to apps/cli/.env

  • CONDUIT8_API_URL - Override API URL for local platform development

Web: Copy apps/web/.env.example to apps/web/.env.local

  • Required: VITE_BASE_URL, VITE_TURNSTILE_SITE_KEY
  • Optional (for production): VITE_SENTRY_DSN, SENTRY_AUTH_TOKEN, VITE_PUBLIC_POSTHOG_KEY

Build & Test

pnpm install
pnpm build
pnpm test
pnpm lint

🤝 Contributing

Coming Soon - Community contributions enabled in a future release.

Current registry:

  • Official Anthropic skills (algorithmic art, canvas design, web testing, MCP builder)
  • Conduit8 curated skills (brand voice, CSV analysis, SEO, security, more)

Future:

  • Submit your own skills
  • Get verified and featured
  • Help others discover your work

License

AGPL-3.0