원클릭으로
skillit-core
Shared types, SKILL.md renderer, and token budgeting for skillit plugins
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Shared types, SKILL.md renderer, and token budgeting for skillit plugins
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate structured AI agent skills (SKILL.md) and llms.txt from your TypeScript API documentation
CLI documentation conventions for generated skills. Use when improving Commander descriptions, help text, positional argument docs, and config-surface correlation.
Bootstrap an AI-agent skill from a TypeScript codebase by running the deterministic skillit generate/audit loop and enriching repo source (JSDoc, README, config-type properties, MCP tool annotations, examples, package.json) until the skill reaches its grade target. Use for cli, typedoc, config, or mcp (build-mode) projects; never edit SKILL.md/references directly.
Documentation conventions for generating high-quality AI agent skills from TypeScript source. Use when preparing a library for skill generation, auditing JSDoc quality, fixing audit warnings, writing @useWhen/@avoidWhen/@never tags, or asking about documentation conventions for skills. Use this even if the user just says 'audit my docs', 'improve my JSDoc', or 'make my skills better'.
Extract CLI command structure from commander/yargs for AI agent skill generation Use when working with agent-skills, cli, commander, documentation, skill-generation, yargs.
Generate AI agent skills from TypeScript documentation
| name | skillit-core |
| description | Shared types, SKILL.md renderer, and token budgeting for skillit plugins |
| license | MIT |
Shared types, SKILL.md renderer, and token budgeting for skillit plugins
examples/ directory alongside source codescanExamples and want to attach them toExtractedSkillAvoid when:
name — the output directory becomes a bare / path3 configuration interfaces — see references/config.md for details.
Rendering: renderSkills, renderSkill
I/O: writeSkills
Token Management: estimateTokens, truncateToTokenBudget
llms-txt: renderLlmsTxt, LlmsTxtResult
Parsing: parseReadme, parseMarkdownDoc, scanDocs, docsToExtractedDocuments, scanRootDocs, scanExamples, linkExamplesToSkill
Audit: auditSkill, formatAuditText, formatAuditJson
config-renderer: renderConfigSurfaceSection, renderConfigReference
types: ExtractedSkill, ExtractedFunction, ExtractedClass, ExtractedType, ExtractedEnum, ExtractedParameter, ExtractedProperty, ExtractedVariable, ExtractedDocument, RenderedFile, RenderedSkill
audit-types: AuditSeverity, AuditIssue, AuditPass, AuditContext, ParsedReadme, AuditResult
config-types: ConfigSourceType, ExtractedConfigSurface, ExtractedConfigOption, ExtractedConfigArgument
markdown-types: ParsedSection, ParsedMarkdownDoc
examples-scanner: ParsedExample