Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

crawfish

يحتوي crawfish على 11 من skills المجمعة من crawfishai، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
11
Stars
7
محدث
2026-06-26
Forks
0
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

crawfish-authoring-definition-py
مطوّرو البرمجيات

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
محللو ضمان جودة البرمجيات والمختبرون

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
محللو أمن المعلومات

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