Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Tacklines Marketplace

Composable agentic workflow skills for Claude Code. Not a framework — a set of patterns you adopt.

Tacklines gives Claude Code structured primitives for knowledge work (gather, rank, distill, verify), development workflows (code review, deployment, spec writing), and team orchestration (sprints with learning loops, retros, standups). Skills are composable: chain /gather into /rank into /distill to build custom pipelines.

Quick Start

/plugin marketplace add tacklines/marketplace

Install what you need:

/plugin install tackline-core@tacklines        # Start here
/plugin install tackline-workflows@tacklines   # Add dev workflows
/plugin install tackline-teams@tacklines       # Add team orchestration
/plugin install tackline-agents@tacklines      # Add agents + hooks
/plugin install seam@tacklines                 # Add Seam session skills

Which plugin should I start with? Install tackline-core first. The 16 primitives work standalone and are the foundation everything else builds on. Add tackline-workflows when you want opinionated dev workflows like code review and spec writing. Add tackline-teams when you're ready to run persistent agent teams with learning loops.

Plugins

tackline-core

/plugin install tackline-core@tacklines

16 composable primitives — the building blocks for structured knowledge work.

Skill Purpose
gather Collect information with sources and confidence levels
rank Score and order items by criteria
distill Reduce verbose input to essentials
verify Fact-check claims against sources
plan Convert items into dependency-aware sequences
critique Adversarial review of claims or output
decompose Break goals into bounded sub-parts
filter Keep or drop items by criterion
transform Rewrite every item independently
merge Combine multiple outputs into one
expand Elaborate sparse items into detail
sketch Produce minimal structural skeletons
assess Evaluate items against a rubric
diff-ideas Compare approaches with tradeoff analysis
discover Recommend skills for a described goal
do Auto-match a goal to the right skill

Primitives are composable: /tackline-core:gather feeds /tackline-core:rank feeds /tackline-core:distill.

tackline-workflows

/plugin install tackline-workflows@tacklines

27 development workflow skills for real engineering work.

Skill Purpose
review Structured code review across 5 dimensions
deploy Production deployment with safety gates
spec Progressive specification before implementation
blossom Spike-driven exploration for unknown goals
consensus Multi-agent design decision making
premortem Identify failure modes before building
optimize Performance bottleneck identification and fixing
tracer Iterative thin-slice implementation
drive Sustained autonomous implementation against a plan
fractal Goal-directed recursive exploration
meeting Interactive multi-agent group discussion
integrate Cross-boundary contract validation
handoff Structured session transition
session-health Context load and drift diagnostic
status Unified system status dashboard
advise Proactive session recommendations
bootstrap New project setup with Claude Code infra
bug Structured bug report filing
consolidate Backlog dedup and hygiene
domain Project terminology management
drift Skill/agent convergence detection
evolution Definition change tracking
storm-prep Domain event discovery for Event Storming
formalize Convert agreements into event contracts
test-strategy Structured testing workflow
challenge-gen Generate training challenges for agents
challenge-run Execute and evaluate agent challenges

tackline-teams

/plugin install tackline-teams@tacklines

9 team orchestration skills for persistent agent teams.

Skill Purpose
assemble Create a persistent learning team with roles
sprint Dispatch work with the learning loop
standup Team status sync and blocker detection
team-meeting Goal-oriented planning session
retro Session retrospective with learning persistence
curate Optimize agent learnings
promote Graduate learnings to project rules
tend Full learning lifecycle (curate + promote)
active-learn Adversarial training loop for agents

tackline-agents

/plugin install tackline-agents@tacklines

Specialized agents and session hooks.

Agents:

Agent Purpose
code-reviewer Read-only structured code review with verdict
project-bootstrapper New project scaffolding with Claude Code support
agent-generator Generate tailored project agents from codebase analysis

Hooks:

Event What it does
SessionStart Git status summary + rule relevance advisory
PreCompact Auto-snapshot before context compaction
PreToolUse Destructive command warnings (git reset, rm -rf, etc.)
PostToolUse Review gate after agent completion + skill telemetry
UserPromptSubmit Domain glossary context injection
SessionEnd Session log with commits and working tree state

seam

/plugin install seam@tacklines

Collaborative session skills for Seam — the human-AI session portal. Requires a running Seam instance.

Skill Purpose
seam Join sessions, manage tasks, post notes via MCP
seam-drive Autonomous implementation against a session backlog
seam-plan Decompose goals into epic/story/task hierarchies
seam-review Code review with findings posted to tasks
seam-triage Investigate and triage bugs with root cause analysis
seam-standup Aggregate activity into standup summaries
seam-deploy Deploy Seam to AWS (ECR + EC2 + Caddy)
seam-rollback Emergency rollback for bad deployments
seam-infra Terraform infrastructure management

Links

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages