agentsclimarketplace

Context loader

Skill Razaib-khan/ForgeWeave/src/forgeweave/templates/claude/.claude/skills/context-loader

Behavioral execution framework for AI agents — define deterministic, portable skills & agents across OpenCode, Claude Code, Gemini CLI, and Qwen Code.

Install
npx -y skills add Razaib-khan/ForgeWeave --skill context-loader

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Reads AGENTS.md + project structure + existing skills to build an execution-aware context before any operation

SKILL.md

2.4 KB, as published. Nobody here has run it

Context Loader

Purpose

Before any operation begins, load and understand the full project context: AGENTS.md, project structure, available skills, MCP server configuration, and key files. Ensures every subsequent action is informed by the project's conventions and capabilities.

When to Use

  • Starting a new session on a ForgeWeave project
  • Before running any skill or workflow that depends on project structure
  • The agent needs to understand what agents and skills are available
  • After forge init has scaffolded a new project

When Not to Use

  • The task is outside the project (e.g., general knowledge question)
  • Context has already been loaded in the current session
  • The task is a simple isolated operation

Inputs

InputTypeRequiredDescription
project_rootstringNo (default: cwd)Path to project root

Expected Outputs

OutputDescription
Project overviewProject type, TUI, key structure
Available agentsList of registered agents from AGENTS.md
Available skillsList of skills with their purposes
MCP configurationWhich MCP servers are configured
Key filesPaths to important config files

Exact Workflow Steps

  1. Read AGENTS.md for agent registration and configuration
  2. Scan .<tui>/skills/ for available skills and their SKILL.md descriptions
  3. Read .<tui>/opencode.json or equivalent for MCP server config
  4. Read RESEARCH_INSTRUCTIONS.md if present
  5. Identify the TUI being used from the project structure
  6. Compile a context summary for the agent to use

Required Checks

  • AGENTS.md was found and parsed
  • Skills directory was scanned
  • MCP configuration was loaded
  • TUI was identified

Failure Modes

Failure ConditionResponse
No AGENTS.md foundReport: "Not a ForgeWeave project — run forge init first"
Skills directory missingReport: "No skills directory found — run forge init"
MCP config missingProceed with limited capabilities

References

ReferencePath
AGENTS.md./AGENTS.md
AGENT_SPEC.md./AGENT_SPEC.md

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.