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

Erebus

Erebus 收录了来自 nitzzzu 的 40 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
40
Stars
3
更新
2026-04-18
Forks
0
职业覆盖
8 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

pentest
信息安全分析师

Penetration testing tools for the CodeAgent — network scanning, service enumeration, and vulnerability checks

2026-04-18
obsidian-local
软件开发工程师

Obsidian Local REST API tools for the CodeAgent — manage vault notes, search, and metadata

2026-04-18
frida-analyzer
信息安全分析师

Frida dynamic instrumentation tools for the CodeAgent — mobile app analysis and SSL unpinning

2026-04-18
duckdb-analytics
数据科学家

DuckDB in-process analytics tools for the CodeAgent — SQL on CSV/Parquet/JSON without a server

2026-04-18
supabase
软件开发工程师

Supabase client tools for the CodeAgent — database CRUD, auth, storage, and edge functions

2026-04-18
osint-recon
信息安全分析师

OSINT reconnaissance tools for the CodeAgent — domain, IP, email, and social media intelligence

2026-04-18
brainstorming
软件开发工程师

Use BEFORE any creative work — creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements, and design before implementation.

2026-04-12
code-review
软件质量保证分析师与测试员

Use when completing tasks, implementing major features, or before merging — request a thorough review that checks spec compliance, code quality, security, and tests.

2026-04-12
dispatching-parallel-agents
软件开发工程师

Use when facing 2+ independent tasks (test failures, bugs, subsystems) that can be worked on concurrently without shared state or sequential dependencies.

2026-04-12
executing-plans
软件开发工程师

Use when you have a written implementation plan to execute, especially in a separate session or when subagents are unavailable — load plan, review critically, execute all tasks, verify at checkpoints.

2026-04-12
finishing-a-development-branch
软件开发工程师

Use when implementation is complete and all tests pass — guides completion of development work by verifying tests and presenting structured options for merge, PR, or cleanup.

2026-04-12
receiving-code-review
软件质量保证分析师与测试员

Use when receiving code review feedback, before implementing suggestions — requires technical rigor and verification rather than performative agreement or blind implementation.

2026-04-12
subagent-development
软件开发工程师

Use when executing implementation plans with independent tasks — dispatch fresh subagent per task with two-stage review (spec compliance, then code quality) for high quality, fast iteration.

2026-04-12
systematic-debugging
软件开发工程师

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes — four-phase root cause investigation: find cause, find pattern, form hypothesis, implement fix.

2026-04-12
test-driven-development
软件质量保证分析师与测试员

Use when implementing any feature or bugfix, before writing implementation code — enforces RED-GREEN-REFACTOR cycle: write failing test first, then minimal code to pass, then refactor.

2026-04-12
using-git-worktrees
软件开发工程师

Use when starting feature work that needs isolation from the current workspace, or before executing implementation plans — creates isolated git worktrees with safety verification.

2026-04-12
verification-before-completion
软件质量保证分析师与测试员

Use before claiming work is complete, fixed, or passing — run verification commands and confirm output before making any success claims. Evidence before assertions, always.

2026-04-12
writing-plans
软件开发工程师

Use when you have a spec or requirements for a multi-step task, before touching code — creates comprehensive implementation plans with bite-sized tasks, exact file paths, and complete code in every step.

2026-04-12
obsidian
软件开发工程师

Read, search, create, and manage notes in an Obsidian vault via the Local REST API.

2026-04-11
llm-wiki
档案文员

Build and maintain a persistent interlinked markdown knowledge base, optionally stored in an Obsidian vault.

2026-04-11
skill-creator
软件开发工程师

Create new custom skills and save them to the user-skills directory so the agent can learn and use them in future sessions.

2026-04-10
send-notification
软件开发工程师

Send notifications to users via configured apprise channels (Telegram, email, Slack, etc.)

2026-04-10
openhue
软件开发工程师

Control Philips Hue lights, rooms, and scenes via the OpenHue CLI — brightness, color, temperature, and scheduling.

2026-04-09
claude-code
软件开发工程师

Delegate coding tasks to Claude Code agent for refactoring, implementation, PR reviews, and complex operations.

2026-04-09
codex
软件开发工程师

Delegate coding tasks to OpenAI Codex CLI agent for one-shot tasks, background operations, and batch processing.

2026-04-09
opencode
软件开发工程师

Provider-agnostic AI coding agent with TUI — one-shot tasks, interactive sessions, and parallel work patterns.

2026-04-09
ascii-art
软件开发工程师

Generate ASCII art using pyfiglet, cowsay, toilet, image-to-ASCII conversion, and LLM-powered freehand art.

2026-04-09
excalidraw
平面设计师

Create hand-drawn style diagrams using Excalidraw JSON format with shapes, arrows, and text labels.

2026-04-09
p5js
网页开发工程师

Create interactive generative art and visualizations using p5.js with 2D/3D rendering, particles, and shaders.

2026-04-09
webhook-subscriptions
软件开发工程师

Create webhook subscriptions for event-driven agent activation from GitHub, GitLab, Stripe, and CI/CD systems.

2026-04-09
himalaya
软件开发工程师

Full IMAP/SMTP email client via Himalaya CLI — list, read, search, compose, reply, and forward emails.

2026-04-09
find-nearby
软件开发工程师

Find nearby restaurants, cafes, bars, and services using OpenStreetMap — no API keys required.

2026-04-09
mcporter
软件开发工程师

CLI bridge for discovering, calling, and managing MCP servers directly from the terminal using mcporter.

2026-04-09
native-mcp
软件开发工程师

Connect to MCP (Model Context Protocol) servers for external tool integration. Configure stdio, SSE, or HTTP transports.

2026-04-09
youtube-content
软件开发工程师

Fetch YouTube video transcripts and transform them into chapters, summaries, blog posts, or threads.

2026-04-09
google-workspace
软件开发工程师

Interact with Gmail, Calendar, Drive, Contacts, Sheets, and Docs via Python with OAuth2 authentication.

2026-04-09
arxiv
软件开发工程师

Search and retrieve academic papers from arXiv. Query by topic, author, or ID. Generate BibTeX citations.

2026-04-09
blogwatcher
软件开发工程师

Monitor blogs and RSS/Atom feeds for updates. Discover feeds, parse entries, and track changes.

2026-04-09
plan
项目管理专家

Plan mode for writing structured markdown implementation plans without executing code.

2026-04-09
coding
软件开发工程师

Read, write, edit files and execute shell commands to help with coding tasks.

2026-04-09