Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

zk-context-vault

zk-context-vault contém 35 skills coletadas de SyntaxAsSpiral, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
35
Stars
5
atualizado
2026-06-26
Forks
1
Cobertura ocupacional
7 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

factorio-modding
Desenvolvedores de software

Use when creating, editing, or debugging Factorio mods — writing prototypes in data.lua, handling events in control.lua, defining mod settings, structuring info.json, writing locale files, or diagnosing desync and prototype errors.

2026-06-26
factorio-modding
Desenvolvedores de software

Use when creating, editing, or debugging Factorio mods — writing prototypes in data.lua, handling events in control.lua, defining mod settings, structuring info.json, writing locale files, or diagnosing desync and prototype errors.

2026-06-26
nix-os
Desenvolvedores de software

Comprehensive Nix package and configuration management following Determinate Systems best practices.

2026-06-01
nix-os
Desenvolvedores de software

Manage Nix packages, flakes, and configurations using Determinate Nix installer patterns. Use when installing/updating packages, creating flakes, troubleshooting Nix issues, or optimizing Nix workflows. Keywords: nix, flake, package, nixpkgs, nix profile, flake.nix, flake.lock, determinate, nix-installer

2026-06-01
obsidian
Desenvolvedores de software

Use when working with Obsidian vaults — creating or editing .md notes, wikilinks, callouts, frontmatter, embeds, tags, or Obsidian-specific syntax; or when interacting with a vault via the obsidian CLI to read, create, search, manage notes/tasks/properties, or develop and debug plugins and themes.

2026-06-01
semantic-json
Desenvolvedores de software

Use when working with Obsidian Canvas files as cognitive modeling tools — compiling spatial/visual structure into deterministic JSON, designing canvas layouts with semantic color and edge conventions, exporting structured data from canvas, or importing JSON into canvas form.

2026-06-01
obsidian
Desenvolvedores de software

Use when working with Obsidian vaults — creating or editing .md notes, wikilinks, callouts, frontmatter, embeds, tags, or Obsidian-specific syntax; or when interacting with a vault via the obsidian CLI to read, create, search, manage notes/tasks/properties, or develop and debug plugins and themes.

2026-06-01
semantic-json
Desenvolvedores de software

Use when working with Obsidian Canvas files as cognitive modeling tools — compiling spatial/visual structure into deterministic JSON, designing canvas layouts with semantic color and edge conventions, exporting structured data from canvas, or importing JSON into canvas form.

2026-06-01
catppuccin-theming
Desenvolvedores de software

Apply Catppuccin color palettes to configs, stylesheets, and terminal themes. This skill should be used when creating or modifying CSS themes, terminal color schemes, shell prompts (Starship, etc.), or any configuration that requires consistent Catppuccin colors. Covers all four official flavors (Latte, Frappe, Macchiato, Mocha) plus ZK's custom variants (rose, sage, grape, honey, blueberry).

2026-05-27
local-inference
Administradores de redes e sistemas de computador

Use when running inference probes on the mesh, routing tasks to pi or hermes harnesses, or configuring model loading across LM Studio (adeck:1234), vLLM (zrrh:8000), or llama-server (zrrh direct). Covers gateway config, ctx ceiling procedure, tool-call probing, KV quant config, dense vs MoE tradeoffs, and harness architecture.

2026-05-27
mcp-builder
Desenvolvedores de software

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

2026-05-27
memory-systems
Desenvolvedores de software

This skill should be used when the user asks to "implement agent memory", "persist state across sessions", "build knowledge graph", "track entities", or mentions memory architecture, temporal knowledge graphs, vector stores, entity memory, or cross-session persistence.

2026-05-27
openrgb
Desenvolvedores de software

Advanced OpenRGB integration for ambient computing — SDK server automation, remote display surfaces, presence indicators, notification channels, and event-driven effects using openrgb-python. Use when building RGB as an ambient interface layer, presence/notification systems, multi-host lighting coordination, or system-event-driven effects.

2026-05-27
sideriod
Desenvolvedores de software

Use when the user asks for astrology readings, celestial timing, planetary hours, tattwa cycles, moon sign, biorhythms, or symbolic timing weather. Requires sideriod installed locally — if not present, run the setup guide.

2026-05-27
sideriod
Trabalhadores de mídia e comunicação, todos os outros

Use when the user asks for astrology readings, celestial timing, planetary hours, tattwa cycles, moon sign, biorhythms, or symbolic timing weather. Requires sideriod installed locally — if not present, run the setup guide.

2026-05-01
local-inference
Desenvolvedores de software

Use when running inference probes on the mesh, routing tasks to pi or hermes harnesses, or configuring model loading across LM Studio (adeck:1234), vLLM (zrrh:8000), or llama-server (zrrh direct). Covers gateway config, ctx ceiling procedure, tool-call probing, KV quant config, dense vs MoE tradeoffs, and harness architecture.

2026-04-29
openrgb
Desenvolvedores de software

Advanced OpenRGB integration for ambient computing — SDK server automation, remote display surfaces, presence indicators, notification channels, and event-driven effects using openrgb-python. Use when building RGB as an ambient interface layer, presence/notification systems, multi-host lighting coordination, or system-event-driven effects.

2026-03-09
agent-steering
Desenvolvedores de software

Universal agent configuration patterns for any AI coding environment. Use when configuring steering, specs, or context assembly for Kiro, Claude Code, Codex, Charm, or other agents.

2026-03-02
advanced-evaluation
Cientistas de dados

Master LLM-as-a-Judge evaluation techniques including direct scoring, pairwise comparison, rubric generation, and bias mitigation. Use when building evaluation systems, comparing model outputs, or establishing quality standards for AI-generated content.

2026-03-02
context-compression
Desenvolvedores de software

Design and evaluate context compression strategies for long-running agent sessions. Use when agents exhaust memory, need to summarize conversation history, or when optimizing tokens-per-task rather than tokens-per-request.

2026-03-02
context-fundamentals
Desenvolvedores de software

Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.

2026-03-02
context-optimization
Desenvolvedores de software

Apply optimization techniques to extend effective context capacity. Use when context limits constrain agent performance, when optimizing for cost or latency, or when implementing long-running agent systems.

2026-03-02
evaluation
Analistas de garantia de qualidade de software e testadores

Build evaluation frameworks for agent systems. Use when testing agent performance, validating context engineering choices, or measuring improvements over time.

2026-03-02
memory-systems
Desenvolvedores de software

Design and implement memory architectures for agent systems. Use when building agents that need to persist state across sessions, maintain entity consistency, or reason over structured knowledge.

2026-03-02
multi-agent-patterns
Desenvolvedores de software

Design multi-agent architectures for complex tasks. Use when single-agent context limits are exceeded, when tasks decompose naturally into subtasks, or when specializing agents improves quality.

2026-03-02
project-development
Desenvolvedores de software

Design and build LLM-powered projects from ideation through deployment. Use when starting new agent projects, choosing between LLM and traditional approaches, or structuring batch processing pipelines.

2026-03-02
tool-design
Desenvolvedores de software

Design tools that agents can use effectively, including when to reduce tool complexity. Use when creating, optimizing, or reducing agent tool sets.

2026-03-02
catppuccin-theming
Desenvolvedores de software

Apply Catppuccin color palettes to configs, stylesheets, and terminal themes. This skill should be used when creating or modifying CSS themes, terminal color schemes, shell prompts (Starship, etc.), or any configuration that requires consistent Catppuccin colors. Covers all four official flavors (Latte, Frappe, Macchiato, Mocha) plus ZK's custom variants (rose, sage, grape, honey, blueberry).

2026-03-02
context-degradation
Cientistas de pesquisa em computação e informação

Recognize, diagnose, and mitigate patterns of context degradation in agent systems. Use when context grows large, agent performance degrades unexpectedly, or debugging agent failures.

2026-03-02
covenant-patterns
Desenvolvedores de software

Apply covenant principles as design constraints across all core systems. Use when building agents, prompts, recipes, artifacts, or multi-agent architectures.

2026-03-02
epistemic-rendering
Redatores técnicos

Transform content through eight cognitive lenses for different kinds of understanding. Use when the same concept needs exploration through story, debate, simulation, uncertainty, fiction, embodiment, ritual, or reflection.

2026-03-02
mcp-builder
Desenvolvedores de software

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

2026-03-02
memory-systems
Desenvolvedores de software

This skill should be used when the user asks to "implement agent memory", "persist state across sessions", "build knowledge graph", "track entities", or mentions memory architecture, temporal knowledge graphs, vector stores, entity memory, or cross-session persistence.

2026-03-02
multi-agent-coordination
Desenvolvedores de software

Patterns for coordinating multiple AI agents. Use when single-agent context limits are exceeded, tasks decompose naturally, or specialized agents improve quality.

2026-03-02
recipe-assembly
Desenvolvedores de software

Recipe-based context assembly and deployment using slice architecture. Use when building compilation pipelines, extracting documentation slices, or deploying context to multiple targets.

2026-03-02