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

mdadul

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

수집된 skills
41
저장소
2
업데이트
2026-06-11
저장소 탐색

저장소와 대표 skills

clean-code
소프트웨어 개발자

Apply Clean Code principles (meaningful names, small functions, error handling, TDD, SRP, smells & heuristics) when authoring, refactoring, or reviewing code—especially TypeScript. Use when the user asks for clean code, refactoring, extract function or class, code smell or maintainability review, readable tests, or Robert C. Martin's Clean Code rules.

2026-06-11
code-smells
소프트웨어 개발자

Detect, name, and remediate code smells using the classic taxonomy (Bloaters, Object-Orientation Abusers, Change Preventers, Dispensables, Couplers) when reviewing, refactoring, or authoring code. Use when the user asks to find code smells, review code for maintainability, identify long methods/large classes/duplicate code/feature envy, or wants refactoring guidance tied to a named smell.

2026-06-11
create-skills
기타 컴퓨터 관련 직업

Create and maintain custom Skills with correct SKILL.md metadata, strong trigger-aware descriptions, concise instructions, progressive disclosure, and validation loops. Use when the user asks to write, improve, review, or organize a Skill.

2026-06-11
create-subagent
기타 컴퓨터 관련 직업

Create and maintain custom subagent definition files for any AI agent platform, with strong descriptions, tight tool scope, and explicit handoff contracts. Use when the user asks to create, improve, or standardize a subagent.

2026-06-11
chain-of-responsibility
소프트웨어 개발자

Teach and apply the Chain of Responsibility (CoR) pattern to pass requests along a dynamic chain of handlers where each can process or forward the request. Use when users ask about CoR, Chain of Command, middleware pipelines, sequential validation, request bubbling, or comparing CoR to Decorator, Command, or Mediator.

2026-06-11
command
소프트웨어 개발자

Teach and apply the Command pattern to encapsulate requests as objects for decoupled invocation, queuing, scheduling, logging, and undo/redo workflows. Use when users ask about Command, Action, Transaction, invoker-receiver decoupling, reversible operations, or comparing Command with Strategy, Chain of Responsibility, or Memento.

2026-06-11
iterator
소프트웨어 개발자

Teach and apply the Iterator pattern to traverse collections without exposing their internal structure. Use when users ask about Iterator, custom traversal algorithms, decoupling traversal from collections, parallel iteration, lazy iteration, or comparing Iterator to for-each loops and language-native iterables.

2026-06-11
mediator
소프트웨어 개발자

Teach and apply the Mediator pattern to centralize collaboration rules among tightly coupled components and eliminate direct component-to-component dependencies. Use when users ask about Mediator, Intermediary, Controller, UI dialog coordination, reusable components, or comparing Mediator with Observer, Facade, or Chain of Responsibility.

2026-06-11
이 저장소에서 수집된 skills 30개 중 상위 8개를 표시합니다.
langchain-agent-evals
소프트웨어 품질 보증 분석가·테스터

Evaluate LangChain agent trajectories with AgentEvals trajectory matching or LLM-as-judge, optionally log to LangSmith. Use when scoring tool-call sequences vs a reference, catching prompt or tool regressions, pytest LangSmith runs, or the user mentions agentevals, trajectory match, or evaluators.

2026-05-15
langchain-agent-integration-testing
소프트웨어 품질 보증 분석가·테스터

Organize and run LangChain agent integration tests against real LLM APIs using pytest markers, env-based secrets, structural assertions, cost controls, and optional HTTP record/replay. Use when tests need live models, CI secrets, flaky LLM output handling, or the user mentions integration tests, real API agents, or pytest -m integration.

2026-05-15
langchain-agent-unit-testing
소프트웨어 품질 보증 분석가·테스터

Unit-test LangChain agents without API calls using GenericFakeChatModel and in-memory checkpointers. Use when writing pytest tests for create_agent flows, multi-turn state, or scripted tool-call sequences; when avoiding live LLM keys; or when the user mentions fake chat models, agent fixtures, or InMemorySaver for tests.

2026-05-15
langchain-handoffs
소프트웨어 개발자

Implement LangChain handoffs — state-driven behavior changes between agents or configurations using tool-based transitions and Command. Use when building multi-stage conversational flows, customer support pipelines, sequential workflows where capabilities unlock after preconditions, or when an agent needs to transfer control to another agent.

2026-05-15
langchain-agent-skills
소프트웨어 개발자

Implement the LangChain agent skills pattern — packaging specialized prompts and domain knowledge as on-demand loadable skills via tool calling. Use when building agents that need many specializations without overwhelming context, distributing development across teams, or implementing progressive disclosure of prompts, schemas, and documentation. Covers basic load_skill pattern, dynamic tool registration, hierarchical skills, and reference-aware skills.

2026-05-14
langchain-context-engineering
소프트웨어 개발자

Engineer reliable LangChain agents by controlling model context, tool context, and life-cycle context. Use when building or debugging agents with dynamic prompts, message injection, tool filtering, model selection, structured output, or conversation summarization. Covers state (short-term), store (long-term), and runtime context (static config) patterns using middleware.

2026-05-14
langchain-long-term-memory
소프트웨어 개발자

Add cross-session persistent memory to LangChain agents using LangGraph stores. Use when building agents that remember user preferences, past interactions, or any data that must persist across conversations. Covers store setup (InMemoryStore, PostgreSQL), namespace/key organization, reading and writing in tools, and vector search.

2026-05-14
langchain-multi-agent
소프트웨어 개발자

Design and implement LangChain multi-agent systems using subagents, handoffs, skills, and router patterns. Use when building supervisor/worker agents, state-driven handoffs between agents, on-demand skill loading, or routing pipelines. Covers pattern selection, context engineering across agents, sync/async execution, and tool-based coordination.

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