Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By constellos
Validate .claude plugin folder structures and rules YAML on writes/edits/bash ops, enforce npm/yarn/pnpm via lockfiles, inject CLAUDE.md project context for discovery, auto-mkdirs, run TSX via npx, and guide Feature-Sliced Design implementation with custom views layer in Next.js apps.
npx claudepluginhub constellos/claude-code --plugin project-contextExecutes bash commands
Hook triggers when Bash tool is used
Modifies files
Hook triggers on file write and edit operations
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Hand off context to any AI coding agent. Creates comprehensive handoff documents that capture the current task, progress, modified files, and all relevant context needed to seamlessly continue work in any AI assistant (Claude Code, Cursor, Copilot, Aider, etc.).
Context-driven development framework that enables structured lifecycle for software projects: Context → Spec & Plan → Implement
GitHub Spec-Kit integration for Specification-Driven Development - define WHAT and HOW before coding
Claude + Obsidian knowledge companion. Sets up a persistent, compounding wiki vault (Karpathy's LLM Wiki pattern). v1.7 "Compound Vault" + v1.8 methodology modes close 5 of 5 priority gaps from the May 2026 compass artifact. Ships: substrate alignment with kepano/obsidian-skills, default Obsidian CLI transport, hybrid retrieval (contextual prefix + BM25 + cosine rerank per Anthropic's Sept 2024 research), per-file advisory locking for multi-writer safety, pre-commit verifier agent, AND methodology modes (LYT / PARA / Zettelkasten / Generic) for first-class organizational support no other Claude+Obsidian competitor offers. v1.7.x audit closure: every BLOCKER + HIGH + MEDIUM + LOW finding from the v1.7.0 audit is CLOSED or DEFERRED-with-rationale. Optional DragonScale Memory extension (log folds, deterministic addresses, semantic tiling lint, boundary-first autoresearch).
Complete AI coding workflow system. Self-correcting memory + persistent FTS5-indexed research wikis + auto-research loop + multi-LLM council on a single SQLite store. 33 skills, 8 agents, 22 commands, 37 hook scripts across 24 events. Cross-agent via SkillKit.
Make your AI agent code with your project's architecture, rules, and decisions.
Next.js, Supabase, and AI SDK development utilities
Core task execution logging and transcript utilities for all Claude Code sessions
GitHub workflow orchestration with branch context, commit enhancement, and CI management
A curated marketplace of plugins that extend Claude Code with typed hooks for development workflows. This repository provides both ready-to-use plugins and shared TypeScript utilities for creating your own.
This marketplace contains three production-ready plugins designed for modern development workflows:
All plugins leverage shared TypeScript utilities for consistent behavior, comprehensive type safety, and automatic logging. Hooks are self-executable TypeScript files with full type definitions.
.claude/settings.json:{
"extraKnownMarketplaces": {
"constellos": {
"source": {
"source": "directory",
"path": "./.claude-plugin"
}
}
}
}
claude plugin install github-orchestration@constellos
claude plugin install nextjs-supabase-ai-sdk-dev@constellos
claude plugin install project-context@constellos
Or enable them in your settings:
{
"enabledPlugins": {
"github-orchestration@constellos": true,
"nextjs-supabase-ai-sdk-dev@constellos": true,
"project-context@constellos": true
}
}
github-orchestration)Purpose: Comprehensive GitHub workflow orchestration for issue-driven development with automatic context discovery and commit enhancement.
Key Features:
Hooks:
install-github.ts) - Installs GitHub CLI (non-blocking)add-github-context.ts) - Displays branch issue context and sync status (non-blocking)sync-plan-to-issue.ts) - Syncs plan files to GitHub issues (non-blocking)enhance-commit-context.ts) - Enriches commits with task metadata (non-blocking)commit-task.ts) - Auto-commits agent work (non-blocking)commit-session-check-pr-status.ts) - Session commit and PR checks (progressive blocking)Use Cases:
Documentation: plugins/github-orchestration/README.md
nextjs-supabase-ai-sdk-dev)Purpose: Enforces code quality through automated checks at both file and project levels for Next.js, Supabase, and AI SDK projects.
Key Features:
Hooks:
install-vercel.ts, install-supabase.ts) - CLI installation (non-blocking)log-task-call.ts) - Task context logging (non-blocking)log-task-result.ts) - Task result logging (non-blocking)encourage-ui-review.ts) - UI review encouragement (non-blocking)check-file-eslint.ts) - ESLint on files (non-blocking, informational)check-file-types.ts) - TypeScript on files (non-blocking, informational)check-file-tsdoc.ts) - TSDoc validation (non-blocking, informational)check-file-vitest-results.ts) - Test execution (non-blocking, informational)check-global-eslint.ts) - Project-wide ESLint (blocking)check-global-types.ts) - Project-wide TypeScript (blocking)check-global-vitest-results.ts) - Full test suite (blocking)