
from griddynamics
Ensure an agent loads the most current execution context and prep steps (bootstrap, docs, tools) before planning or acting.
This skill enforces a context-loading gate for agents: it detects runtime mode (plugin, MCP, or adhoc), loads bootstrap rules or context files, executes required preparation steps, and prevents further actions until context is confirmed. It standardises how agents gather and verify the current workspace, docs, and tool instructions.
Use this skill at the start of planning or executing workflows where up-to-date context matters — onboarding new tasks, switching repositories, or running multi-step automation that depends on environment-specific prep. It is especially useful for agents operating as plugins or within MCP-style orchestrations.
docs/ and bootstrap hooks.Designed for agent platforms and orchestrators (Codex/Copilot-style assistants, Claude/Gemini CLI integrations) that can call a get_context_instructions tool or read workspace documentation. Useful wherever a hard gating of prep steps is required.
This skill has not been reviewed by our automated audit pipeline yet.
Reasoning
Structured 7-step meta-cognitive reasoning skill that guides analysis, decomposition, and confident decision-making with explicit caveats.
Rosetta Testing Specialist
Expert guidance for writing isolated, idempotent tests with 80%+ coverage and strict external-only mocking.
Solr Semantic Search Expert
Implement phrase-tagging semantic search in Apache Solr 9.x using concept tagging, taxonomies, and graph-based path resolution.
Subagent Contract
Defines the operational contract, boundaries, and escalation protocols for spawned subagents.