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

MushroomFleet

按仓库查看 13 个 GitHub 仓库中的 29 个已收集 skills。

已收集 skills
29
仓库
13
更新
2026-04-12
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

zero-grammar
软件开发工程师

ZeroBytes-seeded deterministic grammar expansion. Makes L-Systems, shape grammars, and graph grammars infinite, parallel, and zero-storage by hashing coordinates to select production rules. Use when ZeroBytes content feels statistically plausible but semantically incoherent — cities with no urban logic, dungeons that feel random not designed, plants that look identical, quests with no narrative arc. Triggers on "zero-grammar", "deterministic L-system", "seeded grammar", "authored feel procedurally", "infinite grammar expansion", "coordinate-seeded production rules", "grammar without storing trees", "procedural city layout", "quest graph generation", "building floor plan procgen", or when a developer says their world "looks random instead of designed". The single mechanism that unlocks all grammar types is select_rule(rules, x, y, depth, world_seed) — position replaces random.choice(). Always use when content needs to feel designed, not merely probable.

2026-04-12
zero-wfc
软件开发工程师

ZeroBytes-seeded Wave Function Collapse hybrid. Infinite O(1) world scale with local structural validity guarantees. Use when a ZeroBytes system produces statistically plausible but structurally broken content — rooms that never connect, corridors to nowhere, rivers that stop mid-chunk. Triggers on "valid dungeon generation", "connected rooms", "guaranteed solvable", "zero-wfc", "infinite WFC world", "constraint-valid procgen", "WFC seeded by coordinates", or any description of content that "looks right but is broken". The skill adds a WFC layer inside each bounded chunk while ZeroBytes handles all infinite-scale O(1) queries; edge constraints bridge the two layers so neighbouring chunks always match at their borders. Always use when the developer needs validity guarantees, not just statistical plausibility.

2026-04-12
zero-causal
软件开发工程师

Chain-is-seed O(1) causal chain procedural determinism methodology. Extends ZeroBytes from static spatial generation into deterministic causal histories and futures. Use when a developer asks for procedural civilisation history, genetic lineage generation, criminal causal chain reconstruction, technology tree evolution, narrative event chains, disease outbreak propagation history, geological event sequences, or any system where a chain of causally-linked events must be reproducible at any point in the chain without stepping through all preceding events. Triggers on phrases like "procedural history", "causal chain", "event sequence", "direct jump to epoch", "lineage generation", "chain-is-seed", "zero-causal", "deterministic timeline", "event at depth N", "without replaying", or when a Zero-Temporal system needs not just temporal properties but a narrative chain of discrete causal events that can be queried at any depth in O(1).

2026-04-04
zero-cubic
软件开发工程师

Triple-is-seed O(N³) triadic procedural determinism methodology. Extends Zero-Quadratic from pairwise relationships to emergent properties of three-entity configurations. Use when a developer asks for coalition diplomacy, triangular trade circuits, three-faction tension, sacred geometry activation, group social dynamics, procedural crafting reactions, or any system where a property emerges from the configuration of exactly three entities and cannot be reduced to a sum of pairwise relationships. Triggers on phrases like "coalition stability", "three-faction", "triangular trade", "triadic relationship", "sacred triangle", "three-body problem", "group dynamics", "three-reagent crafting", "zero-cubic", or when a Zero-Quadratic system needs to model emergent properties that only exist when three entities are considered simultaneously.

2026-04-04
zero-field
软件开发工程师

Space-is-seed continuous influence field methodology. Extends ZeroBytes from discrete entity properties into continuous scalar and vector fields that exist independently of any entity set. Use when a developer asks for mana or magic intensity maps, disease or pollution spread without simulation, gravity or mass distribution fields, faction territory as a continuous function, heat or radiation zones, signal strength maps, predator pressure fields, or any system where a spatially continuous influence exists across the world and entities are derived from the field (not the other way round). Triggers on phrases like "influence field", "continuous field", "territory map", "mana density", "radiation zone", "field-first", "entity-free", "signal strength map", "zero-field", "spawn from field peaks", "no entity enumeration", or when a ZeroBytes system needs a property that permeates space rather than residing at discrete entity positions.

2026-04-04
zero-graph
软件开发工程师

Topology-is-seed procedural graph generation methodology. Extends ZeroBytes and Zero-Quadratic from point and pair properties into complete node-edge graph structures generated deterministically from a region coordinate. Use when a developer asks for procedural dungeon wing layouts, settlement road networks, quest dependency graphs, neural-style connection diagrams, cave system topologies, river delta branching, faction alliance webs, subway or trade network layouts, or any system where a graph structure (nodes + edges) must be generated deterministically without storing an adjacency list or node registry. Triggers on phrases like "procedural graph", "deterministic topology", "dungeon layout graph", "road network generation", "quest dependency structure", "connection diagram", "node-edge generation", "zero-graph", "topology from seed", or when a Zero-Quadratic system needs to also generate the node set itself, not just edge properties between pre-existing nodes.

2026-04-04
zero-quadratic
软件开发工程师

Pair-is-seed O(N²) relational procedural determinism methodology. Extends zerobytes from point properties to relationship properties. Use when a developer asks for deterministic faction systems, procedural social graphs, trade route generation, NPC relationship networks, ley line or signal propagation networks, political tension maps, or any system where the interaction between two entities must be reproducible without storing a graph or adjacency matrix. Triggers on phrases like "relational procedural", "deterministic relationships", "pair-based generation", "faction tension", "procedural diplomacy", "NPC social graph", "trade route generation", "influence fields", "zero-quadratic", "emergent relationships", or when a zerobytes system needs to model how entities affect each other rather than what they are individually. Always use this skill when the user needs to generate properties that exist *between* positions rather than *at* positions.

2026-04-04
zero-spectral
软件开发工程师

Frequency-domain-is-seed procedural generation methodology. Extends ZeroBytes from point-by-point spatial hashing into region-level spectral fingerprinting. Use when a developer asks for adaptive level of detail, biome spectral signatures, terrain with characteristic frequency profiles, procedural audio character maps, signal interference patterns, region-scale pattern generation, or any system where the shape and texture of a region (its frequency content) matters as much as individual point values. Triggers on phrases like "spectral fingerprint", "frequency domain", "adaptive LOD", "terrain texture profile", "procedural audio map", "biome spectral signature", "zero-spectral", "frequency-based generation", "region pattern", or when ZeroBytes coherent noise needs richer regional character or variable resolution output from a single seed.

2026-04-04
当前展示该仓库 Top 8 / 10 个已收集 skills。
gnosis4d
计算机与信息研究科学家

Four-dimensional epistemic processing framework for precise knowledge categorization and honest uncertainty handling. Use when Claude needs to navigate epistemic uncertainty with precision, distinguish between "I don't know" vs "I can't know" vs "I can't verify" vs "I can't articulate", handle questions at the limits of knowledge gracefully, assess cognitive state and avoid reactive pattern-matching, process complex problems requiring systematic knowledge mapping, or provide epistemically honest responses about verification limits, authorization constraints, or articulability gaps.

2026-01-11
zero-agency
软件开发工程师

Consequence-aware agency framework preventing reckless planning and actions. Use when executing agentic tasks that modify state, access resources, or could have downstream effects. Triggers on file operations, code execution, API calls, database modifications, or any multi-step autonomous workflow. Provides pre-action consequence checking, intent verification, and escalation protocols.

2026-01-08
tiledsvg
网页开发工程师

Create complex, detailed SVG graphics through tiled grid decomposition. Use when generating characters, scenes, objects, illustrations, or any detailed vector artwork. Decomposes images into grid tiles, designs each tile independently with layered shapes, then assembles into cohesive output. Triggers on requests for detailed SVG art, character design, complex illustrations, scene composition, or when standard single-pass SVG approaches produce insufficient detail.

2025-12-28
calzone
软件开发工程师

Compress verbose plans, specifications, and documentation into ultra-compact ASCII-safe pseudocode with zero fidelity loss

2025-11-15
twenty-questions
技术写作员

Structured interview methodology for collecting comprehensive information through dynamic, context-aware questioning with progressive artifact updates

2025-10-18
tins
软件开发工程师

creating TINS-compliant README files, generating implementations from TINS READMEs, and validating TINS documentation

2025-10-18
unfold
软件开发工程师

Stage-based planning methodology for breaking complex development plans into manageable phase and substage documents with detailed step-by-step instructions and code examples

2025-10-18
已展示 12 / 13 个仓库