Skip to content

ingli96/vibe_context

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vibe Context

A Claude Code Skills marketplace containing plugins with domain-specific Skills for building mini SaaS products.

What are Skills?

Skills are directories containing a SKILL.md file that teach Claude domain knowledge, workflows, and best practices. Claude automatically loads Skills when user requests match the skill's description.

Installation

Option 1: Plugin marketplace

/plugin marketplace add ingli96/vibe_context
/plugin install ai-engineer@vibe-context
/plugin install claude-skiller@vibe-context

Option 2: Git clone

git clone https://github.com/ingli96/vibe_context.git ~/.claude/skills/vibe-context

Available Plugins

claude-skiller

Meta-skill for creating new Claude Code Skills with proper structure and best practices.

Skills:

  • skill-creator - Scaffolds new Skills, explains structure, helps troubleshoot existing Skills
  • project-planning - Creates comprehensive plan.md files with tasks, acceptance criteria, and architecture decisions

ai-engineer

Skills for AI/LLM development including API patterns and observability.

Skills:

  • openai-api - OpenAI Responses API (GPT-5.4 family), structured output, async pipelines
  • google-image - Google image generation with Nano Banana 2 and Nano Banana Pro
  • llm-tracing - LLM observability with Langfuse SDK v4 and OpenTelemetry

integrations

Third-party service integrations (coming soon): Supabase, Stripe, Sentry, Vercel.

Repository Structure

vibe-context/
├── .claude-plugin/
│   └── marketplace.json      # Plugin registry
├── plugins/
│   ├── ai-engineer/
│   │   └── skills/
│   │       ├── openai-api/
│   │       ├── google-image/
│   │       └── llm-tracing/
│   ├── claude-skiller/
│   │   └── skills/
│   │       ├── skill-creator/
│   │       └── project-planning/
│   └── integrations/
│       └── skills/
└── CLAUDE.md                 # Project instructions

Adding a New Skill

  1. Create directory: plugins/<plugin-name>/skills/<skill-name>/
  2. Create SKILL.md with required frontmatter:
    ---
    name: skill-name
    description: What it does. Use when [trigger keywords].
    ---
  3. Add skill path to the appropriate plugin in .claude-plugin/marketplace.json

Skill Naming Rules

  • Max 64 characters
  • Lowercase letters, numbers, hyphens only
  • Cannot contain "anthropic" or "claude"
  • Prefer gerund form: processing-pdfs, generating-commits

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors