Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

crawfish

crawfish contient 11 skills collectées depuis crawfishai, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
11
Stars
7
mis à jour
2026-06-26
Forks
0
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

crawfish-authoring-definition-py
Développeurs de logiciels

Author definition.py — typed inputs/outputs (Parameter, static vs fluid) and the team shape (lead/coordination). Load when writing or editing a Definition's typed boundary. Static is the deliberate consequential choice; fluid is the untrusted default.

2026-06-26
crawfish-authoring-fixtures-evals
Analystes en assurance qualité des logiciels et testeurs

Author fixtures/ for craw test and gate on a baseline with craw eval — deterministic, mock-by-default, randomness carried in --seed. Load when adding test inputs or an eval gate to a Definition.

2026-06-26
crawfish-authoring-instructions-agents
Développeurs de logiciels

Author instructions.md and agents/*.md — front-matter (role, delegates_to, tools, model) over a markdown prompt. Load when writing a lead prompt or a subagent. Fluid inputs are data the prompt analyzes, never instructions to obey.

2026-06-26
crawfish-authoring-knowledge
Développeurs de logiciels

Attach knowledge with Wiki / with_context / SkillRef — summoned content is tainted data, never instructions, and is pinned by content hash. Load when giving an agent a rubric, corpus, or reference it should consult.

2026-06-26
crawfish-authoring-mcp-py
Développeurs de logiciels

Author mcp/*.py — MCPConnection instances; auth is a secret reference (env-var name), never inline. Load when adding an external tool server. A new connection re-enters the consent gate (craw code grant).

2026-06-26
crawfish-authoring-optimizing
Développeurs de logiciels

Optimize a Crawfish component — set a baseline (craw eval), search knobs (craw tune), iterate (craw refine), self-version (craw learn). Train vs eval mode, budget-bounded. Load when improving a component's quality or cost.

2026-06-26
crawfish-authoring-policies-skills
Développeurs de logiciels

Author policies/*.py (module-level Policy instances — consequential static config) and skills/*.md (bundled skills). Load when adding a guardrail/routing/permission policy or a bundled skill. A policy is static-only.

2026-06-26
crawfish-authoring-tools-py
Développeurs de logiciels

Author tools/*.py — a callable whose name matches the filename stem, with typed IO and taint propagation from fluid inputs. Load when writing a host-side tool. Agent-authored tool code compiles jailed (CRA-267), fail-closed.

2026-06-26
crawfish-determinism-ledger
Développeurs de logiciels

Determinism discipline and reading the ledger in Crawfish. Load before running, evaluating, or debugging a component: iterate on the mock (craw dev), carry randomness in --seed, promote to --live under --budget; read results via craw inspect / craw logs and the versioned --json surface.

2026-06-26
crawfish-pipeline-model
Développeurs de logiciels

The Crawfish pipeline mental model — Source → Filter → Batch → Aggregator → Router → Sink, and the Definition directory contract. Load when designing a pipeline or deciding between batch fan-out, an aggregator reduce, a router branch, or a refine loop.

2026-06-26
crawfish-security-spine
Analystes en sécurité de l'information

The Crawfish security spine — the prompt-injection boundary. Load whenever authoring or wiring a Definition, sink, MCP connection, policy, router, or pipeline. Fluid inputs are untrusted data and never reach a sink target or an instruction slot; consequential sink targets and idempotency keys are static-only; secrets resolve by reference, never in a prompt or config. This skill teaches the boundary; the craw code verbs enforce it.

2026-06-26