Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

containerized-mioty-service-center

containerized-mioty-service-center 收录了来自 plasmonized 的 10 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
10
Stars
15
更新
2026-07-06
Forks
3
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

commit-context
软件开发工程师

Trace a file, function, or line back to the agent session that produced its current commit. Use when the user asks "why is this code here", "what was the agent doing when this changed", or wants context on a specific location in the codebase.

2026-07-06
commit-history
软件开发工程师

List recent git commits that are linked to agent sessions, optionally filtered by branch or repo. Use when the user asks "show agent commits", "what has the agent shipped", or wants a list of commits with their session context.

2026-07-06
forget
软件开发工程师

Delete specific observations or sessions from agentmemory. Use when user says "forget this", "delete memory", or wants to remove specific data for privacy.

2026-07-06
handoff
软件开发工程师

Resume the most recent agent session for the current working directory. Use when the user says "where were we", "resume", "handoff", "pick up where I left off", or starts a session with no fresh context.

2026-07-06
recall
软件开发工程师

Search agentmemory for past observations, sessions, and learnings about a topic. Use when the user says "recall", "remember", "what did we do", or needs context from past sessions.

2026-07-06
recap
软件开发工程师

Summarize the last N agent sessions for the current project, grouped by date. Use when the user asks "recap", "what have we been doing", "this week", "today", or wants a rollup of recent work.

2026-07-06
remember
软件开发工程师

Explicitly save an insight, decision, or learning to agentmemory's long-term storage. Use when the user says "remember this", "save this", or wants to preserve knowledge for future sessions.

2026-07-06
session-history
软件开发工程师

Show what happened in recent past sessions on this project. Use when user asks "what did we do last time", "session history", "past sessions", or wants an overview of previous work.

2026-07-06
python-clean-code
软件开发工程师

Modern Python Clean Code paradigms and project conventions for this Python 3.12+ asyncio codebase. Use when writing, reviewing, or refactoring Python code to ensure clarity, maintainability, and idiomatic modern Python.

2026-07-06
python-testing
软件质量保证分析师与测试员

Modern Python testing best practices using pytest, pytest-asyncio, and pytest-mock for this async-first Python 3.12+ codebase. Use when writing, reviewing, or planning tests.

2026-07-06