Skip to main content
SpillwaveSolutions
GitHub 创作者资料

SpillwaveSolutions

按仓库查看 79 个 GitHub 仓库中的 343 个已收集 skills。

已收集 skills
343
仓库
79
更新
2026年8月29日
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

已展示 8 / 24 个已收集 Skill。
已展示 8 / 22 个已收集 Skill。
cursor-system-architecture-capture
未分类

Bind a Cursor agent (including Grok Bot cloud sessions) to the system-architecture-capture ContentPack.

2026年8月18日
system-architecture-capture-deep-agents
软件开发工程师

Bind System Architecture Capture for LangChain Deep Agents / Deep Agents Code.

2026年8月16日
grok-bot-system-architecture-capture
软件开发工程师

Bind a Grok Bot agent to System Architecture Capture. Isolation, identity, deterministic reverse-engineering.

2026年8月16日
sac-session
软件开发工程师

Open or close an isolated second-brain write session (worktree + PR). Use before scanning or materializing architecture when multiple agents share one knowledge remote.

2026年8月16日
sac-c4
软件开发工程师

C4 model integration for the architecture second brain. Map System/Person/ SoftwareContainer/Component/Code, generate L1–L4 Mermaid views, import Structurizr DSL, and avoid Docker vs C4 Container confusion.

2026年8月9日
sac-capture-diagrams
软件开发工程师

Capture wireframes and architecture diagrams into the SAC second brain as OKF concepts with Mermaid or PlantUML listings embedded in Markdown. Covers wireframes (PlantUML salt), architecture, component, sequence, activity, state machine, class, ERD,…

2026年8月9日
sac-design-with
软件开发工程师

Use the SAC architecture second brain when designing new features, services, APIs, mobile apps, web apps, or infra. Loads progressive-disclosure packs (blast radius, contracts, deps, environments) so design work reuses existing topology instead of inventing…

2026年8月9日
sac-reverse-engineer
软件开发工程师

End-to-end reverse-engineer one or more git repositories into a SAC architecture knowledge graph (packages, services, IaC, CI/CD, IAM, identity, topology). Primary entry skill for SAC.

2026年8月9日
已展示 8 / 19 个已收集 Skill。
bm25-search
软件开发工程师

BM25 keyword search for agent-memory. Use when asked to "find exact terms", "keyword search", "search for specific function names", "locate exact phrase", or when semantic search returns too many results. Provides fast BM25 full-text search via Tantivy index.

2026年3月6日
memory-query
软件开发工程师

Query past conversations from the agent-memory system. Use when asked to "recall what we discussed", "search conversation history", "find previous session", "what did we talk about last week", or "get context from earlier". Provides tier-aware retrieval with…

2026年3月6日
retrieval-policy
计算机系统分析师

Agent retrieval policy for intelligent memory search. Use when implementing memory queries to detect capabilities, classify intent, route through optimal layers, and handle fallbacks. Provides tier detection, intent classification, fallback chains, and full…

2026年3月6日
topic-graph
软件开发工程师

Topic graph exploration for agent-memory. Use when asked to "explore topics", "show related concepts", "what themes have I discussed", "find topic connections", or "discover patterns in conversations". Provides semantic topic extraction with time-decayed…

2026年3月6日
vector-search
软件开发工程师

Semantic vector search for agent-memory. Use when asked to "find similar discussions", "semantic search", "find related topics", "what's conceptually related to X", or when keyword search returns poor results. Provides vector similarity search and hybrid…

2026年3月6日
memory-configure
数据库管理员

Wizard-style configuration guidance for a single-agent agent-memory setup. Shows defaults inline, provides a full sample config, and includes a dry-run config check step. Always confirm before creating or editing files.

2026年2月13日
memory-install
软件开发工程师

Wizard-style installation guide for agent-memory (macOS/Linux). Helps users choose an install path, check prerequisites, and set PATH. Always confirm before any file edits or copying binaries. Provide verification commands only.

2026年2月13日
memory-troubleshoot
网络与计算机系统管理员

Diagnostic and troubleshooting workflow for agent-memory. Guides users through common install/config/daemon/ingest issues. Requires confirmation before any edits or restarts. Provides verification commands only.

2026年2月13日
已展示 8 / 18 个已收集 Skill。
已展示 8 / 18 个已收集 Skill。
mastering-hooks
软件开发工程师

Master RuleZ, the high-performance AI policy engine for development workflows. Use when asked to "install rulez", "create hooks", "debug hooks", "hook not firing", "configure context injection", "validate hooks.yaml", "PreToolUse", "PostToolUse", "block…

2026年3月17日
release-rulez
计算机与信息系统经理

RuleZ release workflow automation. Use when asked to "release RuleZ", "create a release", "prepare release", "tag version", "hotfix release", or "publish RuleZ". Covers version management from Cargo.toml, changelog generation from conventional commits, PR…

2026年3月13日
release-rulez
软件开发工程师

RuleZ release workflow automation. Use when asked to "release RuleZ", "create a release", "prepare release", "tag version", "hotfix release", or "publish RuleZ". Covers version management from Cargo.toml, changelog generation from conventional commits, PR…

2026年3月13日
architect-agent
计算机系统分析师

Coordinates planning, delegation, and evaluation across architect and code agent workspaces. Use when asked to "write instructions for code agent", "initialize architect workspace", "grade code agent work", "send instructions", or "verify code agent setup".

2026年1月28日
design-doc-mermaid
软件开发工程师

Create Mermaid diagrams (activity, deployment, sequence, architecture) from text descriptions or source code. Use when asked to "create a diagram", "generate mermaid", "document architecture", "code to diagram", "create design doc", or "convert code to…

2026年1月28日
documentation-specialist
软件开发工程师

This skill should be used when creating professional software documentation (SRS, PRD, OpenAPI, user manuals, tutorials, runbooks) from templates (greenfield) or reverse-engineering documentation from existing code like Spring Boot or FastAPI (brownfield).…

2026年1月28日
mastering-git-cli
软件开发工程师

Git CLI operations, workflows, and automation for modern development (2025). Use when working with repositories, commits, branches, merging, rebasing, worktrees, submodules, or multi-repo architectures. Includes parallel agent workflow patterns, merge…

2026年1月28日
mastering-github-cli
软件开发工程师

GitHub CLI (gh) command reference for repository search, code discovery, CI/CD monitoring, workflow authoring, and automation. Triggers on "gh" commands, "github cli", searching repos for files/directories (.skilz, .cursor, .codex, Dockerfile), monitoring…

2026年1月28日
已展示 8 / 17 个已收集 Skill。
design-docs
未分类

Generate or sync the design document, code walkthrough, or requirements doc. Frozen dated pairs tied to a release tag, live current pairs regenerated from the actual code. Uses document-specialist v3.2.2, design-doc-mermaid v1.1.1, plantuml v1.2.2. Use when…

2026年8月24日
classify
未分类

Propose work items from recent conversation (flag-gated classifier). Use when the Stop hook requests classification or when asked to sweep a conversation for untracked work. Propose-only: writes .work/suggestions.jsonl, never the event log.

2026年8月24日
integration-guide
未分类

Look up how wiki_ticket_sdd integrates with a specific SDD tool or ticket/wiki system — Superpowers, GSD, SpecKit, OpenSpec, Jira, Confluence, GitHub, GitLab, Azure DevOps (ADO), AWS CodeCatalyst, or Google Cloud DevOps (GCP). Use when asked how to set up,…

2026年8月24日
issue-description
未分类

Write rich, durable issue/ticket descriptions. Use when creating or updating tickets by hand, when composing bodies for ticket-sync, or when a work item needs a description a future reader (human or agent) can act on without archaeology.

2026年8月24日
merge-green
未分类

Merge PRs only when all quality gates pass. Use whenever asked to merge a PR, complete a merge, or land a branch — polls checks every 5 minutes until green instead of merging blind or bypassing.

2026年8月24日
plan-capture
未分类

Capture an approved plan as tracked work items. Use when exiting plan mode, when the user approves a plan, or says "capture this plan". Writes docs/plans/<date>-<slug>.md and appends the plan's tasks to .work/todo.jsonl via bin/worklog.

2026年8月24日
plan-next
未分类

Decide what to work on next — use when asked "what should we do next", "what's most important", or when planning a new work session.

2026年8月24日
pr-description
未分类

Write a high-context PR description for any substantial PR. Use whenever creating or editing a pull request body — the description must let a reader with zero prior context understand what is being built, why, where it sits in the larger system, and exactly…

2026年8月24日
已展示 8 / 17 个已收集 Skill。
okf-maintain
未分类

Curate OKF bundles — indexes, log.md, drift detection, broken links, orphan cleanup, staleness, and v0.1 to v0.2 migration. Use when the graph feels messy, catalogs are out of date, links break, content is stale, or the user asks to maintain, curate, or…

2026年8月24日
okf-author
未分类

Create or update OKF concepts using the core envelope (type + title). This plugin owns Catalog and ContextPack only. For domain nouns, hand off to PKC, SAC, DEKC, or AGER.

2026年8月24日
okf-init-graph
未分类

Scaffold an OKF bundle for the graph engine — catalogs, knowledge, packs, index.md, log.md. Does not seed AgentNode, Workflow, TicketLink, or other domain nouns; those belong to PKC, SAC, DEKC, and AGER.

2026年8月24日
okf-impact
未分类

Compute the transitive impact (blast radius / ripple) of changing a concept in an OKF bundle. Use when the user asks what depends on a concept, what breaks if something changes, needs a ranked update list, or wants blast-radius / ripple analysis before…

2026年8月24日
okf-query
未分类

Multi-hop query and subgraph extraction over OKF bundles for progressive disclosure. Use when packing minimal context for long-running agents, exploring the neighborhood of a concept, or answering what relates to X within N hops.

2026年8月24日
okf-validate
未分类

Validate OKF v0.2 conformance and graph quality — orphans, connectivity, staleness, unverified high-impact nodes, broken links, missing frontmatter. Use when checking bundle health, before commits/PRs, after bulk edits, or when the user asks if the OKF graph…

2026年8月24日
okf-visualize
未分类

Visualize OKF bundles as Mermaid, HTML summaries, or JSON graphs. Use when the user wants a diagram of knowledge, an HTML map, or export for docs.

2026年8月24日
cursor-okf-graph-eng
其他计算机职业

Bind a Cursor agent (including Grok Bot cloud sessions) to the okf-graph-eng ContentPack.

2026年8月18日
已展示 8 / 10 个已收集 Skill。
已展示 8 / 9 个已收集 Skill。
已展示 8 / 9 个已收集 Skill。
已展示 8 / 9 个已收集 Skill。
已展示 12 / 79 个仓库