📦
AI EngineeringTypeScript

Skill Porting

by Prism-Shadow

Skill Porting is an AI Engineering skill for Claude Code, published by Prism-Shadow in penguin-harness.

1.5K stars150 forkson Prism-Shadow/penguin-harnessAdded 2026/08/19+21% in starsRepository updated 2026/08/19
agentagentic-aiaibuild-toolclaude-codedeepseekdeepseek-harnessdesktopharnessllmrsiself-evolving
Install in seconds
Install Skill Porting
Copy Skill Porting into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Prism-Shadow/penguin-harness/tree/main/packages/skills/skills/skill-porting ~/.claude/skills/skill-porting

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Prism-Shadow/penguin-harness.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
packages/skills/skills/skill-porting/SKILL.md in Prism-Shadow/penguin-harness
Installs to
~/.claude/skills/skill-porting
Collection
One of 21 skills cataloged from this repository
Category
AI Engineering2451 skills

What Skill Porting does

Skill Porting installs skills from Claude Code plugin marketplaces, Codex plugins, skills.sh registry names, GitHub repos, or local folders into Penguin's agent_state/skills directory after reviewing all files and normalizing SKILL.md frontmatter. Use it to add a third-party skill safely.

Skill Porting is cataloged under AI Engineering on DirSkills. Skill Porting comes from a repository tagged agent, agentic-ai, ai, build-tool and claude-code.

Documentation

README

Skill Porting

Penguin has no plugin mechanism and needs none: the wider ecosystem's plugins are wrappers around plain skill directories — a SKILL.md plus support files — which is exactly the shape Penguin installs. This skill turns any common external source into installed skills: locate the source, fetch it at a pinned revision, review everything, normalize the frontmatter, copy into agent_state/skills/<name>/, verify.

Before you start

If the user's message only invokes this skill (e.g. "use skill-porting skill") without naming a skill or a source, ask what skill they want and where it comes from (a marketplace plugin name, a repo URL, a skills add spec, or a local path).

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Skill Porting

  • What else does Prism-Shadow publish alongside Skill Porting?

    Skill Porting is one of 21 skills that DirSkills catalogs from Prism-Shadow/penguin-harness, the repository it ships in. Its siblings there include Agent Creation, Agent Evaluation and Agent Optimization. Each one is a separate skill with its own page in this directory, installs the same way Skill Porting does, and is maintained by Prism-Shadow in that same repository. The rest of the collection is listed on the Prism-Shadow/penguin-harness page.

  • How does Skill Porting compare to other AI Engineering skills?

    Skill Porting ranks #995 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Skill Porting against them. Open each page to compare what they document and how they install.

More from Prism-Shadow/penguin-harness

Skill Porting is one of 21 skills cataloged on DirSkills from Prism-Shadow/penguin-harness.

See all 21 skills
🤖
2w ago

Agent Creation

Agent Creation turns a user requirement into a working agent configuration by writing AGENTS.md, setting identity metadata, and installing only needed skills. Use it to create or configure an Agent State under the agents directory.
AI Engineering
1.5K149
🧪
2w ago

Agent Evaluation

Agent Evaluation runs one specified test agent on one benchmark case exactly once, privately scores the execution, and returns one protocol result. Use it when a run_subagent caller needs a single isolated agent evaluation without managing loops or scoreboards.
AI Engineering
1.5K149
🧪
2w ago

Agent Optimization

Agent Optimization improves one Test Agent through an evidence → hypothesis → Candidate → evaluation → accept or rollback loop. It uses a frozen Benchmark, Scoreboard, and public Test Traces as black-box feedback while delegating all evaluation to an agent-evaluation subagent.
AI Engineering
1.5K149
🤖
2w ago

AgentHub Models

AgentHub Models calls model APIs through @prismshadow/agenthub for streaming text, image generation, speech synthesis, embeddings, and the supported-model registry with one client. Use it when building AI apps that need a single TypeScript client for multiple model providers.
AI Engineering
1.5K150
🧪
2w ago

Benchmark Design

Benchmark Design builds and calibrates a multi-Case capability benchmark for one Test Agent and establishes a traceable Formal Baseline. Use it when you need to design, pilot, and freeze a benchmark without changing the test agent.
AI Engineering
1.5K150
📽️
2w ago

Bento Slides

Bento Slides creates and edits Bento presentations — self-contained .bento.html decks whose document is JSON. Use it when the user wants a slide deck or presentation, whether from scratch, from source material, or by improving an existing file.
Frontend
1.5K150