What problem does it solve? Reusable skill packs often carry assumptions from their source project—names, data shapes, and conventions—that break or mislead when dropped into a different repository. This Skill reads the target repository's local context and rewrites the imported skills so they fit the new project without leaking source-project assumptions. ## Core Features & Use Cases - Local Context Reading: Inspects README.md, AGENTS.md, package manifests, deployment files, and domain docs to understand the target repository. - Profile Classification: Sorts the repository into design-heavy, workflow-heavy, docs-site, or default profiles and loads only the smallest useful skill set. - Assumption Stripping: Rewrites instructions in project-native terms while preserving local security, deployment, and data rules. - Use Case: When porting a shared skill library into a new codebase, run this Skill first so every imported instruction references the new project's actual configs instead of the old project's conventions. ## Quick Start Use the portable-project-adapter skill to adapt the reusable skills in this repository to the current project by reading the local README and manifests, choosing the right profile, and rewriting the instructions in project-native terms.