concatenative
Forth/Factor/Joy: stack-based concatenative programming where composition replaces application.
Forth/Factor/Joy: stack-based concatenative programming where composition replaces application.
Causal state gating via ε-machine. Coworld observer that prevents action
MCP tripartite integration for orchestrating distributed tool protocols
Master declarative parameter systems with Param for type-safe configuration. Use this skill when building parameterized classes with automatic validation, creating reactive dependencies with @param.depends, implementing watchers for side effects, auto-generating UIs from parameters, or organizing application configuration with hierarchical parameter structures.
Wolf's 10 core principles for agent behavior and system design
在 only-danmuku 的 CleanDDD Kotlin 项目中编写或修改聚合/命令/查询/API 端点/事件/防腐层 Client/仓储/配置/测试时使用;遵循 代码实现规约.md 与 design/_gen + genDesign 的生成流程。
Advanced swarm orchestration patterns for research, development, testing, and complex distributed workflows
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies. Dispatch one agent per independent problem domain for parallel execution.
Interleave three deterministic color streams into balanced schedules for parallel execution and evaluation.
Standard Operating Procedure for /plan phase. Covers research depth, code reuse detection, design pattern selection, and architecture planning.
Map dependencies and coupling in legacy codebase to understand what breaks when you change something and identify refactoring risks
Topological soliton detection and agency bridge with anyonic fusion algebra for concept composition
Test-Driven Development workflow principles. RED-GREEN-REFACTOR cycle.
Advanced Bevy ECS patterns including complex queries, system scheduling, change detection, entity relationships, and performance optimization. Use when working on advanced Bevy game architecture, optimizing ECS performance, or implementing complex game systems.
Best practices when developing in Ruby codebases
Master essential array techniques including two pointers, sliding window, and prefix sums for efficient problem solving with O(n) patterns.
FloxHub publication `bmorphism/effective-topos` - a comprehensive development
Service mesh technologies including Istio, Linkerd, Consul, and Envoy for microservices communication
Use when you see 'actor-isolated', 'Sendable', 'data race', '@MainActor' errors, or when asking 'why is this not thread safe', 'how do I use async/await', 'what is @MainActor for', 'my app is crashing with concurrency errors', 'how do I fix data races' - Swift 6 strict concurrency patterns with actor isolation and async/await
Aggregate boundaries, relationships, lifecycle hooks, value objects
Guide for building concurrent, fault-tolerant systems using OTP (GenServer, Supervisor, Task, Agent) and Elixir concurrency primitives
Service architecture patterns for Axum applications including layered design (Router → Handler → Service → Repository), AppState with FromRef for dependency injection, Tower ServiceBuilder for middleware composition, and modular router organization. Use when designing service layers, managing dependencies, composing middleware stacks, or structuring Axum applications.
Mechanically verified proofs from Narya event logs. Verifies queue consistency, replay determinism, non-leakage, and GF(3) conservation. Use for proving system invariants, audit trails, or formal verification of event-sourced systems.