Skip to main content
Run any Skill in Manus
with one click
GitHub repository

plugins

plugins contains 23 collected skills from roboco-io, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
23
Stars
15
updated
2026-04-19
Forks
5
Occupation coverage
7 occupation categories · 100% classified
repository explorer

Skills in this repository

llm-wiki
project-management-specialists

Karpathy LLM Wiki 패턴 구현. 프로젝트 문서(스펙/ADR/회의록)를 wiki/raw/에 모으고 LLM이 컴파일하여 wiki/에 교차참조 마크다운 위키를 생성·갱신. qmd 설치 시 하이브리드 검색 자동 활성, 미설치 시 INDEX.md 라우팅으로 graceful degrade. LanceDB 선택적 벡터 인덱스. Obsidian 호환. 하위 명령 - init, ingest, query, lint, sync, export, qmd-index, lancedb-sync.

2026-04-19
intent
project-management-specialists

Intent Document(INTENT.md) 생성 및 관리 스킬. 프로젝트의 의도를 Why/What/Not/Learnings로 문서화하고, 탐구와 학습을 통해 의도를 진화시키는 생명주기를 관리한다. 반드시 사용해야 하는 경우: "intent document", "INTENT.md", "intent engineering", "프로젝트 의도 정리", "왜 만드는지 정리", "프로젝트 목적 문서화", "What/Why/Not 정리", "프로젝트 방향 잡기", "피벗", "프로젝트 종료 판단" 등을 언급하거나, 새 프로젝트를 시작하면서 방향을 잡고 싶다고 할 때. 기존 INTENT.md를 수정하거나 학습 결과를 기록하고 싶을 때도 이 스킬을 사용한다.

2026-04-18
serverless-migration-advisor
network-and-computer-systems-administrators

AWS always-on 아키텍처(EC2/ALB/ECS/RDS)를 서버리스+Spot 패턴으로 이행할 때 사용. 워크로드 분류, 트레이드오프 평가, 단계별 이행 계획 생성. 구현 how-to는 sagemaker-spot-training 등 후속 스킬로 위임. 트리거 예 - "서버리스 이행", "EC2에서 Lambda로", "Spot 이행", "serverless migration", "ALB에서 API Gateway", "비용 절감 이행".

2026-04-18
sagemaker-spot-training
data-scientists-152051

Guide for running cost-effective ML training on SageMaker Managed Spot Training. Use this skill when setting up GPU training jobs, choosing instance types/regions, debugging Spot capacity issues, or optimizing SageMaker training costs.

2026-04-07
aws-wa-cost
information-security-analysts

AWS Well-Architected Cost Optimization Pillar review. Checks resource sizing, scaling, storage classes, and cost monitoring configurations in IaC code.

2026-04-07
aws-wa-operational-excellence
network-and-computer-systems-administrators

AWS Well-Architected Operational Excellence Pillar review. Checks monitoring, logging, deployment automation, and continuous improvement practices in IaC code.

2026-04-07
aws-wa-performance
network-and-computer-systems-administrators

AWS Well-Architected Performance Efficiency Pillar review. Checks resource selection, scaling, caching, and monitoring configurations in IaC code.

2026-04-07
aws-wa-reliability
information-security-analysts

AWS Well-Architected Reliability Pillar review. Checks high availability, fault tolerance, backup, and disaster recovery configurations in IaC code.

2026-04-07
aws-wa-security
information-security-analysts

AWS Well-Architected Security Pillar review. Checks IAM, encryption, network security, and detective controls in IaC code. Integrates with owasp-review for application code.

2026-04-07
aws-wa-sustainability
information-security-analysts

AWS Well-Architected Sustainability Pillar review. Checks energy efficiency, resource optimization, and sustainable practices in IaC code.

2026-04-07
tidd
software-developers

TiDD(Ticket Driven Development) 설정 및 관리. 'No Ticket, No Commit' 원칙을 강제하는 PreToolUse 훅을 설치하고, 티켓 패턴·예외 규칙을 구성할 때 사용. 'TiDD 설정', '티켓 기반 개발', 'No Ticket No Commit' 키워드로 트리거.

2026-04-05
draw-diagram
software-developers

Draw.io (.drawio) XML 형식의 다이어그램 생성. 아키텍처 다이어그램, 시퀀스 다이어그램, 플로우차트, ERD 등을 요청할 때 사용. AWS 아이콘을 포함한 클라우드 아키텍처 다이어그램 지원.

2026-03-27
qa-list
software-quality-assurance-analysts-and-testers

Display a list of saved Q&A documents. Use when users want to see what Q&A records exist, optionally filtered by category.

2026-03-27
qa-merge
software-quality-assurance-analysts-and-testers

Merge all saved Q&A documents into a single consolidated reference document. Use when users want to create a comprehensive concepts reference from individual Q&A files.

2026-03-27
qa
software-quality-assurance-analysts-and-testers

Record Q&A about technical concepts with structured documentation. Use when users ask about mathematical, technical, or domain-specific concepts and want the explanation saved as a reference document.

2026-03-27
aws-well-architected
information-security-analysts

AWS Well-Architected Framework based IaC review orchestrator. Use when users request infrastructure review, cloud architecture assessment, or Well-Architected review. Supports Terraform, CloudFormation, CDK, and Pulumi.

2026-03-27
owasp-review
information-security-analysts

Perform security code reviews based on OWASP Top 10 2025. Use this skill when users request security review, vulnerability assessment, or ask to check their code for security issues. Supports JavaScript/TypeScript, Python, Java, and Go.

2026-03-27
api-design
software-developers

Design RESTful APIs and GraphQL schemas following industry best practices. Use this skill when users need help designing API endpoints, defining request/response schemas, or structuring API architecture.

2026-01-17
code-review
software-quality-assurance-analysts-and-testers

Perform thorough code reviews focusing on security, performance, maintainability, and best practices. Use this skill when users request code review, PR review, or ask for feedback on their code implementation.

2026-01-17
test-generator
software-quality-assurance-analysts-and-testers

Generate comprehensive test suites including unit tests, integration tests, and e2e tests. Use this skill when users need help writing tests, improving test coverage, or setting up testing frameworks.

2026-01-17
korean-docs
correspondence-clerks-434021

Write technical documentation in Korean following professional standards. Use this skill when users need Korean documentation, README files, API docs, or technical guides written in Korean.

2026-01-17
git-workflow
software-developers

Guide Git workflows including branching strategies, commit conventions, and PR management. Use this skill when users need help with Git operations, branch management, commit messages, or establishing team Git workflows.

2026-01-17
template-skill
software-developers

Replace with description of the skill and when Claude should use it.

2026-01-07