Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

cskill-agents

cskill-agents에는 ychampion에서 수집한 skills 316개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
316
Stars
36
업데이트
2026-04-04
Forks
7
직업 범위
직업 카테고리 5개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

aggregated-change-signal-return
소프트웨어 개발자

Collapse multiple change sources into one caller-facing boolean so headless bootstraps know whether a downstream refresh is necessary.

2026-04-04
atomic-post-await-state-commit
소프트웨어 개발자

After awaiting persistence work, update the shared budget state for each `tool_use_id` exactly once so no concurrent reader ever sees a half-committed decision.

2026-04-04
budget-diminishing-continue
소프트웨어 개발자

Issue continuation nudges while the turn stays under budget, then halt once diminishing returns or the budget cap justify stopping.

2026-04-04
bundled-skill-file-extraction
소프트웨어 개발자

Lazily extract referenced files for bundled skills so large prompts stay offline until needed.

2026-04-04
cache-safe-stop-hook-snapshotting
소프트웨어 개발자

Persist a cache-safe stop-hook context snapshot only for main session queries so later helpers can resume from stable state without fork pollution.

2026-04-04
cache-sweep-activation-fallback
소프트웨어 개발자

Sweep stale extension caches before activation, then fall back to a sticky manual-refresh flag if the live refresh fails.

2026-04-04
cache-warm-before-cache-only-fanout
소프트웨어 개발자

Warm the authoritative cache path first, then fan out cache-only readers in parallel so derived loaders never race stale state.

2026-04-04
classified-skill-listing-debug-telemetry
소프트웨어 개발자

Emit low-cost debug telemetry for skill-listing batches that records batch size, initial-vs-dynamic mode, and cumulative sent count without logging the payload body.

2026-04-04
compact-boundary-session-distillation
소프트웨어 개발자

Distill the compact boundary delta into the session memory summary and the freshest user cues needed for skill capture prompts.

2026-04-04
create-only-idempotent-artifact-write
소프트웨어 개발자

Persist deterministic artifacts with a create-only write and treat existing files as replay success instead of an error.

2026-04-04
dead-path-update-skipping
소프트웨어 개발자

Skip update actions that point at missing local paths when a valid materialized entry already exists, preserving the working state instead of converting drift into a noisy failure.

2026-04-04
deferred-refresh-flag-contract
소프트웨어 개발자

Decide when to auto-refresh plugins after marketplaces change and when to defer to a manual `/reload-plugins` via the `needsRefresh` flag.

2026-04-04
diff-first-progress-projection
소프트웨어 개발자

Project marketplace installation progress by diffing declared sources before kickoff so the UI shows pending spinners without waiting on the clone.

2026-04-04
empty-payload-sentinel-guard
소프트웨어 개발자

Guard requests from closing instantly when a tool returns nothing by injecting the sentinel message and logging the event.

2026-04-04
empty-repo-bundle-preflight
소프트웨어 개발자

Fail fast when the repository has no refs so downstream bundling never triggers empty Git bundles.

2026-04-04
empty-trigger-short-circuit-before-app-state
소프트웨어 개발자

Skip nested memory collection when no triggers exist so render-bound `getAppState()` is never invoked unnecessarily.

2026-04-04
exact-rendered-decision-journaling
소프트웨어 개발자

Journal each per-message tool result replacement so resume logic replays the exact preview the model saw.

2026-04-04
fallback-source-presence-sufficiency
소프트웨어 개발자

When a declared source is only a fallback default, treat any existing materialized source as satisfying the contract instead of forcing a replacement.

2026-04-04
fork-gap-fill-reconstruction
소프트웨어 개발자

Reconstruct child replacement state from local records first, then fill uncovered gaps from the parent's live map.

2026-04-04
inherited-flags-for-spawned-teammates
소프트웨어 개발자

Propagate CLI flags/environment variables from the leader into tmux teammates so they share permission mode, plugins, and env configuration.

2026-04-04
main-agent-vs-background-memory-extraction-exclusion
소프트웨어 개발자

Skip the background memory extractor when the main agent already persisted memory during the same turn to avoid duplicates and race hazards.

2026-04-04
main-thread-empty-string-agent-key-normalization
소프트웨어 개발자

Normalize the main thread to a concrete empty-string key so agent-scoped state maps treat main and forked threads uniformly.

2026-04-04
main-thread-only-cache-editing
소프트웨어 개발자

Gate cached microcompact cache edits to the main thread so background forks cannot alter the shared cache state.

2026-04-04
mark-after-filter-memory-deduplication
소프트웨어 개발자

Filter prefetched memory attachments against cumulative read state before mutating that state, so async surfacing does not dedupe itself away.

2026-04-04
materialization-aware-refresh-escalation
소프트웨어 개발자

React to marketplace materialization diffs by refreshing plugins when new installs land and escalating to needsRefresh when updates or refresh failures occur.

2026-04-04
memory-directory-exists-guidance
소프트웨어 개발자

Ensure memory directories exist once and surface consistent guidance so agents skip redundant mkdir calls.

2026-04-04
memory-entrypoint-with-index-discipline
소프트웨어 개발자

Keep MEMORY.md terse by capping entries, warning when caps hit, and pointing each memory to its own file.

2026-04-04
mode-gated-reconcile-skip-filter
소프트웨어 개발자

Inject mode-specific skip rules into a shared reconciler so unsupported source types are recorded and skipped without forking the core install logic.

2026-04-04
nested-memory-trigger-consume-and-clear
소프트웨어 개발자

Process every nested-memory trigger before wiping the trigger set so subsequent iterations only see new paths.

2026-04-04
no-op-empty-skill-delta-return
소프트웨어 개발자

Return no attachment when an incremental skill delta has no unseen items instead of emitting a formally empty update payload.

2026-04-04
nonblocking-plugin-install-status-projection
소프트웨어 개발자

Map async marketplace reconciliation events into AppState rows so UIs show install/installing/failed badges without blocking.

2026-04-04
null-hardened-feature-overrides
소프트웨어 개발자

Validate remote numeric override maps defensively so null, non-finite, or negative flag payloads never corrupt runtime thresholds.

2026-04-04
parallelism-aware-skill-step-design
소프트웨어 개발자

Design skill steps with explicit execution topology, asking which parts run directly, in subagents, in teammate swarms, or in parallel.

2026-04-04
prevent-continuation-stop-hook-contract
소프트웨어 개발자

Return a narrow stop-hook result that can halt the query loop without throwing, while still surfacing blocking errors separately.

2026-04-04
prevent-continuation-stop-hook-messaging
소프트웨어 개발자

Collect stop-hook progress/errors, emit a structured prevented-continuation attachment, and summarize the block for users and logs.

2026-04-04
reachable-wip-via-temporary-refs
소프트웨어 개발자

Capture in-flight WIP via `git stash create`, make it reachable through temporary refs, and tear down the refs after bundling finishes.

2026-04-04
resume-skill-listing-suppression
소프트웨어 개발자

Mark the current skill listing as already sent when resuming so the transcript does not receive a redundant payload.

2026-04-04
role-aware-context-slimming
소프트웨어 개발자

Trim user and system context based on the agent’s role so read-only helpers don’t inherit stale git or CLAUDE metadata.

2026-04-04
session-memory-mailbox-exclusion
소프트웨어 개발자

Prevent session-memory background forks from draining teammate mailbox attachments that belong to the main lead thread.

2026-04-04
skill-listing-reset-on-real-skill-changes
소프트웨어 개발자

Reset skill-listing announcement state only when the underlying skill set actually changes, not on compaction or transcript churn.

2026-04-04
이 저장소에서 수집된 skills 316개 중 상위 40개를 표시합니다.