Skip to main content
Run any Skill in Manus
with one click
shinpr
GitHub creator profile

shinpr

Repository-level view of 123 collected skills across 10 GitHub repositories.

skills collected
123
repositories
10
updated
2026-07-19
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

ai-development-guide
software-developers

Applies language-agnostic and backend technical decision criteria, anti-pattern detection, debugging, and quality gates. Use when reviewing general/backend implementation choices, code smells, failures, or implementation completeness.

2026-07-19
coding-principles
software-developers

Language-agnostic coding principles for maintainability, readability, and quality. Use when implementing features, refactoring code, or reviewing code quality.

2026-07-19
documentation-criteria
software-developers

Documentation creation criteria including PRD, ADR, Design Doc, and Work Plan requirements with templates. Use when creating or reviewing technical documents, or determining which documents are required.

2026-07-19
external-resource-context
software-developers

Captures and persists access methods for resources outside the repository (design source, design system, API schema, IaC source, secret store) so downstream work can reach them deterministically. Use when work depends on external resources, or when the user mentions design source, design system, API schema, IaC source, secret store, or canonical source.

2026-07-19
frontend-ai-guide
software-developers

Applies React/TypeScript-specific technical decision criteria, anti-pattern detection, debugging, and frontend quality gates. Use when reviewing components, hooks, browser behavior, or frontend implementation completeness.

2026-07-19
implementation-approach
software-developers

Implementation strategy selection framework. Use when planning implementation strategy, selecting development approach, or defining verification criteria.

2026-07-19
integration-e2e-testing
software-quality-assurance-analysts-and-testers

Integration and E2E test design principles, ROI calculation, test skeleton specification, and review criteria. Use when designing integration tests, E2E tests, or reviewing test quality.

2026-07-19
test-implement
software-quality-assurance-analysts-and-testers

Implements React/TypeScript unit, integration, and browser E2E tests with the repository's configured runner, mocks, setup, and browser harness. Use when creating or completing frontend tests and generated test skeletons.

2026-07-19
Showing top 8 of 47 collected skills in this repository.
coding-standards
software-developers

コードの品質問題、アンチパターン、可読性を検査。機能実装、コードレビュー、リファクタリング時に使用。

2026-07-19
documentation-criteria
software-developers

PRD、ADR、Design Doc、UI Spec、作業計画書の作成を支援。技術ドキュメントの作成・レビュー時、または「UI Spec/画面設計/コンポーネント分解」が言及された時に使用。

2026-07-19
frontend-technical-spec
web-developers

リポジトリの根拠に基づき、Reactの環境、コンポーネントアーキテクチャ、状態・データフロー、ビルド検証、フロントエンドの非機能基準を定義。Reactフロントエンド、そのビルド、ランタイム境界の設定・設計時に使用。

2026-07-19
frontend-typescript-rules
web-developers

React/TypeScriptの型安全性、コンポーネント設計、状態管理ルールを適用。Reactコンポーネント実装時に使用。

2026-07-19
frontend-typescript-testing
software-quality-assurance-analysts-and-testers

リポジトリで設定済みのReactテスト・ブラウザハーネスを使用してフロントエンドテストを設計。RTL、MSW、Vitest、Playwrightが存在する場合に適用。コンポーネント、loading/error state、統合、フロントエンドE2Eテストの追加・レビュー時に使用。

2026-07-19
implementation-approach
software-developers

実装戦略(垂直スライス、水平、ハイブリッド)をリスク評価で選択。機能の実装計画時に使用。

2026-07-19
integration-e2e-testing
software-quality-assurance-analysts-and-testers

統合テストとE2Eテストを設計。モック境界と振る舞い検証ルールを適用。E2Eテスト、統合テスト作成時に使用。

2026-07-19
llm-friendly-context
software-developers

入力・出力・成功基準・決定事項・未解決条件を明確化し、下流エージェントが推測せず実行できるようにする。LLM向けのプロンプト・ハンドオフ・計画成果物・レビュー・レポート・生成指示を記述または改訂する時に使用。

2026-07-19
Showing top 8 of 30 collected skills in this repository.
ai-development-guide
software-developers

Anti-pattern detection, root-cause discipline, quality check workflow, and implementation completeness assurance. Use when: fixing bugs, reviewing code quality, refactoring, making technical decisions, or performing quality assurance.

2026-07-19
coding-rules
software-developers

Language-agnostic coding standards for maintainability, readability, and quality. Use when: implementing features, refactoring code, reviewing code quality, or writing functions.

2026-07-19
documentation-criteria
software-developers

Documentation creation criteria for PRD, ADR, Design Doc, UI Spec, and Work Plan with templates. Use when: creating or reviewing technical documents, determining which documents are required, or following document templates.

2026-07-19
implementation-approach
software-developers

Implementation strategy selection framework with meta-cognitive approach. Use when: planning implementation strategy, selecting between vertical/horizontal slicing, or defining verification criteria for tasks.

2026-07-19
integration-e2e-testing
software-quality-assurance-analysts-and-testers

Integration and E2E test design principles, value-based selection, test skeleton specification, and review criteria. Use when: designing integration tests, E2E tests, generating test skeletons, or reviewing test quality.

2026-07-19
subagents-orchestration-guide
computer-occupations-all-other

Guides subagent coordination through implementation workflows. Use when: orchestrating multiple agents, managing workflow phases, determining autonomous execution mode, or coordinating recipe execution.

2026-07-19
task-analyzer
software-developers

Performs task analysis and skill selection. Use when: determining task complexity, selecting appropriate skills, or estimating work scale.

2026-07-19
testing
software-quality-assurance-analysts-and-testers

Testing principles including TDD, test quality, coverage standards, and test design. Use when: writing tests, designing test strategies, reviewing test quality, or following Red-Green-Refactor cycle.

2026-07-19
Showing top 8 of 28 collected skills in this repository.
documentation-criteria
software-developers

Guides PRD, ADR, Design Doc, and Work Plan creation. Use when: planning features, writing specs, or creating technical documents.

2026-02-04
ai-development-guide
software-developers

Detects code smells, anti-patterns, and debugging issues. Use when: fixing bugs, reviewing code quality, or refactoring.

2025-12-31
coding-rules
software-developers

Applies coding standards for clean, maintainable code. Use when: writing functions, handling errors, refactoring, or reviewing code style.

2025-12-31
implementation-approach
software-developers

Selects implementation strategy (vertical/horizontal/hybrid) with risk assessment. Use when: planning features or deciding development approach.

2025-12-31
integration-e2e-testing
software-quality-assurance-analysts-and-testers

Designs integration and E2E tests with mock boundaries. Use when: writing E2E tests, integration tests, or reviewing test quality.

2025-12-31
metacognition
computer-occupations-all-other

Validates approach and checks assumptions before/after tasks. Use when: starting work, encountering errors, or switching phases.

2025-12-31
testing
software-quality-assurance-analysts-and-testers

Applies TDD process, test quality criteria, and mock guidelines. Use when: writing unit tests, using mocks, or reviewing test quality.

2025-12-31
testing-strategy
software-quality-assurance-analysts-and-testers

Prioritizes tests based on ROI and critical user journeys. Use when: deciding test coverage, selecting test types, or budgeting effort.

2025-12-31
Showing 10 of 10 repositories
All repositories loaded