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
آخر نشاط في المصدر
٩ يوليو ٢٠٢٦ في ١٩:٥٢
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
٣٢
التفرعات
٣

خيارات التثبيت

يُحدَّد 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