🧩
AI EngineeringPython

Component Interfaces

by zhnt

Component Interfaces is an AI Engineering skill for Claude Code, published by zhnt in loushang.

1.2K stars192 forkson zhnt/loushangAdded 2026/08/20+1% in starsRepository updated 2026/08/16
agentagent-harnessagenticaichatgptclaudeclaude-codecodexcodingdeepseekdynamic-workflowsglmharnesskimiminimaxparallel-agentspythonskillsvibe-codingworkflow
Install in seconds
Install Component Interfaces
Copy Component Interfaces 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/zhnt/loushang/tree/main/docs/internals/architecture/coding/component-interfaces ~/.claude/skills/component-interfaces

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/zhnt/loushang.git

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

In this catalog

Source file
docs/internals/architecture/coding/component-interfaces/skill.md in zhnt/loushang
Installs to
~/.claude/skills/component-interfaces
Collection
The only skill cataloged from this repository
Category
AI Engineering2451 skills

What Component Interfaces does

Component Interfaces discovers, parses, and loads coding skills from SKILL.md files, controlling visibility and enabling policies. Use it to integrate skill metadata and prompt fragments into an agent harness.

Component Interfaces is cataloged under AI Engineering on DirSkills. Component Interfaces comes from a repository tagged agent, agent-harness, agentic, ai and chatgpt.

Documentation

README

skill

Role

  • coding skill 发现、解析与注入边界

Owns

  • SkillLoader
  • skill 元数据解析
  • skill prompt 片段收集
  • skill 可见性与启用策略

Depends On

  • loader
  • utils

Commands

  • discover_skills(...)
  • load_skill(...)
  • reload_skills(...)
  • enable_skill(...)
  • disable_skill(...)

Queries

  • get_skill(...)
  • list_skills()
  • list_enabled_skills()

Events

  • 当前无稳定事件面

Key Data

  • SkillDescriptor
  • ResourceBundle
  • SKILL.md frontmatter:
    • name
    • description
    • disable-model-invocation

Out Of Scope

  • method 选择策略
  • extension hook 执行
  • prompt 最终组装

Reference Implementation Alignment

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

Frequently asked about Component Interfaces

  • How does Component Interfaces compare to other AI Engineering skills?

    Component Interfaces ranks #1175 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 Component Interfaces against them. Open each page to compare what they document and how they install.