Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
jnPiyush
GitHub 제작자 프로필

jnPiyush

2개 GitHub 저장소에서 수집된 145개 skills를 저장소 단위로 보여줍니다.

수집된 skills
145
저장소
2
업데이트
2026-07-15
저장소 탐색

저장소와 대표 skills

code-optimization
소프트웨어 개발자

Rewrite working code into its minimal, elegant form -- lower cyclomatic complexity, fewer lines, no dead code, no needless abstractions -- using a Draft -> Optimize -> Verify loop. Use when asked to compress, minimize, simplify, or make code more elegant WITHOUT sacrificing correctness, boundary validation, or readability.

2026-07-15
scrub
소프트웨어 개발자

Scan recent changes for AI-generated slop -- redundant comments, over-abstraction, generic UI defaults, and design tells -- and optionally apply safe automated fixes. Use after a code-generation or refactor pass to remove the visible signs of machine authorship before review.

2026-07-15
prd
프로젝트 관리 전문가

Produce production-grade Product Requirements Documents (PRDs) that bridge business vision and technical execution. Use when writing, reading, reviewing, or extending a PRD -- by Product Manager agents authoring one, or by Architect/UX/Engineer/Agent-X agents that need to consume or fact-check PRD conventions without loading the full PM agent contract.

2026-07-15
dispatching-parallel-agents
소프트웨어 개발자

Fan out independent work to multiple subagents with context isolation. Covers when to parallelize (independent reads, multi-file searches, parallel analysis), when not to (writes, dependent steps, shared mutable state), bounded concurrency limits, and the anti-patterns that turn parallel dispatch into corruption. Use whenever the active agent is tempted to run more than one subagent at the same time.

2026-06-26
ai-agent-development
소프트웨어 개발자

Build production-ready AI agents with Microsoft Foundry and Agent Framework. Use when creating AI agents, selecting LLM models, implementing agent orchestration, adding tracing/observability, or evaluating agent quality. Covers agent architecture, model selection, multi-agent workflows, and production deployment.

2026-06-23
anthropic-claude
소프트웨어 개발자

Implement production applications with Anthropic Claude models -- Messages API, tool use, prompt caching, extended thinking, vision, computer use, and the Claude Agent SDK. Use when coding directly against Anthropic APIs, Claude via AWS Bedrock, or Claude via GCP Vertex AI rather than a higher-level framework.

2026-06-23
reasoning-models
소프트웨어 개발자

Use reasoning / thinking models (OpenAI o-series, Anthropic extended thinking, DeepSeek R1, Gemini Thinking) effectively. Covers when to choose reasoning vs fast models, prompt patterns for reasoners, reasoning_effort / thinking budget controls, structured outputs with reasoning, cost/latency trade-offs, and combining reasoners with fast models.

2026-06-23
tool-use-and-function-calling
소프트웨어 개발자

Design robust tool-use and function-calling for LLM agents. Use when defining tool schemas (JSON Schema, OpenAPI), enabling parallel tool calls, structured outputs (JSON mode / response_format), tool error handling, retries, idempotency, and tool selection prompts. Covers OpenAI tools, Anthropic tool_use, Gemini function calling, and MCP tools.

2026-06-23
이 저장소에서 수집된 skills 127개 중 상위 8개를 표시합니다.
ai-agent-development
소프트웨어 개발자

Build production-ready AI agents with Microsoft Foundry and Agent Framework. Covers agent architecture, model selection, orchestration, tracing, and evaluation.

2026-01-23
api-design
소프트웨어 개발자

Design robust REST APIs with proper versioning, pagination, error handling, rate limiting, and OpenAPI documentation.

2026-01-23
code-organization
소프트웨어 개발자

Structure projects for maintainability and scalability with clean architecture, separation of concerns, and consistent project layouts.

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

Systematic code review and audit practices including automated checks, security audits, compliance verification, and review checklists.

2026-01-23
configuration
소프트웨어 개발자

Manage application configuration with environment variables, Azure Key Vault, feature flags, and environment-specific settings.

2026-01-23
core-principles
소프트웨어 개발자

Fundamental coding principles for production development including SOLID, DRY, KISS, and common design patterns with C# examples.

2026-01-23
database
데이터베이스 아키텍트

Efficient database operations with PostgreSQL, Entity Framework Core, migrations, indexing strategies, transactions, and connection pooling.

2026-01-23
dependency-management
소프트웨어 개발자

Manage project dependencies securely with lock files, version pinning, security audits, and update strategies for NuGet, npm, and pip.

2026-01-23
이 저장소에서 수집된 skills 18개 중 상위 8개를 표시합니다.
저장소 2개 중 2개 표시
모든 저장소를 표시했습니다