웹 문서 및 GitHub 예제 분석 전문 스킬
Researches official docs and GitHub examples to provide current installation commands, configuration patterns, and best practices for component creation. Triggers when you request documentation analysis, GitHub examples, or need web-based research for components.
/plugin marketplace add m16khb/claude-integration/plugin install automation-tools@claude-integrationThis skill inherits all available tools. When active, it can use any tool Claude has access to.
컴포넌트 생성에 필요한 최신 정보와 예제를 웹에서 수집하여 최적의 결과물을 생성하도록 지원합니다.
{
"sources": ["URL 목록"],
"key_findings": {
"installation": ["설치 명령어"],
"configuration": ["설정 예제"],
"best_practices": ["모범 사례"],
"common_issues": ["일반적인 문제"]
},
"code_examples": [
{
"language": "typescript",
"code": "코드",
"source": "URL",
"description": "설명"
}
]
}
Component: typescript-linter
Research preference: 공식문서 분석
{
"sources": [
"https://typescript-eslint.io/",
"https://docs.nestjs.com/techniques/validation"
],
"key_findings": {
"installation": ["npm install @typescript-eslint/parser @typescript-eslint/eslint-plugin"],
"configuration": [".eslintrc.js 설정 예제"],
"best_practices": ["strict 모드 사용", "규칙 커스터마이징"],
"common_issues": ["파스 오류", "규칙 충돌"]
},
"code_examples": [
{
"language": "typescript",
"code": "module.exports = { extends: ['@typescript-eslint/recommended'] }",
"source": "typescript-eslint.io",
"description": "기본 ESLint 설정"
}
]
}
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.