resources

Creates editable PDFs and extracts structured data and tables from scanned files.

Updated Feb 21, 2026
One-click install
npx skills add https://github.com/adamkingsbury/unified-data-model --skill resources-adamkingsbury
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: resources
Source: https://github.com/adamkingsbury/unified-data-model/tree/main/.claude/skills/resources
Command: npx skills add https://github.com/adamkingsbury/unified-data-model --skill resources-adamkingsbury

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Centralizes and secures credentials and service configurations by storing them as structured resource files.

Core Features & Use Cases

  • Resource files use the pattern {path}.resource.json to store credentials and settings for external services.
  • Each resource defines value, description, and resource_type to support consistent access and automation.
  • Use cases include provisioning credentials for databases, APIs, and cloud services, and referencing resources from automation scripts.

Quick Start

Create a new resource file at f/databases/postgres_prod.resource.json that defines host, port, user, password, and resource_type, then reference it in a script.

Frequently Asked Questions about resources

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

FAQPage Schema
How do I securely manage credentials and service configurations across deployment scripts?

You can securely manage credentials and service configurations by centralizing them into structured resource files. This enforces a defined schema for consistent access to databases, APIs, and cloud services across your automation scripts and deployment workflows.

What is the best way to store database and API credentials for automation scripts?

The best way to store database and API credentials is using structured resource files following the {path}.resource.json pattern. Each file defines a value, description, and resource_type to support consistent access and automation provisioning.

How do I reference external service credentials from a deployment configuration?

You can reference external service credentials from a deployment configuration by defining them in a structured resource file and using supported variable and resource references. This allows automation scripts to securely access databases, APIs, and cloud services.

Can I use structured resource files to provision access for cloud services and databases?

Yes, you can use structured resource files to provision access for cloud services and databases. The system includes a standard set of common resource types, enforcing a defined schema to ensure consistent and secure service configurations.

Do I need a specific schema to store secrets as structured resource files?

Yes, storing secrets as structured resource files requires a defined resource schema. Each resource must define a value, description, and resource_type to ensure consistent access and proper automation support across your development and operations workflows.

What are the limitations of managing secrets with structured resource files?

When managing secrets with structured resource files, configurations are limited to the standard set of common resource types provided. You must adhere to the enforced resource schema and supported variable references, without external dependencies.