Skip to main content
Run any Skill in Manus
with one click
GitHub repository

eca-plugins

eca-plugins contains 12 collected skills from editor-code-assistant, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
12
Stars
5
updated
2026-05-11
Forks
4
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

context-mode
network-and-computer-systems-administrators

Use context-mode tools (context-mode__ctx_execute, context-mode__ctx_execute_file) instead of eca__shell_command/eca__read_file when processing large outputs. Triggers: "analyze logs", "summarize output", "process data", "parse JSON", "filter results", "extract errors", "check build output", "analyze dependencies", "process API response", "large file analysis", "run tests", "test output", "coverage report", "git log", "recent commits", "diff between branches", "fetch docs", "API reference", "index documentation", "call API", "check response", "query results", "find TODOs", "count lines", "codebase statistics", "security audit", "outdated packages", "dependency tree". Also triggers on ANY tool output that may exceed 20 lines.

2026-05-11
allium
software-developers

Give your AI agents something more useful than a prompt. Velocity through clarity.

2026-04-30
distill
software-developers

Extract an Allium specification from an existing codebase. Use when the user has existing code and wants to distil behaviour into a spec, reverse engineer a specification from implementation, generate a spec from code, turn implementation into a behavioural specification, or document what a codebase does in Allium terms.

2026-04-30
elicit
software-developers

Run a structured discovery session to build an Allium specification through conversation. Use when the user wants to create a new spec from scratch, elicit or gather requirements, capture domain behaviour, specify a feature or system, define what a system should do, or is describing functionality and needs help shaping it into a specification.

2026-04-30
propagate
software-quality-assurance-analysts-and-testers

Generate tests from Allium specifications. Use when the user wants to propagate tests, generate test files from a spec, write tests for a specification, create property-based tests, produce state machine tests, check test coverage against spec obligations, or understand what tests a specification requires.

2026-04-30
tend
software-developers

Tend the Allium garden. Use when the user wants to write, edit, update, add to, improve, clarify, refine, restructure, fix or migrate Allium specs. Covers adding entities, rules, triggers, surfaces and contracts, fixing syntax or validation errors, renaming or refactoring within specs, migrating specs to a new language version, and translating requirements into well-formed specifications. Pushes back on vague requirements.

2026-04-30
weed
software-developers

Weed the Allium garden. Find where Allium specifications and implementation code have diverged, and help resolve the divergences. Use when the user wants to check spec-code alignment, compare specs against implementation, audit for spec drift or violations, sync specs with code or code with specs, or verify whether the implementation matches what the spec says.

2026-04-30
superpowers
software-developers

Agentic development methodology: spec-driven brainstorming, structured planning, subagent-driven development, TDD, systematic debugging, and verification-before-completion.

2026-03-17
tdd
software-quality-assurance-analysts-and-testers

Test-Driven Development workflow: write a failing test first, implement minimum code to pass, then refactor. Language-agnostic.

2026-03-10
brepl
software-developers

MANDATORY - Load this skill BEFORE using brepl in any way. Teaches the heredoc pattern for reliable Clojure code evaluation.

2026-03-10
nucleus-clojure
software-developers

A clojure specific AI prompt. Use when there are clojure REPL tools available.

2026-03-10
fp-idiomatic-style
software-developers

Coding style policy for generated code: prefer idiomatic language conventions with a functional-leaning approach (pure-ish functions, composability), and prefer lightweight data structures over heavy schema/class abstractions unless clearly justified.

2026-03-10