Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
shipshitdev
GitHub creator profile

shipshitdev

Repository-level view of 322 collected skills across 5 GitHub repositories, including approximate occupation coverage.

skills collected
322
repositories
5
occupation fields
3
updated
2026-05-24
repository explorer

Repositories and representative skills

#001
skills
228 skills233updated 2026-05-21
71% of creator
agent-browser
소프트웨어 품질 보증 분석가·테스터

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

2026-05-21
agent-folder-init
소프트웨어 개발자

Add or repair .agents/ project context for an existing repo. Use for AI agent documentation, session tracking, task management, and coding standards; do not use as the primary new-product scaffold.

2026-05-21
ai-loading-ux
그래픽 디자이너

Design AI loading, thinking, and progress indicator UX. Use when explicitly asked to improve AI waiting states, add thinking indicators, or design loading UX for AI interfaces. Covers reasoning display (chain-of-thought), progress steps, streaming states, and the "elevator mirror effect" for reducing perceived wait time.

2026-05-21
analytics-expert
시장조사 분석가·마케팅 전문가

This skill should be used when users need help analyzing content analytics data, creating reports, identifying trends, calculating ROI, or providing content optimization recommendations. It activates when users ask analytics questions, request reports, need performance analysis, ROI calculations, trend identification, or content optimization recommendations.

2026-05-21
api-design-expert
소프트웨어 개발자

Expert in RESTful API design, OpenAPI/Swagger documentation, versioning, error handling, and API best practices for NestJS applications

2026-05-21
artifacts-builder
소프트웨어 개발자

Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, @agenticindiedev/ui). Use for complex artifacts requiring state management or shared UI components - not for simple single-file HTML/JSX artifacts.

2026-05-21
audit
소프트웨어 품질 보증 분석가·테스터

Run technical quality checks across accessibility, performance, theming, responsive design, and anti-patterns. Generates a scored report with P0-P3 severity ratings and actionable plan. Use when the user wants an accessibility check, performance audit, or technical quality review.

2026-05-21
aws-infrastructure
소프트웨어 개발자

Expert in AWS infrastructure setup including EC2, VPC, security groups, Application Load Balancers, Route53 DNS, and SSL/TLS certificates. Use this skill for AWS infrastructure configuration and deployment.

2026-05-21
Showing top 8 of 228 collected skills in this repository.
#002
shipcode
72 skills50updated 2026-05-24
22% of creator
plan-execution
소프트웨어 개발자

Executor skill — implement an approved ShipCodePlan inside a git worktree

2026-05-24
plan-verification
소프트웨어 품질 보증 분석가·테스터

Verifier skill — confirm a diff matches the plan and satisfies acceptance criteria

2026-05-24
github-label-sync
소프트웨어 개발자

Ensure ShipCode-required GitHub labels exist on the current repository using the gh CLI and the canonical definitions in packages/shared/src/github-labels.ts.

2026-05-13
plan-generation
소프트웨어 개발자

Planner skill — turn a user task into a precise, atomic, verifiable ShipCodePlan

2026-05-08
plan-revision
소프트웨어 개발자

Reviser skill — rewrite a plan to address adversarial review findings

2026-05-08
writing-prds
프로젝트 관리 전문가

Use when the user wants to draft, scope, or formalize a feature for shipcode — "write a PRD for X", "let's plan X", "scope this out", "what should X do", or when a GitHub issue body needs to be fleshed out before the pipeline plans it. Writes a PRD that maps cleanly onto shipcode's pipeline (objective / acceptanceCriteria / outOfScope / estimatedComplexity) so the planner agent can consume it without re-elicitation. Do NOT use for code edits, debugging, or PR reviews.

2026-05-08
adversarial-review
소프트웨어 개발자

Reviewer skill — break confidence in a ShipCodePlan before it executes

2026-05-02
prd-quality-gate
프로젝트 관리 전문가

PRD completeness validation — required sections for pipeline entry

2026-05-02
Showing top 8 of 72 collected skills in this repository.
#003
v0
19 skills10updated 2026-05-07
5.9% of creator
writing-prds
프로젝트 관리 전문가

Use when the user wants to draft, scope, or formalize a feature for shipcode — "write a PRD for X", "let's plan X", "scope this out", "what should X do", or when a GitHub issue body needs to be fleshed out before the pipeline plans it. Writes a PRD that maps cleanly onto shipcode's pipeline (objective / acceptanceCriteria / outOfScope / estimatedComplexity) so the planner agent can consume it without re-elicitation. Do NOT use for code edits, debugging, or PR reviews.

2026-05-07
audit
소프트웨어 품질 보증 분석가·테스터

Run technical quality checks across accessibility, performance, theming, responsive design, and anti-patterns. Generates a scored report with P0-P3 severity ratings and actionable plan. Use when the user wants an accessibility check, performance audit, or technical quality review.

2026-04-23
code-review
소프트웨어 품질 보증 분석가·테스터

Comprehensive code review focusing on quality, security, performance, and testing. Use when user says 'review', 'code review', 'check my code', or before merging PRs.

2026-04-23
layout
웹 개발자

Improve layout, spacing, and visual rhythm. Fixes monotonous grids, inconsistent spacing, and weak visual hierarchy. Use when the user mentions layout feeling off, spacing issues, visual hierarchy, crowded UI, alignment problems, or wanting better composition.

2026-04-23
polish
웹 개발자

Performs a final quality pass fixing alignment, spacing, consistency, and micro-detail issues before shipping. Use when the user mentions polish, finishing touches, pre-launch review, something looks off, or wants to go from good to great.

2026-04-23
react-hook-form
소프트웨어 개발자

React Hook Form performance optimization for client-side form validation using useForm, useWatch, useController, and useFieldArray. This skill should be used when building client-side controlled forms with React Hook Form library. This skill does NOT cover React 19 Server Actions, useActionState, or server-side form handling (use react-19 skill for those).

2026-04-23
react-refactor
소프트웨어 개발자

Architectural refactoring guide for React applications covering component architecture, state architecture, hook patterns, component decomposition, coupling and cohesion, data flow, and refactoring safety. Use when refactoring React codebases, reviewing PRs for architectural issues, decomposing oversized components, or improving module boundaries. Does NOT cover React 19 API usage (see react skill) or performance optimization (see react-optimise skill).

2026-04-23
react-testing-library
소프트웨어 품질 보증 분석가·테스터

React Testing Library best practices for writing maintainable, user-centric tests. Use when writing, reviewing, or refactoring RTL tests. Triggers on test files, testing patterns, getBy/queryBy queries, userEvent, waitFor, and component testing.

2026-04-23
Showing top 8 of 19 collected skills in this repository.
#004
meterbar.app
2 skills61updated 2026-01-02
0.6% of creator
#005
shipdeal
1 skills00updated 2026-04-24
0.3% of creator
저장소 5개 중 5개 표시
모든 저장소를 표시했습니다