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

pantheon-legacy

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

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

이 저장소의 skills

internet-search
소프트웨어 개발자

Tool-agnostic search — query construction, tool selection, source trust hierarchy.

2026-07-22
auto-continue
소프트웨어 개발자

Auto-continue through todos with idle detection and safety gates. Use for multi-step orchestration.

2026-07-21
context-compression
소프트웨어 개발자

Level 2 — Pantheon-native context compression with priority scoring, semantic summarization, downstream-aware compression, budget allocation, and cross-references

2026-07-21
visual-review-pipeline
소프트웨어 품질 보증 분석가·테스터

Automated visual review pipeline — Playwright screenshots, self-analysis, fix loop, escalation. Used by Aphrodite for UI verification.

2026-07-21
agent-coordination
기타 컴퓨터 관련 직업

Multi-agent orchestration with model routing, category delegation, and sprint management. Use for coordinating Pantheon agents.

2026-07-21
mcp-security
정보 보안 분석가

MCP security hardening — credential leakage prevention, input sanitization, and tool access control. Use for reviewing agent MCP configurations.

2026-07-21
file-prompts
소프트웨어 개발자

Load prompts from external files with path expansion. Use for version-controlled prompts outside config.

2026-07-21
plan-architecture
소프트웨어 개발자

Plan feature architecture with component breakdown, data flow, and dependency mapping. Use before implementation to define contracts between layers.

2026-07-21
streaming-patterns
소프트웨어 개발자

Implement SSE, WebSockets, LLM token streaming, and real-time broadcasting in FastAPI.

2026-07-21
token-audit
소프트웨어 개발자

Audit a repository for token waste — find redundant context files, measure baseline, recommend optimizations

2026-07-21
wisdom-accumulation
소프트웨어 개발자

Extract learnings between implementation waves. Use to share conventions and gotchas across phases.

2026-07-21
agent-evaluation
소프트웨어 개발자

Evaluate AI agent outputs — hallucination detection, quality scoring, behavioral testing, and CI/CD pipelines.

2026-07-11
agent-observability
소프트웨어 개발자

Observability with OpenTelemetry, metrics, and logging. Use for monitoring agents and LLM calls.

2026-07-11
api-design-patterns
소프트웨어 개발자

Design RESTful APIs with pagination, filtering, and OpenAPI docs. Use for FastAPI endpoint design.

2026-07-11
artifact-management
기타 컴퓨터 관련 직업

Structured artifact trail for feature implementations — plans, implementations, reviews, and decisions.

2026-07-11
cache-strategy
소프트웨어 개발자

Cache patterns for Redis, CDN, TTL, and invalidation. Use for architecture decisions on caching strategies.

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

Systematic code review with quality gates, security audit, and parallel checks. Use for structured feedback on pull requests.

2026-07-11
codemap
소프트웨어 개발자

Generate codebase maps with directory trees and relationships. Use for onboarding and architecture documentation.

2026-07-11
conversational-ai-design
소프트웨어 개발자

Design conversational AI with Rasa NLU, dialogue management, and LangChain memory patterns.

2026-07-11
database-migration
데이터베이스 아키텍트

Database migrations with Alembic, rollbacks, and zero-downtime deployment. Use for schema changes.

2026-07-11
database-optimization
데이터베이스 아키텍트

Optimize SQL queries, indexes, and identify N+1 problems. Use for database performance and migration review.

2026-07-11
docker-best-practices
네트워크·컴퓨터 시스템 관리자

Optimized Dockerfiles with multi-stage builds and security hardening. Use for container setup and docker-compose.

2026-07-11
fastapi-async-patterns
소프트웨어 개발자

Async FastAPI with dependency injection and service patterns. Use for building type-safe API endpoints.

2026-07-11
frontend-analyzer
웹·디지털 인터페이스 디자이너

Analyze React components for design tokens and accessibility. Use for extracting typography, colors, and layout patterns.

2026-07-11
handoff
기타 컴퓨터 관련 직업

Generate session handoff documents for work continuation. Use when transitioning between sessions.

2026-07-11
init-deep
기타 컴퓨터 관련 직업

Generate hierarchical AGENTS.md files per directory. Use for context-specific instructions throughout projects.

2026-07-11
internet-search
소프트웨어 개발자

Web research with structured APIs and source hierarchy. Use for documentation lookup and technical answers.

2026-07-11
interview
프로젝트 관리 전문가

Interview users to convert rough ideas into structured specs. Use before starting non-trivial features.

2026-07-11
mcp-server-development
기타 컴퓨터 관련 직업

Build MCP servers with Python FastMCP and TypeScript SDK — tools, resources, prompts, and transport configuration.

2026-07-11
metis-gap-analysis
소프트웨어 개발자

Pre-plan gap analysis for hidden intentions and edge cases. Use before delivering plans to catch missing elements.

2026-07-11
nextjs-seo-optimization
웹 개발자

SEO optimization for Next.js with metadata and Open Graph. Use for search ranking and social sharing.

2026-07-11
orchestration-workflow
소프트웨어 개발자

Practical step-by-step walkthrough for orchestrating features end-to-end using the multi-agent system, from planning through deployment

2026-07-11
prompt-improver
소프트웨어 개발자

Improve prompts using best practices for clarity, specificity, and structure. Use for optimizing AI agent and bot instructions.

2026-07-11
quality-gate
소프트웨어 품질 보증 분석가·테스터

Quality gate enforcement — TDD, lint, type-check, test, build checks before any commit or PR

2026-07-11
rag-pipelines
소프트웨어 개발자

RAG pipeline design — chunking, embeddings, retrieval strategies, evaluation, and demo patterns.

2026-07-11
remote-sensing-analysis
기타 물리과학자

Remote sensing pipeline with optical/SAR processing and ML classification. Use for satellite imagery analysis.

2026-07-11
security-audit-pro
정보 보안 분석가

Security audit with SAST, SCA, containers, SBOM, PII detection. Use for comprehensive security reviews.

2026-07-11
session-goal
소프트웨어 개발자

Pin session objectives to prevent scope creep. Use for alignment across long multi-agent sessions.

2026-07-11
simplify
소프트웨어 개발자

Behavior-preserving code simplification to reduce complexity while keeping outputs, side effects, and APIs unchanged.

2026-07-11
task-system
소프트웨어 개발자

File-backed task management with dependencies and parallel execution. Use for complex work with 3+ interdependent tasks.

2026-07-11
이 저장소에서 수집된 skills 45개 중 상위 40개를 표시합니다.