SeifBenayedSeifBenayedCommunity·15 Agent Skills Included

cloclo

Multi-agent coding runtime with shared memory and skills

Runs coordinated coding agents across 13 model providers through a single NDJSON-based runtime. Handles browser automation, document creation, spreadsheets, PDFs, code review, debugging, and git commits without manual setup. Gives agents shared memory, reusable skills, and structured handoffs so multi-step development workflows finish faster.
npx skills add SeifBenayed/cloclo --all -g -y
Available:

Tells the agent how the runtime is structured, which source modules to edit, how to rebuild and test, and how to use the AICL protocol for agent-to-agent coordination.

All Skills in This Repository (15)

Pure Emerald Level Indicators
📦 In Repo
SeifBenayedSeifBenayed

commit

Generate conventional git commit messages from staged and unstaged code changes.

Community
Intermediate
📦 In Repo
SeifBenayedSeifBenayed

file-reading

Routes uploaded files to type-specific readers based on file extension and loads minimal content for analysis.

Community
Intermediate
📦 In Repo
SeifBenayedSeifBenayed

xlsx

Create, edit, format, and clean .xlsx, .xlsm, .csv, and .tsv spreadsheet files.

Community
Intermediate
📦 In Repo
SeifBenayedSeifBenayed

pdf

Extract text and tables from PDFs and fill forms.

Community
Intermediate
📦 In Repo
SeifBenayedSeifBenayed

skill-creator

Create, test, and optimize custom AI skills with standardized workflows.

Community
Advanced
📦 In Repo
SeifBenayedSeifBenayed

pptx

Create, edit, and extract content from PowerPoint .pptx files.

Community
Intermediate
📦 In Repo
SeifBenayedSeifBenayed

review-pr

Review pull request changes and report bugs, vulnerabilities, and merge verdicts.

Community
Intermediate
📦 In Repo
SeifBenayedSeifBenayed

chatgpt-search

Extract ChatGPT conversation text, hydration JSON, and SSE streams via Chrome CDP.

Community
Intermediate
📦 In Repo
SeifBenayedSeifBenayed

frontend-design

Generate distinctive frontend interfaces with intentional typography and cohesive color themes.

Community
Intermediate
📦 In Repo
SeifBenayedSeifBenayed

browse

Automate visual feedback-driven browser interactions for navigation, form filling, and UI verification.

Community
Advanced
📦 In Repo
SeifBenayedSeifBenayed

simplify

Remove dead code and unnecessary abstractions from software codebases.

Community
Intermediate
📦 In Repo
SeifBenayedSeifBenayed

product-self-knowledge

Verify Anthropic product details against official documentation and support pages.

Community
Intermediate

Frequently Asked Questions

FAQPage Schema
How to install cloclo?

Run `npx skills add SeifBenayed/cloclo --all -g -y` in your terminal to install all skills in this suite globally.

What is cloclo used for?

Cloclo is a multi-agent runtime that lets coding agents share tools, memory, and skills while running on 13 different model providers. It handles tasks like code review, debugging, browser automation, and document creation.

Which AI models does cloclo support?

It works with Anthropic, OpenAI, Google Gemini, DeepSeek, Mistral, Groq, and local providers like Ollama, LM Studio, and llama.cpp, all behind one unified contract.

Can cloclo create documents and spreadsheets?

Yes. Built-in skills create and edit Word documents, Excel spreadsheets, PowerPoint decks, and PDFs, including form filling, merging, and text extraction.

Does cloclo work with Claude Code and other agents?

Yes. Any agent that can run a shell command can delegate tasks to cloclo over NDJSON, and its skills follow the universal SKILL.md standard.

Related Repositories in Software Engineering

View All in Software Engineering