.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/chaingraphlabs/chaingraph
home/skills/chaingraphlabs/chaingraph
chaingraphlabs avatar

chaingraphlabs/chaingraph

15 skills

View on GitHub
$npx skills add chaingraphlabs/chaingraph
SkillInstalls
chaingraph-conceptsCore ChainGraph domain concepts - flows, nodes, ports, edges, and execution. Use for ANY ChainGraph development to understand the fundamental abstractions.—dbos-patternsDBOS durable execution patterns and CRITICAL constraints for ChainGraph executor. Use when working on workflows, steps, execution, or any DBOS-related code.—effector-patternsEffector state management patterns and CRITICAL anti-patterns for ChainGraph frontend.—executor-architectureExecutor package architecture for ChainGraph flow execution engine.—frontend-architectureFrontend package architecture for ChainGraph visual flow editor.—optimistic-updatesOptimistic UI patterns for ChainGraph frontend. Use when working on real-time collaboration, port value updates, node position syncing, debouncing, echo…—port-systemDeep dive into ChainGraph port system - 9 port types, plugins, factory, transfer rules, and frontend rendering.—skill-authoringGuidelines for creating and organizing Claude Code skills for the ChainGraph project.—skill-maintenanceGuidelines for when and how to update Claude Code skills after codebase changes.—subscription-syncReal-time data synchronization patterns for ChainGraph frontend.—trpc-executionChainGraph execution tRPC layer for flow execution management. Use when working on packages/chaingraph-executor or apps/chaingraph-execution-api.—trpc-flow-editingChainGraph flow editing tRPC layer for visual flow editor operations. Use when working on apps/chaingraph-backend or packages/chaingraph-trpc/server.—trpc-patternstRPC framework patterns and best practices for type-safe APIs. Use when working with tRPC routers, procedures, subscriptions, middleware, or client setup.—types-architectureTypes package architecture for ChainGraph core definitions. THE foundation package for all development.—xyflow-patternsXYFlow integration patterns for ChainGraph visual flow editor.—