[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-letta-skill-development":3,"mdc--pro2f6-key":34,"related-org-letta-skill-development":794,"related-repo-letta-skill-development":952},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":12,"stars":23,"repoUrl":24,"updatedAt":25,"license":26,"forks":27,"topics":28,"repo":29,"sourceUrl":32,"mdContent":33},"skill-development","create and contribute agent skills","Create and contribute skills to the communal knowledge base. Use when creating new skills, updating existing skills, or contributing learnings back to the repository.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},"letta","Letta","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fletta.png","letta-ai",[13,17,20],{"name":14,"slug":15,"type":16},"Knowledge Base","knowledge-base","tag",{"name":18,"slug":19,"type":16},"Plugin Development","plugin-development",{"name":21,"slug":22,"type":16},"Engineering","engineering",127,"https:\u002F\u002Fgithub.com\u002Fletta-ai\u002Fskills","2026-07-13T06:25:57.395988","MIT",20,[],{"repoUrl":24,"stars":23,"forks":27,"topics":30,"description":31},[],"A shared repository for skills. Intended to be used with Letta Code, Claude Code, Codex CLI, and other agents that support skills.","https:\u002F\u002Fgithub.com\u002Fletta-ai\u002Fskills\u002Ftree\u002FHEAD\u002Fmeta\u002Fskill-development","---\nname: skill-development\ndescription: Create and contribute skills to the communal knowledge base. Use when creating new skills, updating existing skills, or contributing learnings back to the repository.\nlicense: MIT\n---\n\n# Skill Development\n\nGuide for creating effective skills and contributing them to the communal knowledge base.\n\n## When to Use This Skill\n\n**Creating skills:**\n- Building a new skill for a specific domain or workflow\n- Updating an existing skill with improvements\n- Packaging skills for distribution\n\n**Contributing skills:**\n- You discovered something that took significant time to figure out\n- Existing skill instructions were incomplete or led you astray\n- You repeatedly solve the same undocumented problem\n\n---\n\n## Part 1: Creating Skills\n\n### Skill Structure\n\n```\nskill-name\u002F\n├── SKILL.md (required)\n│   ├── YAML frontmatter (name, description)\n│   └── Markdown instructions\n└── Bundled Resources (optional)\n    ├── scripts\u002F      - Executable code\n    ├── references\u002F   - Documentation loaded as needed\n    └── assets\u002F       - Files used in output\n```\n\n### SKILL.md Requirements\n\n```yaml\n---\nname: skill-name\ndescription: What this skill does. Use when [triggers]. \n---\n\n# Skill Name\n\n[Instructions in imperative form...]\n```\n\n**Metadata rules:**\n- `name`: lowercase, hyphens, gerund form (e.g., `creating-skills`)\n- `description`: Lead with action verbs, end with \"Use when [triggers]\"\n\n### Writing Style\n\nWrite in **imperative\u002Finfinitive form** (verb-first), not second person:\n- ✅ \"To accomplish X, do Y\"\n- ❌ \"You should do X\"\n\n### Progressive Disclosure\n\nKeep SKILL.md lean (\u003C5k words). Move detailed content to `references\u002F`:\n1. **Metadata** (~100 words) - Always in context\n2. **SKILL.md body** (\u003C5k words) - When skill triggers\n3. **References** (unlimited) - Loaded as needed by agent\n\n### Scripts\n\nInclude scripts for tasks that:\n- Are repeatedly rewritten\n- Require deterministic reliability\n- Save significant tokens\n\n---\n\n## Part 2: Contributing Skills\n\n### Core Philosophy\n\nThis repository is a **living knowledge base**. Skills must contain **general-purpose knowledge** that helps many agents - not project-specific configs or personal preferences.\n\n### What to Contribute\n\n| ✅ Contribute | ❌ Don't Contribute |\n|--------------|-------------------|\n| Patterns that appear 3+ times | One-off solutions |\n| General API\u002Ftool patterns | Project-specific configs |\n| Battle-tested workarounds | Personal preferences |\n| Gap in existing skills | Already documented elsewhere |\n\n### Validation Checklist\n\nBefore contributing, verify:\n- [ ] Is this generalizable beyond your specific context?\n- [ ] Have you seen this pattern multiple times?\n- [ ] Does this address a real gap vs. personal preference?\n- [ ] Would this help an agent on a completely different project?\n\n### Contribution Process\n\n1. **Recognize** - Notice patterns during work (time investment, repetition, corrections)\n2. **Validate** - Confirm pattern is general, not specific to your context\n3. **Create branch** - `add\u002Fskill-name` or `fix\u002Fskill-name`\n4. **Submit PR** - Clear description with rationale and evidence\n\nSee `references\u002Fpr-workflow.md` for detailed PR process.\n\n---\n\n## Scripts\n\n- `scripts\u002Finit_skill.py` - Initialize skill directory structure\n- `scripts\u002Fpackage_skill.py` - Package skill for distribution\n- `scripts\u002Fquick_validate.py` - Validate SKILL.md format\n\n## References\n\n- `references\u002Frecognizing-learnings.md` - Patterns for spotting valuable learnings\n- `references\u002Fvalidation-criteria.md` - Detailed validation guidelines\n- `references\u002Fpr-workflow.md` - PR process and templates\n- `references\u002Fcontribution-examples.md` - Real contribution examples\n- `references\u002Fprogressive-disclosure-research.md` - Research on skill organization\n",{"data":35,"body":36},{"name":4,"description":6,"license":26},{"type":37,"children":38},"root",[39,47,53,60,69,89,97,115,119,125,132,145,151,273,281,319,325,337,350,356,368,402,408,413,431,434,440,446,465,471,551,557,562,606,612,669,682,685,690,726,731,788],{"type":40,"tag":41,"props":42,"children":43},"element","h1",{"id":4},[44],{"type":45,"value":46},"text","Skill Development",{"type":40,"tag":48,"props":49,"children":50},"p",{},[51],{"type":45,"value":52},"Guide for creating effective skills and contributing them to the communal knowledge base.",{"type":40,"tag":54,"props":55,"children":57},"h2",{"id":56},"when-to-use-this-skill",[58],{"type":45,"value":59},"When to Use This Skill",{"type":40,"tag":48,"props":61,"children":62},{},[63],{"type":40,"tag":64,"props":65,"children":66},"strong",{},[67],{"type":45,"value":68},"Creating skills:",{"type":40,"tag":70,"props":71,"children":72},"ul",{},[73,79,84],{"type":40,"tag":74,"props":75,"children":76},"li",{},[77],{"type":45,"value":78},"Building a new skill for a specific domain or workflow",{"type":40,"tag":74,"props":80,"children":81},{},[82],{"type":45,"value":83},"Updating an existing skill with improvements",{"type":40,"tag":74,"props":85,"children":86},{},[87],{"type":45,"value":88},"Packaging skills for distribution",{"type":40,"tag":48,"props":90,"children":91},{},[92],{"type":40,"tag":64,"props":93,"children":94},{},[95],{"type":45,"value":96},"Contributing skills:",{"type":40,"tag":70,"props":98,"children":99},{},[100,105,110],{"type":40,"tag":74,"props":101,"children":102},{},[103],{"type":45,"value":104},"You discovered something that took significant time to figure out",{"type":40,"tag":74,"props":106,"children":107},{},[108],{"type":45,"value":109},"Existing skill instructions were incomplete or led you astray",{"type":40,"tag":74,"props":111,"children":112},{},[113],{"type":45,"value":114},"You repeatedly solve the same undocumented problem",{"type":40,"tag":116,"props":117,"children":118},"hr",{},[],{"type":40,"tag":54,"props":120,"children":122},{"id":121},"part-1-creating-skills",[123],{"type":45,"value":124},"Part 1: Creating Skills",{"type":40,"tag":126,"props":127,"children":129},"h3",{"id":128},"skill-structure",[130],{"type":45,"value":131},"Skill Structure",{"type":40,"tag":133,"props":134,"children":138},"pre",{"className":135,"code":137,"language":45},[136],"language-text","skill-name\u002F\n├── SKILL.md (required)\n│   ├── YAML frontmatter (name, description)\n│   └── Markdown instructions\n└── Bundled Resources (optional)\n    ├── scripts\u002F      - Executable code\n    ├── references\u002F   - Documentation loaded as needed\n    └── assets\u002F       - Files used in output\n",[139],{"type":40,"tag":140,"props":141,"children":143},"code",{"__ignoreMap":142},"",[144],{"type":45,"value":137},{"type":40,"tag":126,"props":146,"children":148},{"id":147},"skillmd-requirements",[149],{"type":45,"value":150},"SKILL.md Requirements",{"type":40,"tag":133,"props":152,"children":156},{"className":153,"code":154,"language":155,"meta":142,"style":142},"language-yaml shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","---\nname: skill-name\ndescription: What this skill does. Use when [triggers]. \n---\n\n# Skill Name\n\n[Instructions in imperative form...]\n","yaml",[157],{"type":40,"tag":140,"props":158,"children":159},{"__ignoreMap":142},[160,172,194,218,226,236,246,254],{"type":40,"tag":161,"props":162,"children":165},"span",{"class":163,"line":164},"line",1,[166],{"type":40,"tag":161,"props":167,"children":169},{"style":168},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[170],{"type":45,"value":171},"---\n",{"type":40,"tag":161,"props":173,"children":175},{"class":163,"line":174},2,[176,182,188],{"type":40,"tag":161,"props":177,"children":179},{"style":178},"--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178",[180],{"type":45,"value":181},"name",{"type":40,"tag":161,"props":183,"children":185},{"style":184},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[186],{"type":45,"value":187},":",{"type":40,"tag":161,"props":189,"children":191},{"style":190},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[192],{"type":45,"value":193}," skill-name\n",{"type":40,"tag":161,"props":195,"children":197},{"class":163,"line":196},3,[198,203,207,212],{"type":40,"tag":161,"props":199,"children":200},{"style":178},[201],{"type":45,"value":202},"description",{"type":40,"tag":161,"props":204,"children":205},{"style":184},[206],{"type":45,"value":187},{"type":40,"tag":161,"props":208,"children":209},{"style":190},[210],{"type":45,"value":211}," What this skill does. Use when [triggers].",{"type":40,"tag":161,"props":213,"children":215},{"style":214},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[216],{"type":45,"value":217}," \n",{"type":40,"tag":161,"props":219,"children":221},{"class":163,"line":220},4,[222],{"type":40,"tag":161,"props":223,"children":224},{"style":168},[225],{"type":45,"value":171},{"type":40,"tag":161,"props":227,"children":229},{"class":163,"line":228},5,[230],{"type":40,"tag":161,"props":231,"children":233},{"emptyLinePlaceholder":232},true,[234],{"type":45,"value":235},"\n",{"type":40,"tag":161,"props":237,"children":239},{"class":163,"line":238},6,[240],{"type":40,"tag":161,"props":241,"children":243},{"style":242},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[244],{"type":45,"value":245},"# Skill Name\n",{"type":40,"tag":161,"props":247,"children":249},{"class":163,"line":248},7,[250],{"type":40,"tag":161,"props":251,"children":252},{"emptyLinePlaceholder":232},[253],{"type":45,"value":235},{"type":40,"tag":161,"props":255,"children":257},{"class":163,"line":256},8,[258,263,268],{"type":40,"tag":161,"props":259,"children":260},{"style":184},[261],{"type":45,"value":262},"[",{"type":40,"tag":161,"props":264,"children":265},{"style":190},[266],{"type":45,"value":267},"Instructions in imperative form...",{"type":40,"tag":161,"props":269,"children":270},{"style":184},[271],{"type":45,"value":272},"]\n",{"type":40,"tag":48,"props":274,"children":275},{},[276],{"type":40,"tag":64,"props":277,"children":278},{},[279],{"type":45,"value":280},"Metadata rules:",{"type":40,"tag":70,"props":282,"children":283},{},[284,302],{"type":40,"tag":74,"props":285,"children":286},{},[287,292,294,300],{"type":40,"tag":140,"props":288,"children":290},{"className":289},[],[291],{"type":45,"value":181},{"type":45,"value":293},": lowercase, hyphens, gerund form (e.g., ",{"type":40,"tag":140,"props":295,"children":297},{"className":296},[],[298],{"type":45,"value":299},"creating-skills",{"type":45,"value":301},")",{"type":40,"tag":74,"props":303,"children":304},{},[305,310,312,317],{"type":40,"tag":140,"props":306,"children":308},{"className":307},[],[309],{"type":45,"value":202},{"type":45,"value":311},": Lead with action verbs, end with \"Use when ",{"type":40,"tag":161,"props":313,"children":314},{},[315],{"type":45,"value":316},"triggers",{"type":45,"value":318},"\"",{"type":40,"tag":126,"props":320,"children":322},{"id":321},"writing-style",[323],{"type":45,"value":324},"Writing Style",{"type":40,"tag":48,"props":326,"children":327},{},[328,330,335],{"type":45,"value":329},"Write in ",{"type":40,"tag":64,"props":331,"children":332},{},[333],{"type":45,"value":334},"imperative\u002Finfinitive form",{"type":45,"value":336}," (verb-first), not second person:",{"type":40,"tag":70,"props":338,"children":339},{},[340,345],{"type":40,"tag":74,"props":341,"children":342},{},[343],{"type":45,"value":344},"✅ \"To accomplish X, do Y\"",{"type":40,"tag":74,"props":346,"children":347},{},[348],{"type":45,"value":349},"❌ \"You should do X\"",{"type":40,"tag":126,"props":351,"children":353},{"id":352},"progressive-disclosure",[354],{"type":45,"value":355},"Progressive Disclosure",{"type":40,"tag":48,"props":357,"children":358},{},[359,361,367],{"type":45,"value":360},"Keep SKILL.md lean (\u003C5k words). Move detailed content to ",{"type":40,"tag":140,"props":362,"children":364},{"className":363},[],[365],{"type":45,"value":366},"references\u002F",{"type":45,"value":187},{"type":40,"tag":369,"props":370,"children":371},"ol",{},[372,382,392],{"type":40,"tag":74,"props":373,"children":374},{},[375,380],{"type":40,"tag":64,"props":376,"children":377},{},[378],{"type":45,"value":379},"Metadata",{"type":45,"value":381}," (~100 words) - Always in context",{"type":40,"tag":74,"props":383,"children":384},{},[385,390],{"type":40,"tag":64,"props":386,"children":387},{},[388],{"type":45,"value":389},"SKILL.md body",{"type":45,"value":391}," (\u003C5k words) - When skill triggers",{"type":40,"tag":74,"props":393,"children":394},{},[395,400],{"type":40,"tag":64,"props":396,"children":397},{},[398],{"type":45,"value":399},"References",{"type":45,"value":401}," (unlimited) - Loaded as needed by agent",{"type":40,"tag":126,"props":403,"children":405},{"id":404},"scripts",[406],{"type":45,"value":407},"Scripts",{"type":40,"tag":48,"props":409,"children":410},{},[411],{"type":45,"value":412},"Include scripts for tasks that:",{"type":40,"tag":70,"props":414,"children":415},{},[416,421,426],{"type":40,"tag":74,"props":417,"children":418},{},[419],{"type":45,"value":420},"Are repeatedly rewritten",{"type":40,"tag":74,"props":422,"children":423},{},[424],{"type":45,"value":425},"Require deterministic reliability",{"type":40,"tag":74,"props":427,"children":428},{},[429],{"type":45,"value":430},"Save significant tokens",{"type":40,"tag":116,"props":432,"children":433},{},[],{"type":40,"tag":54,"props":435,"children":437},{"id":436},"part-2-contributing-skills",[438],{"type":45,"value":439},"Part 2: Contributing Skills",{"type":40,"tag":126,"props":441,"children":443},{"id":442},"core-philosophy",[444],{"type":45,"value":445},"Core Philosophy",{"type":40,"tag":48,"props":447,"children":448},{},[449,451,456,458,463],{"type":45,"value":450},"This repository is a ",{"type":40,"tag":64,"props":452,"children":453},{},[454],{"type":45,"value":455},"living knowledge base",{"type":45,"value":457},". Skills must contain ",{"type":40,"tag":64,"props":459,"children":460},{},[461],{"type":45,"value":462},"general-purpose knowledge",{"type":45,"value":464}," that helps many agents - not project-specific configs or personal preferences.",{"type":40,"tag":126,"props":466,"children":468},{"id":467},"what-to-contribute",[469],{"type":45,"value":470},"What to Contribute",{"type":40,"tag":472,"props":473,"children":474},"table",{},[475,494],{"type":40,"tag":476,"props":477,"children":478},"thead",{},[479],{"type":40,"tag":480,"props":481,"children":482},"tr",{},[483,489],{"type":40,"tag":484,"props":485,"children":486},"th",{},[487],{"type":45,"value":488},"✅ Contribute",{"type":40,"tag":484,"props":490,"children":491},{},[492],{"type":45,"value":493},"❌ Don't Contribute",{"type":40,"tag":495,"props":496,"children":497},"tbody",{},[498,512,525,538],{"type":40,"tag":480,"props":499,"children":500},{},[501,507],{"type":40,"tag":502,"props":503,"children":504},"td",{},[505],{"type":45,"value":506},"Patterns that appear 3+ times",{"type":40,"tag":502,"props":508,"children":509},{},[510],{"type":45,"value":511},"One-off solutions",{"type":40,"tag":480,"props":513,"children":514},{},[515,520],{"type":40,"tag":502,"props":516,"children":517},{},[518],{"type":45,"value":519},"General API\u002Ftool patterns",{"type":40,"tag":502,"props":521,"children":522},{},[523],{"type":45,"value":524},"Project-specific configs",{"type":40,"tag":480,"props":526,"children":527},{},[528,533],{"type":40,"tag":502,"props":529,"children":530},{},[531],{"type":45,"value":532},"Battle-tested workarounds",{"type":40,"tag":502,"props":534,"children":535},{},[536],{"type":45,"value":537},"Personal preferences",{"type":40,"tag":480,"props":539,"children":540},{},[541,546],{"type":40,"tag":502,"props":542,"children":543},{},[544],{"type":45,"value":545},"Gap in existing skills",{"type":40,"tag":502,"props":547,"children":548},{},[549],{"type":45,"value":550},"Already documented elsewhere",{"type":40,"tag":126,"props":552,"children":554},{"id":553},"validation-checklist",[555],{"type":45,"value":556},"Validation Checklist",{"type":40,"tag":48,"props":558,"children":559},{},[560],{"type":45,"value":561},"Before contributing, verify:",{"type":40,"tag":70,"props":563,"children":566},{"className":564},[565],"contains-task-list",[567,579,588,597],{"type":40,"tag":74,"props":568,"children":571},{"className":569},[570],"task-list-item",[572,577],{"type":40,"tag":573,"props":574,"children":576},"input",{"disabled":232,"type":575},"checkbox",[],{"type":45,"value":578}," Is this generalizable beyond your specific context?",{"type":40,"tag":74,"props":580,"children":582},{"className":581},[570],[583,586],{"type":40,"tag":573,"props":584,"children":585},{"disabled":232,"type":575},[],{"type":45,"value":587}," Have you seen this pattern multiple times?",{"type":40,"tag":74,"props":589,"children":591},{"className":590},[570],[592,595],{"type":40,"tag":573,"props":593,"children":594},{"disabled":232,"type":575},[],{"type":45,"value":596}," Does this address a real gap vs. personal preference?",{"type":40,"tag":74,"props":598,"children":600},{"className":599},[570],[601,604],{"type":40,"tag":573,"props":602,"children":603},{"disabled":232,"type":575},[],{"type":45,"value":605}," Would this help an agent on a completely different project?",{"type":40,"tag":126,"props":607,"children":609},{"id":608},"contribution-process",[610],{"type":45,"value":611},"Contribution Process",{"type":40,"tag":369,"props":613,"children":614},{},[615,625,635,659],{"type":40,"tag":74,"props":616,"children":617},{},[618,623],{"type":40,"tag":64,"props":619,"children":620},{},[621],{"type":45,"value":622},"Recognize",{"type":45,"value":624}," - Notice patterns during work (time investment, repetition, corrections)",{"type":40,"tag":74,"props":626,"children":627},{},[628,633],{"type":40,"tag":64,"props":629,"children":630},{},[631],{"type":45,"value":632},"Validate",{"type":45,"value":634}," - Confirm pattern is general, not specific to your context",{"type":40,"tag":74,"props":636,"children":637},{},[638,643,645,651,653],{"type":40,"tag":64,"props":639,"children":640},{},[641],{"type":45,"value":642},"Create branch",{"type":45,"value":644}," - ",{"type":40,"tag":140,"props":646,"children":648},{"className":647},[],[649],{"type":45,"value":650},"add\u002Fskill-name",{"type":45,"value":652}," or ",{"type":40,"tag":140,"props":654,"children":656},{"className":655},[],[657],{"type":45,"value":658},"fix\u002Fskill-name",{"type":40,"tag":74,"props":660,"children":661},{},[662,667],{"type":40,"tag":64,"props":663,"children":664},{},[665],{"type":45,"value":666},"Submit PR",{"type":45,"value":668}," - Clear description with rationale and evidence",{"type":40,"tag":48,"props":670,"children":671},{},[672,674,680],{"type":45,"value":673},"See ",{"type":40,"tag":140,"props":675,"children":677},{"className":676},[],[678],{"type":45,"value":679},"references\u002Fpr-workflow.md",{"type":45,"value":681}," for detailed PR process.",{"type":40,"tag":116,"props":683,"children":684},{},[],{"type":40,"tag":54,"props":686,"children":688},{"id":687},"scripts-1",[689],{"type":45,"value":407},{"type":40,"tag":70,"props":691,"children":692},{},[693,704,715],{"type":40,"tag":74,"props":694,"children":695},{},[696,702],{"type":40,"tag":140,"props":697,"children":699},{"className":698},[],[700],{"type":45,"value":701},"scripts\u002Finit_skill.py",{"type":45,"value":703}," - Initialize skill directory structure",{"type":40,"tag":74,"props":705,"children":706},{},[707,713],{"type":40,"tag":140,"props":708,"children":710},{"className":709},[],[711],{"type":45,"value":712},"scripts\u002Fpackage_skill.py",{"type":45,"value":714}," - Package skill for distribution",{"type":40,"tag":74,"props":716,"children":717},{},[718,724],{"type":40,"tag":140,"props":719,"children":721},{"className":720},[],[722],{"type":45,"value":723},"scripts\u002Fquick_validate.py",{"type":45,"value":725}," - Validate SKILL.md format",{"type":40,"tag":54,"props":727,"children":729},{"id":728},"references",[730],{"type":45,"value":399},{"type":40,"tag":70,"props":732,"children":733},{},[734,745,756,766,777],{"type":40,"tag":74,"props":735,"children":736},{},[737,743],{"type":40,"tag":140,"props":738,"children":740},{"className":739},[],[741],{"type":45,"value":742},"references\u002Frecognizing-learnings.md",{"type":45,"value":744}," - Patterns for spotting valuable learnings",{"type":40,"tag":74,"props":746,"children":747},{},[748,754],{"type":40,"tag":140,"props":749,"children":751},{"className":750},[],[752],{"type":45,"value":753},"references\u002Fvalidation-criteria.md",{"type":45,"value":755}," - Detailed validation guidelines",{"type":40,"tag":74,"props":757,"children":758},{},[759,764],{"type":40,"tag":140,"props":760,"children":762},{"className":761},[],[763],{"type":45,"value":679},{"type":45,"value":765}," - PR process and templates",{"type":40,"tag":74,"props":767,"children":768},{},[769,775],{"type":40,"tag":140,"props":770,"children":772},{"className":771},[],[773],{"type":45,"value":774},"references\u002Fcontribution-examples.md",{"type":45,"value":776}," - Real contribution examples",{"type":40,"tag":74,"props":778,"children":779},{},[780,786],{"type":40,"tag":140,"props":781,"children":783},{"className":782},[],[784],{"type":45,"value":785},"references\u002Fprogressive-disclosure-research.md",{"type":45,"value":787}," - Research on skill organization",{"type":40,"tag":789,"props":790,"children":791},"style",{},[792],{"type":45,"value":793},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":795,"total":951},[796,814,829,841,853,864,876,885,897,913,924,936],{"slug":797,"name":797,"fn":798,"description":799,"org":800,"tags":801,"stars":811,"repoUrl":812,"updatedAt":813},"acquiring-skills","discover and install agent skills","Discover and install skills from Hermes, ClawHub, GitHub, and other registries. Load this skill whenever a user asks for a capability you don't already have — image generation, social media, email, calendar, finance, DevOps, search, browser automation, etc.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[802,805,808],{"name":803,"slug":804,"type":16},"Agents","agents",{"name":806,"slug":807,"type":16},"Automation","automation",{"name":809,"slug":810,"type":16},"GitHub","github",2831,"https:\u002F\u002Fgithub.com\u002Fletta-ai\u002Fletta-code","2026-07-13T06:22:58.45767",{"slug":815,"name":816,"fn":817,"description":818,"org":819,"tags":820,"stars":811,"repoUrl":812,"updatedAt":828},"context-doctor","Context Doctor","repair system prompt and memory degradation","Identify and repair degradation in system prompt, external memory, and skills preventing you from following instructions or remembering information as well as you should.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[821,822,825],{"name":803,"slug":804,"type":16},{"name":823,"slug":824,"type":16},"AI Context","ai-context",{"name":826,"slug":827,"type":16},"Debugging","debugging","2026-07-13T06:22:50.151002",{"slug":830,"name":830,"fn":831,"description":832,"org":833,"tags":834,"stars":811,"repoUrl":812,"updatedAt":840},"converting-mcps-to-skills","connect MCP servers to create skills","Connect to MCP (Model Context Protocol) servers and create skills for repeated use. Load when a user wants to use an MCP server, connect to external tools via MCP, or when they mention MCP, model context protocol, or specific MCP servers.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[835,836,837],{"name":803,"slug":804,"type":16},{"name":806,"slug":807,"type":16},{"name":838,"slug":839,"type":16},"MCP","mcp","2026-07-13T06:23:37.646079",{"slug":842,"name":842,"fn":843,"description":844,"org":845,"tags":846,"stars":811,"repoUrl":812,"updatedAt":852},"creating-mods","create and edit Letta Code mods","Creates and edits trusted local Letta Code mods, including tools, slash commands, local-only model providers, lifecycle\u002Fturn events, scoped conversation helpers, panels, and capability-gated behavior. Use when asked to make a mod, add an agent-callable tool, add a slash command, add a local provider\u002Fmodel adapter, transform turns, react to app events, or add lightweight mod UI outside the dedicated \u002Fstatusline flow.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[847,848,849],{"name":803,"slug":804,"type":16},{"name":806,"slug":807,"type":16},{"name":850,"slug":851,"type":16},"Coding","coding","2026-07-23T05:42:38.133565",{"slug":299,"name":299,"fn":854,"description":855,"org":856,"tags":857,"stars":811,"repoUrl":812,"updatedAt":863},"create and update agent skills","Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Letta Code's capabilities with specialized knowledge, workflows, or tool integrations.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[858,859,862],{"name":803,"slug":804,"type":16},{"name":860,"slug":861,"type":16},"Documentation","documentation",{"name":18,"slug":19,"type":16},"2026-07-13T06:22:56.998659",{"slug":865,"name":865,"fn":866,"description":867,"org":868,"tags":869,"stars":811,"repoUrl":812,"updatedAt":875},"customizing-commands","create and manage Letta slash commands","Creates, edits, and enables Letta Code mod-provided slash commands. Use when the user asks to add a custom \u002Fcommand, slash command, command shortcut, scoped conversation-backed command, or command-driven panel behavior.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[870,871,872],{"name":803,"slug":804,"type":16},{"name":806,"slug":807,"type":16},{"name":873,"slug":874,"type":16},"CLI","cli","2026-07-13T06:23:18.266798",{"slug":877,"name":877,"fn":878,"description":879,"org":880,"tags":881,"stars":811,"repoUrl":812,"updatedAt":884},"customizing-statusline","customize Letta Code statusline mods","Creates, edits, and migrates Letta Code statusline mods. Use when handling the \u002Fstatusline command or continuing work started by \u002Fstatusline.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[882,883],{"name":873,"slug":874,"type":16},{"name":21,"slug":22,"type":16},"2026-07-13T06:23:27.465985",{"slug":886,"name":886,"fn":887,"description":888,"org":889,"tags":890,"stars":811,"repoUrl":812,"updatedAt":896},"dispatching-coding-agents","dispatch stateless coding agents","Dispatch stateless coding agents (Claude Code or Codex) via Bash. Use when you're stuck, need a second opinion, or need parallel research on a hard problem. They have no memory — you must provide all context.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[891,892,893],{"name":803,"slug":804,"type":16},{"name":850,"slug":851,"type":16},{"name":894,"slug":895,"type":16},"Multi-Agent","multi-agent","2026-07-26T05:46:56.388845",{"slug":898,"name":898,"fn":899,"description":900,"org":901,"tags":902,"stars":811,"repoUrl":812,"updatedAt":912},"editing-letta-code-desktop-preferences","edit Letta Code Desktop preferences","Edits Letta Code Desktop (LCD) preferences by safely reading and updating ~\u002F.letta\u002Fdesktop_preferences.json. Use only when the user asks to change current Desktop\u002FLCD settings such as theme, default working directory, remote access preference, or remote environment name via the preferences JSON.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[903,906,909],{"name":904,"slug":905,"type":16},"Configuration","configuration",{"name":907,"slug":908,"type":16},"Desktop","desktop",{"name":910,"slug":911,"type":16},"Themes","themes","2026-07-13T06:23:41.407811",{"slug":914,"name":914,"fn":915,"description":916,"org":917,"tags":918,"stars":811,"repoUrl":812,"updatedAt":923},"finding-agents","locate and manage agents on server","Find other agents on the same server. Use when the user asks about other agents, wants to migrate memory from another agent, or needs to find an agent by name or tags.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[919,920],{"name":803,"slug":804,"type":16},{"name":921,"slug":922,"type":16},"Management","management","2026-07-16T06:02:17.297841",{"slug":925,"name":925,"fn":926,"description":927,"org":928,"tags":929,"stars":811,"repoUrl":812,"updatedAt":935},"generating-mod-envs","generate Letta mod learning environments","Generates and reviews mod learning env JSON files for Letta Code local mods. Use when asked to teach, learn, or optimize a mod behavior; create, draft, validate, improve, or explain envs for `\u002Fmods learn --env`; or design evaluation scenarios, memory fixtures, requiredResultMarkers, requiredTraceMarkers, negative controls, and candidate diversity hints.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[930,931,934],{"name":803,"slug":804,"type":16},{"name":932,"slug":933,"type":16},"AI Infrastructure","ai-infrastructure",{"name":904,"slug":905,"type":16},"2026-07-13T06:23:08.838181",{"slug":937,"name":937,"fn":938,"description":939,"org":940,"tags":941,"stars":811,"repoUrl":812,"updatedAt":950},"image-generation","generate images from text prompts","Generate images from text prompts (and optionally edit\u002Fremix input images). Use when the user asks to create, generate, draw, render, or edit an image, illustration, logo, icon, diagram, or photo.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[942,945,948],{"name":943,"slug":944,"type":16},"Creative","creative",{"name":946,"slug":947,"type":16},"Graphics","graphics",{"name":949,"slug":937,"type":16},"Image Generation","2026-07-13T06:23:06.189403",69,{"items":953,"total":1065},[954,968,983,1002,1015,1036,1046],{"slug":955,"name":955,"fn":956,"description":957,"org":958,"tags":959,"stars":23,"repoUrl":24,"updatedAt":967},"1password","manage secrets with 1Password CLI","Set up and use 1Password CLI (op). Use when installing the CLI, enabling desktop app integration, signing in (single or multi-account), or reading\u002Finjecting\u002Frunning secrets via op.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[960,963,964],{"name":961,"slug":962,"type":16},"Authentication","authentication",{"name":873,"slug":874,"type":16},{"name":965,"slug":966,"type":16},"Security","security","2026-07-13T06:24:39.504387",{"slug":969,"name":969,"fn":970,"description":971,"org":972,"tags":973,"stars":23,"repoUrl":24,"updatedAt":982},"agent-slack","automate Slack messaging and workflows","Slack automation CLI — read\u002Fsend\u002Fsearch messages, browse threads and channels, manage channels, download attachments, look up users, and run workflows.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[974,975,976,979],{"name":806,"slug":807,"type":16},{"name":873,"slug":874,"type":16},{"name":977,"slug":978,"type":16},"Messaging","messaging",{"name":980,"slug":981,"type":16},"Slack","slack","2026-07-13T06:23:51.908511",{"slug":984,"name":984,"fn":985,"description":986,"org":987,"tags":988,"stars":23,"repoUrl":24,"updatedAt":1001},"ai-news","fetch and summarize AI news","Fetch and summarize recent AI news from curated RSS feeds (Hugging Face, VentureBeat, The Verge, OpenAI, Anthropic, DeepMind, etc.) and YouTube channels (Yannic Kilcher, Two Minute Papers, AI Explained, etc.). Also fetches full transcripts for specific YouTube videos. Use when the user asks about recent AI news, what's happened in AI lately, summaries of AI research or product announcements, or wants a digest of what's going on in the AI space.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[989,992,995,998],{"name":990,"slug":991,"type":16},"Communications","communications",{"name":993,"slug":994,"type":16},"LLM","llm",{"name":996,"slug":997,"type":16},"Research","research",{"name":999,"slug":1000,"type":16},"Summarization","summarization","2026-07-13T06:24:20.520223",{"slug":1003,"name":1003,"fn":1004,"description":1005,"org":1006,"tags":1007,"stars":23,"repoUrl":24,"updatedAt":1014},"creating-letta-code-channels","build and debug Letta Code channels","Builds and debugs Letta Code channels, including first-party channel adapters and dynamic user channel plugins under ~\u002F.letta\u002Fchannels. Use when adding Telegram, WhatsApp, Bluesky, Slack, Discord, or custom channel support; testing channel routing, pairing, MessageChannel, runtime dependencies, or channel plugin manifests.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1008,1009,1012,1013],{"name":803,"slug":804,"type":16},{"name":1010,"slug":1011,"type":16},"API Development","api-development",{"name":977,"slug":978,"type":16},{"name":980,"slug":981,"type":16},"2026-07-13T06:25:55.843495",{"slug":1016,"name":1016,"fn":1017,"description":1018,"org":1019,"tags":1020,"stars":23,"repoUrl":24,"updatedAt":1035},"datadog","query Datadog observability data","Query Datadog observability data (logs, metrics, monitors, dashboards, hosts) via direct API. Use when investigating production issues, checking monitors, searching logs, or accessing Datadog data.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1021,1023,1026,1029,1032],{"name":1022,"slug":1016,"type":16},"Datadog",{"name":1024,"slug":1025,"type":16},"Logs","logs",{"name":1027,"slug":1028,"type":16},"Metrics","metrics",{"name":1030,"slug":1031,"type":16},"Monitoring","monitoring",{"name":1033,"slug":1034,"type":16},"Observability","observability","2026-07-13T06:24:27.990605",{"slug":1037,"name":1037,"fn":1038,"description":1039,"org":1040,"tags":1041,"stars":23,"repoUrl":24,"updatedAt":1045},"discord","automate Discord server and channel tasks","Discord automation CLI — send\u002Fread\u002Fsearch messages, manage channels and servers, react, create threads, pin messages, and look up users.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1042,1043,1044],{"name":806,"slug":807,"type":16},{"name":873,"slug":874,"type":16},{"name":977,"slug":978,"type":16},"2026-07-13T06:24:26.62387",{"slug":1047,"name":1047,"fn":1048,"description":1049,"org":1050,"tags":1051,"stars":23,"repoUrl":24,"updatedAt":1064},"doc","create and edit Word documents","Use when the task involves reading, creating, or editing `.docx` documents, especially when formatting or layout fidelity matters; prefer `python-docx` plus the bundled `scripts\u002Frender_docx.py` for visual checks.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":11},[1052,1055,1058,1061],{"name":1053,"slug":1054,"type":16},"Documents","documents",{"name":1056,"slug":1057,"type":16},"DOCX","docx",{"name":1059,"slug":1060,"type":16},"Office","office",{"name":1062,"slug":1063,"type":16},"Word","word","2026-07-13T06:23:44.299568",45]