skills
Health Warn
- No license — Repository has no license file
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Community trust — 19 GitHub stars
Code Pass
- Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
- Permissions — No dangerous permissions requested
This project is a library of over 100 specialized skills and commands designed to extend AI coding agents like Claude Code, OpenAI Codex, and Cursor. It provides pre-built markdown instructions to help automate specific developer workflows and domain tasks.
Security Assessment
The overall risk is Low. The automated code scan reviewed 12 files and found no dangerous patterns, no hardcoded secrets, and no dangerous permission requests. Because this tool primarily consists of markdown files and workflow instructions rather than executable software, the standard risks are naturally minimized. However, the installation process relies on running `npx` commands, which inherently executes remote shell scripts. Users should always review exactly what the `npx skills` package manager does before running global installations on their local machines.
Quality Assessment
The project is actively maintained, with its most recent push occurring today. It has earned 19 GitHub stars, indicating a small but growing level of community trust. The main drawback is the complete absence of a license file. Without a defined license, the code and content technically remain under exclusive copyright, meaning developers do not have legal permission to use, modify, or distribute the skills in their own projects.
Verdict
Use with caution: the code itself appears safe, but the lack of a proper license creates legal ambiguity regarding how you can actually use these skills.
Claude, Cursor, Codex skills and commands
Ship Shit Dev Library
100+ AI agent skills for indie developers. Works with Claude Code, OpenAI Codex, and Cursor.
Directory Structure
library/
├── skills/ # All skills (124 skills)
├── commands/ # All commands (35 commands)
├── bundles/ # Generated marketplace bundles
├── .agents/ # Library management (sessions, tasks)
│ └── SYSTEM/ # Library documentation
└── scripts/ # Scaffolding, validation scripts
What's Included
- Skills: Specialized agent capabilities for specific domains (e.g.,
stripe-implementer,mongodb-migration-expert) - Commands: Workflow commands for structured tasks (e.g.,
code-review,deploy,mvp-plan) - Documentation: Platform-specific adaptations and management guides
- Scripts: Tooling for syncing, validation, and generation
Installation
Quick Install (Recommended)
# Install all skills globally — pick your agents
npx skills add shipshitdev/library -g --agent claude-code cursor codex openclaw --skill '*' -y
# Install specific skills
npx skills add shipshitdev/library -g --skill stripe-implementer -y
# List available skills
npx skills add shipshitdev/library --list
Do NOT use
--all— it installs to every agent the CLI knows about (30+).
Always use--agentto target only the agents you use.
Project-local Install
npx skills add shipshitdev/library --agent claude-code cursor
Claude Code Plugin (Alternative)
/plugin marketplace add shipshitdev/library
/plugin install shipshitdev-startup@shipshitdev # or any category bundle
For Contributors
Clone the repo and use the CLI to install:
git clone https://github.com/shipshitdev/library.git ~/shipshitdev-library
cd ~/shipshitdev-library
npx skills add . -g --agent claude-code cursor codex openclaw --skill '*' -y
After making changes, reinstall to update:
npx skills add shipshitdev/library -g --agent claude-code cursor codex openclaw --skill '*' -y
Adding Skills & Commands
Adding a Skill
- Create directory in
skills/skill-name/ - Add
SKILL.mdwith YAML frontmatter - Update this README
mkdir -p skills/my-skill
touch skills/my-skill/SKILL.md
Adding a Command
- Create
.mdfile incommands/ - Follow naming:
{verb}-{noun}.md - Update this README
Documentation
.agents/SYSTEM/ARCHITECTURE.md- .agent folder structure explained.agents/SYSTEM/AI-DEV-LOOP.md- The /loop autonomous workflow.agents/SYSTEM/PLATFORM-ADAPTATIONS.md- Claude vs Codex vs Cursor differences.agents/SYSTEM/SKILL-MANAGEMENT.md- Syncing skills across platforms
Commands
| Command | Description | Cursor |
|---|---|---|
| analyze-codebase | Codebase analysis | analyze-codebase |
| api-test | API test generation | api-test |
| bug | Bug capture workflow | bug |
| check-domain | Domain name generator & availability checker | check-domain |
| clean | Cleanup workflow | clean |
| code-review | Code review | code-review |
| db-setup | MongoDB/Redis setup | db-setup |
| de-slop | Clean AI code artifacts | de-slop |
| deploy | Deployment workflows | deploy |
| docs-generate | Documentation generation | docs-generate |
| docs-update | Documentation updates | docs-update |
| end | End session | end |
| env-setup | Environment variables | env-setup |
| inbox | Process inbox items | inbox |
| launch | Launch workflow | launch |
| migrate | Database migrations | migrate |
| monitoring-setup | Sentry/Analytics setup | monitoring-setup |
| mvp-plan | MVP planning | mvp-plan |
| new-cmd | Create new commands | new-cmd |
| new-session | Create session files | new-session |
| optimize-prompt | Prompt optimization | optimize-prompt |
| performance | Performance analysis | performance |
| quick-fix | Quick fixes | quick-fix |
| refactor-code | Code refactoring | refactor-code |
| review-pr | PR review | review-pr |
| scaffold | Project scaffolding | scaffold |
| security-audit | Security audit | security-audit |
| start | Start session | start |
| task | Task management | task |
| test | Test tracking | test |
| validate | Validation workflow | validate |
Skills
| Skill | Description | Install |
|---|---|---|
| accessibility | WCAG 2.1 AA compliance for React/Next.js | npx skills add shipshitdev/library --skill accessibility |
| advanced-evaluation | LLM-as-a-Judge evaluation techniques | npx skills add shipshitdev/library --skill advanced-evaluation |
| agent-browser | Browser automation for testing & scraping | npx skills add shipshitdev/library --skill agent-browser |
| agent-folder-init | Initialize .agents/ folder structure | npx skills add shipshitdev/library --skill agent-folder-init |
| ai-dev-loop | Autonomous AI development workflow | npx skills add shipshitdev/library --skill ai-dev-loop |
| ai-loading-ux | AI loading & progress indicator UX | npx skills add shipshitdev/library --skill ai-loading-ux |
| analytics-expert | Content analytics & metrics | npx skills add shipshitdev/library --skill analytics-expert |
| api-design-expert | RESTful API design & OpenAPI docs | npx skills add shipshitdev/library --skill api-design-expert |
| artifacts-builder | Multi-component claude.ai artifacts | npx skills add shipshitdev/library --skill artifacts-builder |
| aws-infrastructure | AWS EC2/VPC/ALB infrastructure setup | npx skills add shipshitdev/library --skill aws-infrastructure |
| biome-validator | Validate Biome 2.3+ configuration | npx skills add shipshitdev/library --skill biome-validator |
| brand-architect | Brand strategy & identity development | npx skills add shipshitdev/library --skill brand-architect |
| brand-name-generator | Creative brand & product naming | npx skills add shipshitdev/library --skill brand-name-generator |
| bun-validator | Validate Bun workspace configuration | npx skills add shipshitdev/library --skill bun-validator |
| business-model-auditor | Stress test business models | npx skills add shipshitdev/library --skill business-model-auditor |
| business-operator | Multi-business operations management | npx skills add shipshitdev/library --skill business-operator |
| changelog-generator | Auto-generate changelogs from git | npx skills add shipshitdev/library --skill changelog-generator |
| channel-validator | Validate marketing channels | npx skills add shipshitdev/library --skill channel-validator |
| clerk-validator | Validate Clerk auth configuration | npx skills add shipshitdev/library --skill clerk-validator |
| cofounder-evaluator | Evaluate potential co-founders | npx skills add shipshitdev/library --skill cofounder-evaluator |
| comment-mode | Granular feedback without rewriting | npx skills add shipshitdev/library --skill comment-mode |
| competitive-intelligence-analyst | Competitor analysis & monitoring | npx skills add shipshitdev/library --skill competitive-intelligence-analyst |
| component-library | React/Next.js component architecture | npx skills add shipshitdev/library --skill component-library |
| constraint-eliminator | Remove customer friction points | npx skills add shipshitdev/library --skill constraint-eliminator |
| content-creator | Newsletters & tweets in your voice | npx skills add shipshitdev/library --skill content-creator |
| content-script-developer | Browser extension content scripts | npx skills add shipshitdev/library --skill content-script-developer |
| context-degradation | Diagnose & mitigate context issues | npx skills add shipshitdev/library --skill context-degradation |
| context-fundamentals | Context mechanics for agent systems | npx skills add shipshitdev/library --skill context-fundamentals |
| context-optimization | Extend effective context capacity | npx skills add shipshitdev/library --skill context-optimization |
| copy-validator | Validate sales copy & landing pages | npx skills add shipshitdev/library --skill copy-validator |
| copywriter | Brand voice & conversion copywriting | npx skills add shipshitdev/library --skill copywriter |
| cto-advisor | Technical leadership guidance | npx skills add shipshitdev/library --skill cto-advisor |
| design-consistency-auditor | Design system consistency audit | npx skills add shipshitdev/library --skill design-consistency-auditor |
| devcontainer-setup | VS Code devcontainer with Docker | npx skills add shipshitdev/library --skill devcontainer-setup |
| docker-expert | Docker & docker-compose patterns | npx skills add shipshitdev/library --skill docker-expert |
| docs | Technical documentation creation | npx skills add shipshitdev/library --skill docs |
| early-hiring-advisor | Early-stage hiring guidance | npx skills add shipshitdev/library --skill early-hiring-advisor |
| ec2-backend-deployer | Deploy backends to EC2 with CI/CD | npx skills add shipshitdev/library --skill ec2-backend-deployer |
| email-finder | Find email addresses for contacts | npx skills add shipshitdev/library --skill email-finder |
| error-handling-expert | Error handling patterns & strategies | npx skills add shipshitdev/library --skill error-handling-expert |
| evaluation | Agent evaluation frameworks | npx skills add shipshitdev/library --skill evaluation |
| execution-accelerator | Unblock decisions & execution | npx skills add shipshitdev/library --skill execution-accelerator |
| execution-validator | Validate launch plans & execution | npx skills add shipshitdev/library --skill execution-validator |
| expert-architect | Build positioning & authority | npx skills add shipshitdev/library --skill expert-architect |
| expert-validator | Validate positioning & messaging | npx skills add shipshitdev/library --skill expert-validator |
| expo-architect | Scaffold Expo React Native apps | npx skills add shipshitdev/library --skill expo-architect |
| financial-operations-expert | Business finances & operations | npx skills add shipshitdev/library --skill financial-operations-expert |
| frontend-design | Production-grade frontend interfaces | npx skills add shipshitdev/library --skill frontend-design |
| fullstack-workspace-init | Full-stack monorepo scaffolding | npx skills add shipshitdev/library --skill fullstack-workspace-init |
| fundraise-advisor | Fundraising & pitch deck guidance | npx skills add shipshitdev/library --skill fundraise-advisor |
| funnel-architect | Design sales funnels | npx skills add shipshitdev/library --skill funnel-architect |
| funnel-validator | Validate existing sales funnels | npx skills add shipshitdev/library --skill funnel-validator |
| gh-address-comments | Address GitHub PR/issue comments | npx skills add shipshitdev/library --skill gh-address-comments |
| gh-fix-ci | Fix failing GitHub Actions CI | npx skills add shipshitdev/library --skill gh-fix-ci |
| git-safety | Scan & clean git history secrets | npx skills add shipshitdev/library --skill git-safety |
| html-style | Apply styling to barebones HTML | npx skills add shipshitdev/library --skill html-style |
| humanizer | Remove AI writing patterns | npx skills add shipshitdev/library --skill humanizer |
| husky-test-coverage | Husky hooks for test coverage | npx skills add shipshitdev/library --skill husky-test-coverage |
| idea-validator | Validate startup ideas (Hexa framework) | npx skills add shipshitdev/library --skill idea-validator |
| incremental-fetch | Resilient API data pipelines | npx skills add shipshitdev/library --skill incremental-fetch |
| internal-comms | Internal communications templates | npx skills add shipshitdev/library --skill internal-comms |
| landing-page-vercel | Static landing pages for Vercel | npx skills add shipshitdev/library --skill landing-page-vercel |
| lead-channel-optimizer | Optimize lead generation channels | npx skills add shipshitdev/library --skill lead-channel-optimizer |
| leads-researcher | Research leads & prospects | npx skills add shipshitdev/library --skill leads-researcher |
| linter-formatter-init | Set up Biome or ESLint + Prettier | npx skills add shipshitdev/library --skill linter-formatter-init |
| market-sizer | Calculate TAM/SAM/SOM market size | npx skills add shipshitdev/library --skill market-sizer |
| mcp-builder | Build MCP servers for LLMs | npx skills add shipshitdev/library --skill mcp-builder |
| memory-systems | Memory architectures for agents | npx skills add shipshitdev/library --skill memory-systems |
| micro-landing-builder | Config-driven NextJS landing pages | npx skills add shipshitdev/library --skill micro-landing-builder |
| mongodb-atlas-checker | Verify MongoDB Atlas configuration | npx skills add shipshitdev/library --skill mongodb-atlas-checker |
| mongodb-migration-expert | MongoDB schema & migration guidance | npx skills add shipshitdev/library --skill mongodb-migration-expert |
| monitoring-setup | Sentry & Google Analytics setup | npx skills add shipshitdev/library --skill monitoring-setup |
| multi-agent-patterns | Multi-agent architecture design | npx skills add shipshitdev/library --skill multi-agent-patterns |
| mvp-architect | Scope MVPs & minimum features | npx skills add shipshitdev/library --skill mvp-architect |
| nestjs-queue-architect | BullMQ queue patterns for NestJS | npx skills add shipshitdev/library --skill nestjs-queue-architect |
| nestjs-testing-expert | NestJS testing patterns with Jest | npx skills add shipshitdev/library --skill nestjs-testing-expert |
| nextjs-validator | Validate Next.js 16 configuration | npx skills add shipshitdev/library --skill nextjs-validator |
| nextra-writer | Nextra documentation sites | npx skills add shipshitdev/library --skill nextra-writer |
| offer-architect | Create irresistible offers | npx skills add shipshitdev/library --skill offer-architect |
| offer-validator | Validate offers (Hormozi framework) | npx skills add shipshitdev/library --skill offer-validator |
| open-source-checker | Detect secrets & private info | npx skills add shipshitdev/library --skill open-source-checker |
| outbound-optimizer | Optimize cold outreach & sales | npx skills add shipshitdev/library --skill outbound-optimizer |
| package-architect | TypeScript packages in monorepos | npx skills add shipshitdev/library --skill package-architect |
| partnership-builder | Build revenue partnerships | npx skills add shipshitdev/library --skill partnership-builder |
| performance-expert | Performance optimization patterns | npx skills add shipshitdev/library --skill performance-expert |
| planning-assistant | Content planning & scheduling | npx skills add shipshitdev/library --skill planning-assistant |
| plasmo-extension-architect | Chrome MV3 extensions with Plasmo | npx skills add shipshitdev/library --skill plasmo-extension-architect |
| playwright-e2e-init | Playwright E2E testing setup | npx skills add shipshitdev/library --skill playwright-e2e-init |
| positioning-angles | Find unique marketing angles | npx skills add shipshitdev/library --skill positioning-angles |
| pricing-strategist | Pricing strategy & optimization | npx skills add shipshitdev/library --skill pricing-strategist |
| project-init-orchestrator | Orchestrate project initialization | npx skills add shipshitdev/library --skill project-init-orchestrator |
| project-scaffold | Cross-platform project scaffolding | npx skills add shipshitdev/library --skill project-scaffold |
| prompt-engineer | Prompt engineering for content | npx skills add shipshitdev/library --skill prompt-engineer |
| qa-reviewer | Review AI work for quality | npx skills add shipshitdev/library --skill qa-reviewer |
| quick-view | Generate HTML preview pages | npx skills add shipshitdev/library --skill quick-view |
| react-native-components | React Native 0.79.5 components | npx skills add shipshitdev/library --skill react-native-components |
| retention-engine | Reduce churn & increase retention | npx skills add shipshitdev/library --skill retention-engine |
| roadmap-analyzer | Analyze features against ICP | npx skills add shipshitdev/library --skill roadmap-analyzer |
| rules-capture | Detect & document coding rules | npx skills add shipshitdev/library --skill rules-capture |
| scale-validator | Validate business scalability | npx skills add shipshitdev/library --skill scale-validator |
| search-domain-validator | Validate domain availability | npx skills add shipshitdev/library --skill search-domain-validator |
| security-expert | OWASP Top 10 & app security | npx skills add shipshitdev/library --skill security-expert |
| serializer-specialist | JSON:API serialization patterns | npx skills add shipshitdev/library --skill serializer-specialist |
| session-documenter | Document session work automatically | npx skills add shipshitdev/library --skill session-documenter |
| shadcn-setup | shadcn/ui with Tailwind CSS v4 | npx skills add shipshitdev/library --skill shadcn-setup |
| skill-creator | Guide for creating new skills | npx skills add shipshitdev/library --skill skill-creator |
| spec-first | Spec → plan → execute workflow | npx skills add shipshitdev/library --skill spec-first |
| startup-icp-definer | Define ideal customer profile | npx skills add shipshitdev/library --skill startup-icp-definer |
| strategy-expert | Content strategy planning | npx skills add shipshitdev/library --skill strategy-expert |
| stripe-implementer | Stripe payments & subscriptions | npx skills add shipshitdev/library --skill stripe-implementer |
| support-systems-architect | Customer support system setup | npx skills add shipshitdev/library --skill support-systems-architect |
| table-filters | Optimal filtering UX for tables | npx skills add shipshitdev/library --skill table-filters |
| tailwind-validator | Validate Tailwind CSS v4 config | npx skills add shipshitdev/library --skill tailwind-validator |
| task-prd-creator | Task files & PRD creation | npx skills add shipshitdev/library --skill task-prd-creator |
| testing-cicd-init | Vitest & GitHub Actions CI/CD | npx skills add shipshitdev/library --skill testing-cicd-init |
| testing-expert | Testing strategies for React/NestJS | npx skills add shipshitdev/library --skill testing-expert |
| theme-factory | Theme toolkit for artifacts | npx skills add shipshitdev/library --skill theme-factory |
| tool-design | Design effective agent tools | npx skills add shipshitdev/library --skill tool-design |
| traffic-architect | Traffic strategy & Dream 100 | npx skills add shipshitdev/library --skill traffic-architect |
| traffic-validator | Validate traffic strategy | npx skills add shipshitdev/library --skill traffic-validator |
| workflow-automation | Content workflow automation | npx skills add shipshitdev/library --skill workflow-automation |
| workspace-performance-audit | Full-stack performance audits | npx skills add shipshitdev/library --skill workspace-performance-audit |
| x-algorithm-optimizer | Optimize X/Twitter for algorithm | npx skills add shipshitdev/library --skill x-algorithm-optimizer |
| youtube-video-analyst | Deconstruct YouTube videos | npx skills add shipshitdev/library --skill youtube-video-analyst |
Complementary Skills (External)
These external skill repositories complement this library. Install them separately when needed.
coreyhaines31/marketingskills
Tactical marketing execution: CRO, SEO, paid ads, and email sequences.
How it complements this library:
| This Library (Strategic) | coreyhaines31 (Tactical) |
|---|---|
| Hormozi/Brunson frameworks | CRO, SEO, ads execution |
offer-architect → Build offers |
page-cro → Optimize where offers live |
funnel-architect → Design funnels |
form-cro, email-sequence → Optimize steps |
traffic-architect → Plan traffic |
paid-ads, programmatic-seo → Execute traffic |
expert-architect → Build positioning |
launch-strategy → Execute launches |
Install both for full coverage:
# Strategic frameworks (this library)
npx skills add shipshitdev/library -g --skill '*' -y
# Tactical execution
npx skills add coreyhaines31/marketingskills -g --skill '*' -y
| Category | Skills |
|---|---|
| CRO | form-cro, page-cro, onboarding-cro, signup-flow-cro, popup-cro, paywall-upgrade-cro |
| SEO | programmatic-seo, seo-audit, schema-markup |
| Paid | paid-ads |
| Testing | ab-test-setup |
| email-sequence | |
| Launch | launch-strategy |
| Psychology | marketing-psychology (70+ mental models) |
| Ideas | marketing-ideas (140 tactics) |
Note: Skills can be enabled or disabled per project via
.claude/settings.json:{ "enabledPlugins": { "web-design-guidelines@vercel-labs": true, "static-analysis@trailofbits": true } }Use
/plugin menuto browse and toggle skills interactively.
vercel-labs/agent-skills
Frontend development and design guidelines.
| Category | Skill | Description |
|---|---|---|
| Frontend | react-best-practices | React/Next.js performance optimization patterns |
| web-design-guidelines | Review UI for Web Interface Guidelines compliance |
npx skills add vercel-labs/agent-skills -g --skill '*' -y
trailofbits/skills
Security auditing, smart contracts, and vulnerability analysis.
| Category | Skill | Description |
|---|---|---|
| Audit Lifecycle | fix-review | Verify fix commits address audit findings |
| Code Auditing | audit-context-building | Deep architectural context analysis |
| burpsuite-project-parser | Search and extract data from Burp Suite files | |
| differential-review | Security-focused code change review | |
| semgrep-rule-creator | Custom Semgrep rule creation | |
| sharp-edges | Identify error-prone APIs and footgun designs | |
| static-analysis | CodeQL, Semgrep, SARIF toolkit | |
| testing-handbook-skills | Fuzzers, sanitizers, coverage tools | |
| variant-analysis | Find similar vulnerabilities across codebases | |
| Development | ask-questions-if-underspecified | Clarify requirements before implementing |
| culture-index | Interpret Culture Index survey results | |
| Reverse Engineering | dwarf-expert | DWARF debugging format expertise |
| Smart Contracts | building-secure-contracts | Security toolkit for 6 blockchains |
| entry-point-analyzer | Identify state-changing entry points | |
| Verification | constant-time-analysis | Detect timing side-channels in crypto code |
| property-based-testing | Property-based testing for multiple languages | |
| spec-to-code-compliance | Specification compliance checker |
npx skills add trailofbits/skills -g --skill '*' -y
expo/skills
Official Expo skills for React Native development.
| Category | Skill | Description |
|---|---|---|
| UI | building-ui | Complete guide for building beautiful apps with Expo Router |
| building-native-ui | Native app development patterns | |
| Data | data-fetching | Network requests, React Query, caching, offline support |
| Deployment | deployment | iOS App Store, Play Store, web hosting |
| dev-client | Build and distribute development clients | |
| Infrastructure | api-routes | API routes in Expo Router with EAS Hosting |
| cicd-workflows | EAS workflow YAML files for CI/CD | |
| Setup | tailwind-setup | Tailwind CSS v4 with NativeWind v5 |
| upgrading-expo | SDK version upgrades and dependency fixes | |
| Advanced | use-dom | Run web code in webviews on native platforms |
How it complements this library:
| This Library | expo/skills |
|---|---|
expo-architect → Scaffold new apps |
Develop and maintain existing apps |
npx skills add expo/skills -g --skill '*' -y
sickn33/antigravity-awesome-skills
Massive community skill collection (610+ skills) covering nearly every development domain.
| Category | Example Skills |
|---|---|
| Frontend | react-patterns, nextjs-best-practices, tailwind-patterns, svelte, vue |
| Backend | nestjs-expert, django-pro, fastapi-pro, rails, golang-pro |
| Security | penetration-testing, vulnerability-scanner, malware-analyst, red-team |
| DevOps | kubernetes-architect, terraform-specialist, docker, gitops |
| AI/ML | rag-engineer, ml-engineer, prompt-engineering, langchain |
| Data | data-engineer, database-architect, redis-expert, postgresql |
| Testing | tdd-workflows, playwright, vitest, e2e-testing-patterns |
| Mobile | react-native-architecture, flutter-expert, ios-developer |
npx skills add sickn33/antigravity-awesome-skills -g --skill '*' -y
Other Community Repos
Smaller repos that provide focused skills:
| Repo | Skills | Install |
|---|---|---|
| vercel-labs/skills | find-skills | npx skills add vercel-labs/skills -g --skill '*' -y |
| vercel/turborepo | turborepo | npx skills add vercel/turborepo -g --skill '*' -y |
| resend/resend-skills | Email with Resend | npx skills add resend/resend-skills -g --skill '*' -y |
| resend/email-best-practices | Email best practices | npx skills add resend/email-best-practices -g --skill '*' -y |
| glebis/claude-skills | Claude utilities | npx skills add glebis/claude-skills -g --skill '*' -y |
| pproenca/dot-skills | General dev | npx skills add pproenca/dot-skills -g --skill '*' -y |
| lammesen/skills | Additional skills | npx skills add lammesen/skills -g --skill '*' -y |
| clawdbot/skills | Bot/automation | npx skills add clawdbot/skills -g --skill '*' -y |
| SpillwaveSolutions/running-marketing-campaigns-agent-skill | Marketing campaigns | npx skills add SpillwaveSolutions/running-marketing-campaigns-agent-skill -g --skill '*' -y |
How Skills Adapt to Projects
Skills are adaptive - they scan project documentation to understand:
- Project architecture and structure
- Brand voice and tone
- Existing patterns and conventions
- Terminology and style
If a project has its own skill, the generic skill will collaborate with or defer to it.
Publishing & CI/CD
When you push to master, GitHub Actions automatically regenerates the bundles/ directory to keep marketplace plugins in sync with skills.
Claude Marketplace
Users install directly from GitHub:
# Add the marketplace
/plugin marketplace add shipshitdev/library
# Install category bundles
/plugin install shipshitdev-startup@shipshitdev
/plugin install shipshitdev-testing@shipshitdev
/plugin install shipshitdev-frontend@shipshitdev
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found