tca-ios

Extract TCA iOS Skill Unit metadata from SKILL.md frontmatter into YAML.

3|Updated Jan 14, 2014
One-click install
npx skills add https://github.com/prateek/dotfiles --skill tca-ios
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: tca-ios
Source: https://github.com/prateek/dotfiles/tree/main/.agents/skills/tca-ios
Command: npx skills add https://github.com/prateek/dotfiles --skill tca-ios

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill describes how to identify valid Skill Units in a repository by requiring a root SKILL.md with YAML frontmatter and then generating structured metadata for discovery and governance.

Core Features & Use Cases

  • Enforces the mandatory SKILL.md frontmatter and its required fields (name and description).
  • Maps optional resources (scripts/, references/, assets/) to metadata for on-demand loading.
  • Produces a toxicity and provenance assessment to help validate safe and compliant Skill Units.

Quick Start

Validate a Skill Unit by locating its SKILL.md, verifying the YAML frontmatter, and running the metadata extraction workflow.

Frequently Asked Questions about tca-ios

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

FAQPage Schema
How do I extract metadata for a TCA iOS Skill Unit?▼

To extract metadata for a TCA iOS Skill Unit, locate the root SKILL.md file, verify its YAML frontmatter, and map optional directories like scripts, references, and assets to generate a structured YAML metadata block.

What is required to validate a TCA iOS Skill Unit?▼

Validating a TCA iOS Skill Unit requires a root SKILL.md file containing mandatory YAML frontmatter with at least the name and description fields properly defined.

How does the TCA iOS architecture handle dependency and toxicity checks?▼

The TCA iOS architecture handles dependency and toxicity checks by producing a toxicity and provenance assessment during metadata extraction to validate safe and compliant Skill Units.

Can I use optional directories for on-demand loading in TCA iOS?▼

Yes, you can use optional directories like scripts, references, and assets in TCA iOS by mapping them to metadata fields for on-demand loading during the Skill Unit extraction process.

What fields are included in the YAML metadata block for iOS architecture?▼

The YAML metadata block for iOS architecture includes fields such as name, tagline, description, request, complexity, category, keywords, dependencies, and components, plus a toxicity check result.