byfractera· 18 skills
Prepare the KNOWLEDGE an automation/project needs BEFORE any code is written: at planning time explicitly consider the class of external tools (web search like exa.ai, platform APIs like the YouTube API, ready-made skills/MCP connectors found on the internet); default to DELEGATING the build to a coding agent with the fullest possible specification file; and — because coders usually have NO internet — transfer the external documentation they need onto the workspace disk (CRUD-DOCS) + Company Memory with the owner's agreement, token-lean (metadata only, the document body never enters the model context). Sequence: find → agree → transfer → ingest → reference the local paths in the coder's spec file. Via MCP: owner_docs_transfer_external_documentation (:3230).
$npx -y skills add fractera/agent-engineering-infrastructure --skill prepare-automation-knowledgeInstalls into the current project.
Run `npx skills use "https://github.com/fractera/agent-engineering-infrastructure" --skill "fractera/agent-engineering-infrastructure/prepare-automation-knowledge"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/fractera/agent-engineering-infrastructure" that are relevant to the current task. Run `npx skills add "https://github.com/fractera/agent-engineering-infrastructure"` and select the relevant skills, then follow their instructions.