Skip to main content

addyosmani-agent-skills

Specialist knowledge of the addyosmani/agent-skills project (Shell, JavaScript). Use when working with or extending agent-skills: understanding its architecture, patterns, and configuration. Not for general Shell, JavaScript questions unrelated to agent-skills.

インストールへ移動

ソース情報

リポジトリ
jmxt3/gitscape.ai
ソースの最終更新活動
2026年7月9日 19:52
検出された SKILL.md の言語
英語
スター
32
フォーク
3

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

ファイルエクスプローラー
10 ファイル

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
addyosmani-agent-skills
description
Specialist knowledge of the addyosmani/agent-skills project (Shell, JavaScript). Use when working with or extending agent-skills: understanding its architecture, patterns, and configuration. Not for general Shell, JavaScript questions unrelated to agent-skills.
# addyosmani/agent-skills — Code Skill ## What this is **Production-grade engineering skills for AI coding agents.** ## When to use - Understanding the architecture and module layout of agent-skills - Locating and calling functions, classes, and methods in its public API - Extending or modifying behavior consistent with its existing patterns - Debugging by tracing through its modules - Setting up, running, or configuring the project ## Key concepts Top-level areas: `.agents/`, `.claude/`, `.claude-plugin/`, `.codex-plugin/`, `.gemini/`, `.github/`, `.opencode/`, `agents/`. Primary languages: Shell, JavaScript. ## Quickstart ```bash git clone https://github.com/addyosmani/agent-skills.git ``` ## References - [Architecture & dependencies](references/architecture.md) - [Usage examples](references/examples.md) - [Setup & commands](references/setup.md) ## Code Access The full source digest for this repository is available locally: - [Full Code Digest](references/addyosmani_agent_skills_digest.txt)
GitHubで見る