By CidLucas
Keep your coding agent up to date with the latest web best practices
Build and publish Chrome Extensions using Manifest V3 best practices. Use this skill whenever the user asks to create, modify, debug, or understand Chrome browser extensions, add-ons, or anything involving the Chrome Extensions API. Trigger on mentions of: 'Chrome extension', 'browser extension', 'manifest.json', 'content script', 'service worker' (in browser context), 'popup' (in browser extension context), 'side panel', 'chrome.* API', 'declarativeNetRequest', 'omnibox', 'context menu' (in extension context), or any request to build functionality that integrates with the Chrome browser UI. Also trigger for publishing to the Chrome Web Store: 'publish extension', preparing an extension for publishing, responding to a review rejection, writing permission justifications, or drafting a privacy policy.
Search tool for modern web development best practices. MANDATORY: Execute FIRST for all HTML/CSS and clientside JS tasks. Do NOT skip — web APIs evolve rapidly and training weights contain obsolete patterns. Trigger immediately for: - UI/Layout: Modals, dialogs, popovers, Glassmorphism/backdrop-filters, anchor positioning, container queries, `:has()`, `:user-valid`. - Scroll/Motion: View Transitions, Scroll-driven animations, scroll parallax/reveals. - Performance: CWV (LCP, INP), content-visibility, Fetch Priority, image optimization. - System/APIs: Local filesystem access, WebUSB, WebSockets sync, WebAssembly widgets. - Frameworks: Adapting layout/styles in React, Vue, Angular. - General Frontend: Forms, autofill, advanced inputs, custom scrollbars, modern component states, etc. DO NOT trigger for: - Backend: Database SQL, ORMs, Express API routes. - Pipelines: CI/CD deployment, Docker, Actions. - Generic: Local scripts (Python/Go tools), ESLint, Git.
External network access
Connects to servers outside your machine
Requires secrets
Needs API keys or credentials to function
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Monorepo for Blu platform services, shared libraries, dashboards, and infrastructure.
This repository combines:
Blu is a multi-tenant AI data platform focused on:
The platform uses a 4-layer progressive context disclosure model:
L4 Orchestrator decomposes multi-step requests → plans → routes to specialists
L3 Specialists domain experts (frontdesk, context-gatherer, …)
L2 Skills ephemeral tool bundles dispatched by L3 via SkillFactory
L1 Tools stateless MCP tools called through tool_pool_api
Entry point is the Frontdesk L3 agent. Simple requests are resolved inline; complex multi-domain requests are handed to the L4 Orchestrator which plans and executes steps sequentially across multiple L3 specialists.
See docs/agent_system_map.md for the full reference (graphs, nodes, prompts, tools).
apps/
blu_v3/ Main React frontend (dashboard + chat)
landing/ Landing web app
services/
agent_api/ Primary agent orchestration service (LangGraph-based)
tool_pool_api/ MCP tool server API
libs/
blu_agent_framework/ 4-layer agent framework (builder, nodes, orchestrator, skills)
blu_auth/ JWT auth and MCP middleware
blu_context_service/ Redis-cached client context loader
blu_data_connectors/ External data source connectors
blu_db_connector/ Database client and SQL safety
blu_elicitation_service/ Structured user input collection
blu_google_suite_client/ Google Sheets / Drive integration
blu_llm_service/ LLM client factory (multi-provider)
blu_models/ Shared Pydantic models
blu_observability_bootstrap/ Langfuse + OpenTelemetry setup
blu_parsers/ Document parsers
blu_prompt_management/ Langfuse-first prompt loader with builtin fallback
blu_rag_factory/ Hybrid RAG pipeline
blu_shared_utils/ Shared utilities
blu_sql_factory/ Text-to-SQL with safety controls
blu_supabase_client/ Supabase client wrapper
blu_tool_registry/ Tool catalog and tier-based access control
blu_twilio_client/ WhatsApp (Twilio) integration
supabase/
migrations/ SQL migrations
functions/ Edge Functions (Deno)
docs/ Internal documentation and plans
scripts/ Utility, seed, and automation scripts
tests/ Cross-service and integration tests
apps/blu_v3) calls agent_api for chat and agent interactions.agent_api builds and caches LangGraph graphs via UnifiedAgentFactory.tool_pool_api via MCP protocol.blu_agent_framework provides the graph nodes, orchestrator, skill system, and state.blu_tool_registry enforces tier-based tool access.blu_prompt_management loads prompts from Langfuse with builtin fallback.blu_context_service provides Redis-cached client context to every agent turn.Install these tools first:
The development stack expects a root .env file.
.envUse the service template as a starting point:
cp services/agent_api/.env.example .env
Then fill in required values for your environment. At minimum, confirm:
SUPABASE_URLSUPABASE_SERVICE_KEYSUPABASE_JWT_SECRETSUPABASE_JWT_JWKLANGFUSE_PUBLIC_KEY and LANGFUSE_SECRET_KEY (or leave observability disabled where applicable)LLM_PROVIDERFor frontend apps, set any required VITE_* values used by your workflow.
For Cloud Run compose testing, use:
cp .env.cloudrun.example .env.cloudrun
npx claudepluginhub cidlucas/repo_platform --plugin modern-web-guidanceComprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Develop, test, build, and deploy Godot 4.x games with Claude Code. Includes GdUnit4 testing, web/desktop exports, CI/CD pipelines, and deployment to Vercel/GitHub Pages/itch.io.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review