paperclip-surfers
Run self-improving companies of autonomous coding agents
All Skills in This Repository (11)
Pure Emerald Level Indicatorsrelease-changelog
Generate a stable release changelog from commits and changesets.
doc-maintenance
Review README, SPEC, and PRODUCT docs against recent git history.
create-agent-adapter
Create Paperclip agent adapters for AI coding tools.
release
Automate the Paperclip release workflow from changelog drafting to GitHub publishing.
pr-report
Review pull requests against local codebases and generate merge recommendations.
company-creator
Construct agent companies compliant with the Agent Companies specification.
design-guide
Guide Paperclip UI component creation with design tokens, typography, and status systems.
paperclip-create-plugin
Generate Paperclip plugin scaffolds compatible with the Paperclip SDK.
paperclip
Manage task assignments and status updates through the Paperclip API.
para-memory-files
Organize and retrieve knowledge using the PARA method with file-based storage.
paperclip-create-agent
Create Paperclip agents with roles, permissions, and skill assignments via API.
Frequently Asked Questions
FAQPage SchemaHow to install Paperclip Surfers?โผ
Run `npx skills add IncomeStreamSurfer/paperclip-surfers --all -g -y` in your terminal to install all skills in this suite globally.
What does Paperclip Surfers do?โผ
It is a control plane for running companies of autonomous agents, with org charts, task assignment, budgets, approval gates, and activity tracking. This fork adds persistent agent memory, per-agent skills, MCP support, and a self-improvement loop.
How do agents keep memory between runs?โผ
Agents store global and project-level memory that is automatically injected into every run, and they resume the same conversation session across tasks instead of starting fresh.
Which AI coding tools does it work with?โผ
It ships adapters for Claude Code, Codex, Cursor, Gemini, OpenCode, Pi, and OpenClaw, and includes a skill for building new adapters.
Can I control agent spending and actions?โผ
Yes. Each agent has a monthly budget with automatic hard-stop pausing, and sensitive actions like hiring new agents require board approval before execution.