Skip to main content
在 Manus 中运行任何 Skill
一键导入
Qredence
GitHub 创作者资料

Qredence

按仓库查看 4 个 GitHub 仓库中的 46 个已收集 skills。

已收集 skills
46
仓库
4
更新
2026-07-03
仓库浏览

仓库与代表性 skills

rlm-batch
软件开发工程师

Execute batched or parallel RLM work using Daytona sandboxes. Use when running multiple sub-tasks, parameter sweeps, or batch recursive RLM calls in the daytona_pilot runtime.

2026-04-04
rlm-debug
软件开发工程师

Debug fleet-rlm runtime issues from Claude Code. Use when diagnosing daytona_pilot failures, API and websocket contract problems, sandbox persistence bugs, or runtime readiness drift.

2026-04-04
rlm-execute
软件开发工程师

Execute Python code in Daytona sandboxes with durable volume persistence. Use when running code in a Daytona sandbox, processing data with stateful execution, or persisting results across sessions.

2026-04-04
rlm-long-context
软件开发工程师

(EXPERIMENTAL) Research implementation for RLM long-context processing using standalone Python scripts. For production use, prefer the rlm skill which uses the fleet-rlm package with Daytona sandboxes. This skill is for experimentation, evaluation, and alternative implementation patterns.

2026-04-04
rlm-memory
软件开发工程师

Long-term memory persistence for RLM using Daytona durable volume storage. Use when storing, recalling, listing, or searching data that persists across sandbox sessions in the daytona_pilot runtime.

2026-04-04
rlm-run
软件开发工程师

Run fleet-rlm through its current public entrypoints. Use when you need the right command for the Web UI, API server, MCP server, terminal chat, or Daytona smoke validation from a Claude Code workflow.

2026-04-04
rlm
软件开发工程师

Translate fleet-rlm's shared ReAct plus dspy.RLM runtime into Claude Code workflows. Use when you need a Claude-facing mental model for fleet-rlm, especially for daytona_pilot execution, running the local server surfaces, or planning long-context/runtime work.

2026-04-04
rlm-test-suite
软件质量保证分析师与测试员

Validate fleet-rlm with the current repo test lanes. Use when you need the right confidence level for runtime, websocket, frontend-contract, or Daytona-backed changes.

2026-04-04
当前展示该仓库 Top 8 / 16 个已收集 skills。
delegation
软件开发工程师

Delegate recursive work to child RLM sandboxes with budget management. Use when decomposing tasks into sub-queries, fanning out batched work, managing LLM call budgets, or building parent-child RLM hierarchies.

2026-06-18
diagnostics
软件开发工程师

Diagnose fleet-rlm runtime failures, API contract drift, sandbox errors, and observability issues. Use when something is broken — Daytona connection failures, websocket mismatches, escalation not triggering, budget exhaustion, or missing traces.

2026-06-13
optimization
软件开发工程师

Optimize fleet-rlm DSPy programs and RLM skill bundles using GEPA with MLflow tracking. Use when running optimization loops, designing feedback metrics, building training datasets, or comparing runs.

2026-06-12
rlm
软件开发工程师

Hub skill for fleet-rlm: when to use dspy.RLM vs ReAct/CodeAct and which workflow skill to load next.

2026-06-12
dspy-programs
软件开发工程师

Design DSPy signatures and compose runtime modules for fleet-rlm tasks. Use when creating input/output field definitions, choosing between built-in signatures, selecting execution modes, or wiring custom modules.

2026-06-11
browser-interaction
软件开发工程师

Fetch and inspect JavaScript-heavy pages with Playwright in a Daytona browser-capable snapshot.

2026-06-08
long-context
软件开发工程师

Process documents and codebases exceeding a single context window using canonical dspy.RLM variable mode in the Daytona REPL.

2026-06-08
sandbox-execution
软件开发工程师

Execute Python in Daytona sandboxes with durable volume persistence. Use when running code, persisting results, inspecting volumes, managing workspace lifecycle, or validating Daytona connectivity.

2026-05-30
当前展示该仓库 Top 8 / 13 个已收集 skills。
memory-system
其他计算机职业

Complete guide to the AgenticFleet memory system. Read this first.

2026-01-07
dspy-agent-framework-integration
软件开发工程师

Comprehensive guide to integrating DSPy with Microsoft Agent Framework in AgenticFleet, covering typed signatures, assertions, routing cache, GEPA optimization, and agent handoffs.

2026-01-06
dspy-agent-framework-quick-ref
软件开发工程师

Quick reference card for DSPy + Agent Framework integration patterns: typed signatures, assertions, routing cache, and agent handoffs.

2026-01-06
changelog-generator
软件开发工程师

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.

2025-12-29
initiate-memory
其他计算机职业

Comprehensive guide for initializing or reorganizing agent memory and project context. Use when setting up a new project, when the user asks you to learn about the codebase, or when you need to create effective memory blocks for project conventions, preferences, and workflows.

2025-12-29
python-backend-reviewer
软件质量保证分析师与测试员

Expert Python backend code reviewer that identifies over-complexity, duplicates, bad optimizations, and violations of best practices. Use when asked to review Python code quality, check for duplicate code, analyze module complexity, optimize backend code, identify anti-patterns, or ensure adherence to best practices. Ideal for preventing AI-generated code from creating unnecessary files instead of imports, finding repeated validation logic, and catching over-engineered solutions.

2025-12-29
fleet-agent
软件开发工程师

Context-aware development assistant for AgenticFleet with auto-learning and dual memory (NeonDB + ChromaDB). Handles development workflows with intelligent context management.

2025-12-29
system-init
软件开发工程师

Initialize or hydrate the agent's memory system and verify configuration.

2025-12-29
当前展示该仓库 Top 8 / 12 个已收集 skills。
openui
网页与数字界面设计师

Build generative UI apps with OpenUI and OpenUI Lang — the token-efficient open standard for LLM-generated interfaces. Use when mentioning OpenUI, @openuidev, generative UI, streaming UI from LLMs, component libraries for AI, or replacing json-render/A2UI. Covers scaffolding, defineComponent, system prompts, the Renderer, and debugging OpenUI Lang output.

2026-07-03
fleet-pi-orientation
软件开发工程师

Map the Fleet Pi codebase before planning or editing. Use when asked what the app does, where chat/session/resource code lives, or how the monorepo fits together.

2026-05-09
frontend-design
网页开发工程师

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.

2026-05-05
chat-runtime-debugging
网络与计算机系统管理员

Diagnose Fleet Pi chat runtime failures, including NDJSON streams, Pi sessions, Bedrock model errors, resource loader diagnostics, queueing, aborts, and Plan mode question flow.

2026-05-05
agent-ui-workflows
网页开发工程师

Build or modify Fleet Pi's React Agent Elements UI, including InputBar controls, tool cards, question prompts, resource drawer, model picker, mode selector, and streaming state.

2026-05-01
已展示 4 / 4 个仓库
已展示全部仓库