Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

pi-ensemble

pi-ensemble에는 randomm에서 수집한 skills 20개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
20
Stars
3
업데이트
2026-06-10
Forks
2
직업 범위
직업 카테고리 5개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

vipune
소프트웨어 개발자

pi-ensemble's bundled vipune memory doctrine — full reference for using the vipune CLI as a project-scoped semantic memory store. Encodes the 5-type memory taxonomy (fact, preference, procedure, guard, observation), the active/candidate status split as the long-term/short-term mechanism, freshness verification before acting on recalled memories, conflict handling via --supersedes, periodic consolidation reflexes, the hard prohibition on storing secrets, and pi-ensemble-specific framing (multi-agent shared DB, session autosave). Use this skill whenever starting a project task; before delegating work; before making architectural decisions; after task completion; when the user mentions "remember"/"recall"/"vipune"; when surprised by codebase reality vs recalled memory; or when encountering a known-feeling pitfall. Project-scoped, semantic-search-driven; designed to make every session smarter than the last without context bloat or memory rot.

2026-06-10
api-design
소프트웨어 개발자

REST and GraphQL API design with versioning, authentication, and OpenAPI documentation. Use when designing API endpoints, request/response formats, or API architecture. Do NOT use for implementation in specific languages.

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

Architecture code review lens for assessing design quality, coupling, cohesion, and structural integrity.

2026-05-19
code-review-error-handling
소프트웨어 품질 보증 분석가·테스터

Error-handling and resilience code review lens for catching silent failures, unbounded I/O, swallowed exceptions, and partial-failure pitfalls.

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

Performance code review lens for identifying bottlenecks, inefficient algorithms, and resource waste.

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

Security-focused code review lens for identifying vulnerabilities, injection risks, auth flaws, and unsafe patterns.

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

Simplicity code review lens for identifying unnecessary complexity, dead code, and maintainability issues.

2026-05-19
code-review-type-safety
소프트웨어 품질 보증 분석가·테스터

Type-safety code review lens for catching type errors, schema mismatches, and unsafe type coercions.

2026-05-19
devops-infrastructure
소프트웨어 개발자

CI/CD pipelines, Docker, Kubernetes, and infrastructure as code. Use when configuring deployment pipelines, containerization, or cloud infrastructure. Do NOT use for fixing application code - delegate code issues to appropriate specialists.

2026-05-19
doc-maturity-eval
소프트웨어 품질 보증 분석가·테스터

Evaluate the maturity, completeness, and quality of a software project's technical documentation. Use whenever the user wants to assess, audit, review, score, or grade project docs — analyzing a repo, reviewing uploaded documents, or identifying gaps. Trigger on "evaluate our docs", "documentation audit", "how good is our documentation", "doc maturity", "documentation review", "what's missing from our docs", "documentation assessment", "rate our documentation", "doc quality check", "documentation completeness", or any request to systematically judge how well a project is documented. Also trigger when a user asks what documentation they should have, what's missing, or how to improve their docs — these are gap analyses this skill handles. Works for any project size. Accepts repos, file trees, uploaded docs, or verbal descriptions.

2026-05-19
go-idiomatic
소프트웨어 개발자

Go development following Go proverbs, stdlib-first philosophy, and idiomatic patterns. Use when working on Go projects requiring simplicity, clarity, and performance. Emphasizes table-driven tests and small interfaces. Do NOT use for other programming languages.

2026-05-19
postgres-database
데이터베이스 아키텍트

PostgreSQL database architecture, optimization, and AWS Aurora expertise. Use when working on schema design, query optimization, migrations, or database operations. Do NOT use for application code or other databases.

2026-05-19
python-tdd
소프트웨어 개발자

Python development with TDD using pytest, type checking with mypy, and linting with ruff/black. Use when working on Python projects requiring test-driven development, quality gates, or Python code review. Do NOT use for other programming languages.

2026-05-19
rails-conventions
소프트웨어 개발자

Ruby on Rails development following Rails Way conventions, RSpec testing, and security best practices. Use when working on Rails projects requiring MVC architecture, Active Record, or API development. Do NOT use for other programming languages or frameworks.

2026-05-19
react-native-mobile
소프트웨어 개발자

Expo and React Native mobile development for iOS and Android. Use when building cross-platform mobile apps, native modules, or mobile-specific UI. Covers React Navigation, platform-specific code, and mobile performance. Do NOT use for React web development.

2026-05-19
react-web
소프트웨어 개발자

React/TypeScript web development with modern patterns, component architecture, and testing discipline. Use when building React web applications, hooks, state management, or frontend components. Do NOT use for React Native mobile development or other frameworks.

2026-05-19
rust-systems
소프트웨어 개발자

Rust systems programming with zero-cost abstractions, memory safety, and TDD. Use when working on Rust projects requiring performance, safety, or systems-level code. Emphasizes std-first philosophy and minimal dependencies. Do NOT use for other programming languages.

2026-05-19
shell-scripting
소프트웨어 개발자

POSIX-compliant shell scripting and automation with focus on portability, robustness, and Unix philosophy. Use when writing bash scripts, automation, or CLI tools. Includes BATS testing patterns. Do NOT use for other programming languages.

2026-05-19
tech-continuity-interviewer
경영 분석가

Conduct a structured, adaptive technical interview to extract system continuity information from an engineer or architect — covering architecture, infrastructure, deployments, monitoring, backups, restore processes, security, and team responsibilities. Use this skill whenever the user wants to document their system for continuity, handover, or disaster recovery purposes, or asks to be "interviewed" about their system, stack, or infrastructure. Also trigger when someone says "document our system", "runbook interview", "continuity doc", "capture how our system works", "help me document our architecture", "interview me about our setup", or anything about producing continuity/handover/DR documentation from a conversation. The skill should always be used when the goal is to *extract* technical knowledge from the human through dialogue rather than have Claude produce content unprompted.

2026-05-19
tech-doc-writer
기술 작가

Write, improve, and maintain technical documentation for software projects — from READMEs and API references to architecture docs, runbooks, ADRs, and security policies. Use this skill whenever the user wants to create or improve any form of technical documentation. Trigger on "write a README", "document this", "create docs for", "write documentation", "technical writing", "help me document", "write a runbook", "create an ADR", "architecture doc", "API documentation", "deployment guide", "onboarding guide", "CONTRIBUTING.md", "SECURITY.md", "CHANGELOG", "configuration reference", or any request to produce, edit, or restructure documentation for a software project. Also trigger when the user describes a system, codebase, or workflow and wants it turned into clear documentation, or when they paste rough notes and want them shaped into proper docs. Even if the user doesn't say "documentation" explicitly — if they want to explain something technical in written form for an audience, this skill applies.

2026-05-19