Skip to main content
在 Manus 中运行任何 Skill
一键导入
rahlplx
GitHub 创作者资料

rahlplx

按仓库查看 8 个 GitHub 仓库中的 131 个已收集 skills。

已收集 skills
131
仓库
8
更新
2026-07-08
仓库分布

Skills 分布在哪些仓库

按已收集 skill 数展示主要仓库,并显示它们在该创作者目录中的占比和职业覆盖。

#01
elite-astro-workforce-template
46 个 skills · 2026-02-07
软件开发工程师市场调研分析师与营销专员网页开发工程师软件质量保证分析师与测试员信息安全分析师网络与计算机系统管理员
13 个职业分类 · 已分类 100%
35%占比
#02
wp-arsenal
30 个 skills · 2026-06-16
信息安全分析师软件开发工程师网络与计算机系统管理员
3 个职业分类 · 已分类 100%
23%占比
#03
solo-founder-wingman
19 个 skills · 2026-07-04
软件开发工程师软件质量保证分析师与测试员项目管理专家信息安全分析师其他计算机职业市场调研分析师与营销专员
7 个职业分类 · 已分类 100%
15%占比
#04
project
15 个 skills · 2026-06-17
软件开发工程师软件质量保证分析师与测试员项目管理专家信息安全分析师网页与数字界面设计师
5 个职业分类 · 已分类 100%
11%占比
#05
New-Smile-Savers
13 个 skills · 2026-01-29
软件开发工程师网页开发工程师软件质量保证分析师与测试员信息安全分析师市场调研分析师与营销专员
5 个职业分类 · 已分类 100%
9.9%占比
#06
forge
4 个 skills · 2026-06-05
其他计算机职业网页与数字界面设计师
2 个职业分类 · 已分类 100%
3.1%占比
#07
vibemate-unified-plugin
2 个 skills · 2026-07-08
其他计算机职业软件开发工程师
2 个职业分类 · 已分类 100%
1.5%占比
#08
Lab-LaunchPad-AI-SDK
2 个 skills · 2026-07-04
软件开发工程师项目管理专家
2 个职业分类 · 已分类 100%
1.5%占比
仓库浏览

仓库与代表性 skills

当前展示该仓库 Top 8 / 46 个已收集 skills。
wp-ci-deploy
软件开发工程师

Deploy a theme, plugin, or wp-content subset to a WordPress server from a CI/CD pipeline, with automatic pre-deploy backup, post-deploy health check, and automatic rollback on failure. Designed for GitHub Actions, GitLab CI, or any pipeline that can run Python.

2026-06-16
wp-woo-audit
信息安全分析师

Security and integrity audit for WooCommerce stores. Checks REST API key scope, payment gateway exposure, webhook HTTPS enforcement, suspicious $0 orders, exposed wc-logs (PII/payment data), and coupon abuse.

2026-06-16
wp-child-theme
软件开发工程师

Scaffold and deploy a WordPress child theme via SSH. Generates style.css, functions.php (with correct parent style enqueueing), and index.php. Supports Kadence, Astra, GeneratePress, Hello Elementor, OceanWP, and any custom parent. Can activate the child theme immediately after creation.

2026-06-16
wp-theme-switch
软件开发工程师

Safely switch WordPress themes via SSH with automatic rollback if the site goes down. Records the previous theme for instant rollback. Verifies HTTP 200 before and after the switch.

2026-06-16
wp-theme-audit
信息安全分析师

Security audit of WordPress themes via SSH. Scans for PHP malware patterns, injected scripts, recently modified files, and unexpected file types. Also checks DB for customizer injections and Elementor postmeta payloads. Use after any attack or before going live with a new/inherited theme.

2026-06-16
elementor-guide
软件开发工程师

Comprehensive guide to building, maintaining, and recovering Elementor-based WordPress sites. Covers the CSS pipeline, global styles (Kit), common post-attack failures and fixes, Pro vs Free features, and integration with Kadence and Hello Elementor themes.

2026-06-16
kadence-theme-guide
软件开发工程师

Comprehensive guide to building and recovering Kadence-based WordPress sites. Covers global styles, Kadence Blocks, Header/Footer builder, template library, child theme best practices, and post-attack recovery sequences.

2026-06-16
wp-network-audit
信息安全分析师

Security audit for WordPress Multisite Network installations. Lists all sub-sites, detects super-admins, checks network-activated plugins vs filesystem, flags spam/deleted sites, reviews registration settings, and checks dangerous upload filetypes at the network level.

2026-06-15
当前展示该仓库 Top 8 / 30 个已收集 skills。
ship-checklist
软件开发工程师

Run the SHIP checklist (Stable, Hidden secrets, Inputs validated, Performance) immediately before every deploy, using the agent's own tools directly. Use right before any git push to a branch that auto-deploys, after /verify-path and /security-audit have already passed.

2026-07-04
ship-retro
项目管理专家

Run a short retrospective right after a feature actually ships (post /ship-checklist Green, post-deploy) — capture what worked, what didn't, and any surprise, then feed genuine lessons forward into PRD.md's non-goals or behavior rules. Use once per shipped feature/milestone, not on a calendar cadence (that's /weekly-plan's reconciliation step).

2026-07-04
getting-started
软件开发工程师

Orient a founder who has never used an AI coding agent (Claude Code, OpenCode, or Codex CLI) before to how the *tool* works, before anything about their product idea comes up. Use this first, before /validate-demand, whenever the founder seems unfamiliar with AI coding agents generally — confused by terminal/CLI concepts, unsure what a "slash command" is, or asking how to talk to the agent at all.

2026-07-04
founding-prompt
项目管理专家

Turn a rough product idea into a structured Founding Prompt using the BRIEF framework, then generate PRD.md, AGENTS.md, and llms.txt from it. Use this once demand is validated (after /validate-demand) and before any prototyping begins.

2026-07-04
adopt-existing-project
软件开发工程师

Reverse-engineer a PRD.md/AGENTS.md from a codebase that already exists (with no PRD, or one from another tool/convention), instead of eliciting from scratch. Use this instead of /validate-demand + /founding-prompt whenever a project already has code before founder-os is installed.

2026-07-04
git-save-points
软件开发工程师

Commit in small, atomic "save points" (roughly one logical change each) during any non-trivial task, so a broken step is one git revert/reset away from a known-good state instead of losing a whole session's progress. Use during any multi-step build/fix/refactor, not just at the end.

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

Produce a structured handoff summary before a session ends with unfinished work, right before /compact or /clear, or whenever /hire-agent hands a task to a different role — so in-progress state, what's actually been verified, and what's still open survive the boundary instead of being silently re-derived or dropped.

2026-07-03
multi-model-review
软件质量保证分析师与测试员

Run the 3-Layer Review (you: visual/functional check, a second AI: code quality, a security-focused AI: vulnerabilities), and be explicit about the limits of same-model-family review. Use after any major feature; for anything security-critical, pair with /security-audit.

2026-07-03
当前展示该仓库 Top 8 / 19 个已收集 skills。
vibe-orchestrator
项目管理专家

The primary orchestrator for the 10-phase Vibe-Stack pipeline. Use for: starting projects, planning features, and managing the end-to-end lifecycle. Phases: think, plan, break, build, harness, review, ship, retro, learn, evolve. Maintains state in .vibe/state.json and follows the 'Iron Law' of handoffs.

2026-06-17
vibe-evolve
软件开发工程师

Auto-evolve rules and retire underperformers — reads telemetry + learnings to propose rule promotions, demotions, and new patterns. Use when: end of sprint, after retro, or when quality scores drift. Wraps: node bin/vibe.js evolve + .vibe/lifecycle/auto-maintain.js.

2026-06-17
vibe-harness
软件质量保证分析师与测试员

Production readiness gate — runs 15 automated checks (tests, lint, security scan, skill integrity, catalog validity, state machine). Use when: before shipping, after adding skills, or any time CI should pass. Wraps: node bin/vibe.js harness.

2026-06-17
vibe-retro
软件开发工程师

Structured sprint retrospective — what worked, what didn't, action items. Reads harness results + telemetry + git log to generate data-driven retro. Use when: end of sprint, after shipping, or before starting a new feature cycle. Wraps: node bin/vibe.js retro.

2026-06-17
vibe-design
网页与数字界面设计师

Design audit + anti-slop enforcement + WCAG check + taste-skill dial configuration + impeccable design workflow (init/critique/polish + 18 refinement commands). Use when: reviewing UI code, generating design systems, checking color contrast, applying brand identity, or any time design quality is at stake. Auto-triggers on any UI/CSS/component work. Injects 41 anti-slop rules + 5 impeccable-specific detectors + 3 taste-skill dials + WCAG AA contrast enforcement. Wraps: anti-slop, color-gen, design-system, typography-rules, theme-factory, impeccable-audit skills.

2026-06-16
vibe-caveman
软件开发工程师

Terse-output mode. Strips filler/hedging from responses to cut output tokens ~50-65% while preserving technical accuracy. Use when: user asks for short/direct/terse answers, wants compressed commit messages or PR comments, or wants token-usage stats. Wraps: caveman-mode skill.

2026-06-16
vibe-deploy
软件开发工程师

One-click deployment with pre-flight checklist, platform selection, smoke test, and rollback plan. Use when: ready to ship, deploying to staging or production, or setting up CI/CD for the first time. Enforces 14-point done-verifier checklist before any deploy. Wraps: one-click-vercel, one-click-netlify, git-free-deploy, done-verifier skills. Supports: Vercel, Netlify, Railway, Fly.io, AWS, Docker.

2026-06-16
vibe-explain
软件开发工程师

Explain, translate, or extract intent from any code — at beginner, intermediate, or expert level. Use when: onboarding someone new, understanding unfamiliar code, translating between languages, or capturing what code was MEANT to do vs what it does. Auto-triggers on 'explain this', 'what does this do', 'translate to', 'ELI5', 'what is this code doing'. Wraps: code-explainer, code-translator, intent-capture skills.

2026-06-16
当前展示该仓库 Top 8 / 15 个已收集 skills。
当前展示该仓库 Top 8 / 13 个已收集 skills。
已展示 8 / 8 个仓库
已展示全部仓库