Synaptic-Labs-AI/PACT-Plugin

Claude Code Agentic Harness

71Stars on the repository
59Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

n8n-code-javascript

01

Synaptic-Labs-AI/PACT-Plugin

Skill Claude CodeCodex

Part of pact-plugin

Write JavaScript code in n8n Code nodes. Use when writing JavaScript in n8n, using $input/$json/$node syntax, making HTTP requests with $helpers, working with dates using DateTime, troubleshooting Code node errors, or choosing between Code node modes.

71 3d ago A 63 tokens original MIT

n8n-code-python

02

Synaptic-Labs-AI/PACT-Plugin

Skill Claude CodeCodex

Part of pact-plugin

Write Python code in n8n Code nodes. Use when writing Python in n8n, using input/json/node syntax, working with standard library, or need to understand Python limitations in n8n Code nodes.

71 3d ago A 52 tokens copy · 86% MIT

Synaptic-Labs-AI/PACT-Plugin

Skill Claude CodeCodex

Part of pact-plugin

Validate n8n expression syntax and fix common errors. Use when writing n8n expressions, using {{}} syntax, accessing $json/$node variables, troubleshooting expression errors, or working with webhook data in workflows.

71 3d ago A 50 tokens original MIT

Synaptic-Labs-AI/PACT-Plugin

Skill Claude CodeCodex

Part of pact-plugin

Expert guide for using n8n-mcp MCP tools effectively. Use when searching for nodes, validating configurations, accessing templates, managing workflows, or using any n8n-mcp tool. Provides tool selection guidance, parameter formats, and common patterns.

71 3d ago A 59 tokens original MIT

Synaptic-Labs-AI/PACT-Plugin

Skill Claude CodeCodex

Part of pact-plugin

Operation-aware node configuration guidance. Use when configuring nodes, understanding property dependencies, determining required fields, choosing between getnode detail levels, or learning common configuration patterns by node type.

71 3d ago A 42 tokens original MIT

Synaptic-Labs-AI/PACT-Plugin

Skill Claude CodeCodex

Part of pact-plugin

Interpret validation errors and guide fixing them. Use when encountering validation errors, validation warnings, false positives, operator structure issues, or need help understanding validation results. Also use when asking about validation profiles, error types, or the validation loop process.

71 3d ago A 55 tokens original MIT

Synaptic-Labs-AI/PACT-Plugin

Skill Claude CodeCodex

Part of pact-plugin

Proven workflow architectural patterns from real n8n workflows. Use when building new workflows, designing workflow structure, choosing workflow patterns, planning workflow architecture, or asking about webhook processing, HTTP API integration, database operations, AI agent workflows, or scheduled tasks.

71 3d ago A 59 tokens original MIT

pact-agent-teams

08

Synaptic-Labs-AI/PACT-Plugin

Skill Claude CodeCodex

Part of pact-plugin

Agent Teams interaction protocol for PACT specialist agents. Invoke it at spawn, and again before you append to your MEMORY.md index. Defines how teammates start work, communicate, report completion, handle blockers, and append to a shared index without dropping another instance's entries.

71 3d ago A 61 tokens original MIT

Synaptic-Labs-AI/PACT-Plugin

Skill Claude CodeCodex

Part of pact-plugin

Architectural design patterns, C4 diagram templates, component design guidelines, and anti-patterns for PACT Architect phase. Use when: designing system components, creating architecture diagrams, defining component boundaries, planning API contracts, selecting design patterns, or reviewing architectural decisions.…

71 3d ago A 91 tokens original MIT

Synaptic-Labs-AI/PACT-Plugin

Skill Claude CodeCodex

Part of pact-plugin

Clean code principles, error handling patterns, and coding standards for PACT Code phase. Use when: implementing features, refactoring code, reviewing code quality, establishing coding conventions, or handling errors and exceptions. Triggers on: code quality, clean code, refactoring, error handling, logging patterns…

71 3d ago A 78 tokens original MIT

Synaptic-Labs-AI/PACT-Plugin

Skill Claude CodeCodex

Part of pact-plugin

HANDOFF discovery, review, save, and ledger-record workflow for the PACT secretary. Use when: processing agent HANDOFFs after workflow phases, running session consolidation, or recovering orphaned completed handoffs from prior sessions. Triggers: harvest HANDOFFs, process HANDOFFs, incremental, consolidation, handoff…

71 3d ago A 76 tokens original MIT

pact-memory

12

Synaptic-Labs-AI/PACT-Plugin

Skill Claude CodeCodex

Part of pact-plugin

Persistent memory for PACT agents. Save context, goals, lessons learned, decisions, and entities. Semantic search across sessions. Use when: saving session context, recalling past decisions, searching lessons. Triggers: memory, save memory, search memory, lessons learned, remember, recall.

71 3d ago A 61 tokens original MIT

Synaptic-Labs-AI/PACT-Plugin

Skill Claude CodeCodex

Part of pact-plugin

Research methodologies and documentation gathering workflows for PACT Prepare phase. Use when: conducting technology research, evaluating API documentation, comparing framework options, analyzing library choices, gathering requirements, or creating technology comparison matrices. Triggers on: research, requirements…

71 3d ago A 72 tokens original MIT

Synaptic-Labs-AI/PACT-Plugin

Skill Claude CodeCodex

Part of pact-plugin

Security best practices and threat mitigation patterns for PACT framework development. Use when: implementing authentication or authorization, handling API credentials, integrating external APIs, processing sensitive data (PII, financial, health), reviewing code for vulnerabilities, or enforcing SACROSANCT security…

71 3d ago A 90 tokens original MIT

pact-teachback

15

Synaptic-Labs-AI/PACT-Plugin

Skill Claude CodeCodex

Part of pact-plugin

Command-style teachback protocol for PACT teammates. Invoking this skill directly instructs you to store your teachback in task metadata and idle on awaitingleadcompletion before any implementation work.

71 3d ago A 44 tokens original MIT

Synaptic-Labs-AI/PACT-Plugin

Skill Claude CodeCodex

Part of pact-plugin

Record your teammate identity (name@team) at session start so later hooks can recover your friendly name. Invoke as your first action when your spawn prompt directs it.

71 3d ago A 38 tokens original MIT

Synaptic-Labs-AI/PACT-Plugin

Skill Claude CodeCodex

Part of pact-plugin

Testing strategies, test pyramid guidance, and quality assurance patterns for PACT Test phase. Use when: designing test suites, implementing unit tests, integration tests, E2E tests, performance testing, security testing, or determining test coverage priorities. Triggers on: test design, unit testing, integration…

71 3d ago A 88 tokens original MIT

telegram-guide

19

Synaptic-Labs-AI/PACT-Plugin

Skill Claude CodeCodex

Part of pact-plugin

Telegram notification integration guide for PACT. Use when telegramnotify is available in your tools — covers when to notify, when to ask, when to check replies, and multi-session behavior.

71 3d ago A 40 tokens original MIT

worktree-cleanup

20

Synaptic-Labs-AI/PACT-Plugin

Skill Claude CodeCodex

Part of pact-plugin

Remove a git worktree and its branch after PACT workflow completes. Use when: PR is merged, sub-scope work is consolidated, or manual cleanup is needed. Triggers on: worktree cleanup, remove worktree, delete worktree, branch cleanup.

71 3d ago A 57 tokens original MIT

worktree-setup

21

Synaptic-Labs-AI/PACT-Plugin

Skill Claude CodeCodex

Part of pact-plugin

Create an isolated git worktree with a feature branch for PACT workflows. Use when: starting a new feature, beginning orchestrate or comPACT, creating sub-scope isolation for ATOMIZE, or manually isolating work. Triggers on: worktree setup, feature isolation, parallel workflow, new worktree.

71 3d ago A 68 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: