external-resource-context

Discover and record external resource access methods in project documentation.

29|4|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/shinpr/codex-workflows --skill external-resource-context-shinpr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: external-resource-context
Source: https://github.com/shinpr/codex-workflows/tree/main/.agents/skills/external-resource-context
Command: npx skills add https://github.com/shinpr/codex-workflows --skill external-resource-context-shinpr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Discovers, confirms, and records external resource context to support project design and implementation work, including design origin, design system, guidelines, visual verification environment, database schema source, migration history, secret store location, API schema source, mock environment, IaC source, and environment configuration. Use when external resource context needs to be discovered or refreshed, recorded in docs/project-context/external-resources.md, or referenced from a Design Doc/UI Spec.

Core Features & Use Cases

  • Discover and record access methods for design origin, design system, guidelines, visual verification environment, database schema source, migration history, secret store location, API schema source, mock environment, IaC source, and environment configuration.
  • Record stable access methods and feature identifiers in docs/project-context/external-resources.md, and reference them from Design Docs/UI Specs.
  • Use project-tier and feature-tier references to support planning, review, and implementation workflows.

Quick Start

Run the external-resource-context skill to discover and record current external resources in the project docs.

Frequently Asked Questions about external-resource-context

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I document external resources for project design and implementation?

You document external resources by recording their access methods and identifiers in docs/project-context/external-resources.md to support project planning and feature development.

What external resource context should I record for UI specs and design docs?

You should record design origin, design system, guidelines, visual verification environment, API schema source, and mock environment access methods for UI specs and design docs.

How do I track database schema source and migration history for infrastructure planning?

You track database schema source and migration history by discovering and recording their stable access methods in project context documentation for infrastructure planning.

Can I reference external infrastructure configuration from design docs?

Yes, you can reference external infrastructure configuration by recording stable access methods in docs/project-context/external-resources.md and linking them from your design docs.

When do I need to refresh external resource context in project documentation?

You need to refresh external resource context when planning new features, reviewing project specs, or when access methods for IaC sources and environment configurations change.

How does recording IaC source and secret store location support implementation workflows?

Recording IaC source and secret store location supports implementation by providing project-tier and feature-tier references that guide development and review workflows.