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.

Ir para a instalação

Informações da origem

Repositório
jmxt3/gitscape.ai
Última atividade na origem
9 de julho de 2026 às 19:52
Idioma detectado do SKILL.md
inglês
Estrelas
32
Forks
3

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Explorador de arquivos
10 arquivos

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
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)
Ver no GitHub