Skip to main content
Jeden Skill in Manus ausführen
mit einem Klick
rahlplx
GitHub-Creator-Profil

rahlplx

Repository-Ansicht von 131 gesammelten Skills in 8 GitHub-Repositories.

gesammelte Skills
131
Repositories
8
aktualisiert
2026-07-08
Repository-Karte

Wo die Skills liegen

Top-Repositories nach gesammelter Skill-Anzahl, mit ihrem Anteil an diesem Creator-Katalog und ihrer Berufsverteilung.

#01
elite-astro-workforce-template
46 Skills · 2026-02-07
SoftwareentwicklerMarktforschungsanalysten und MarketingspezialistenSoftwarequalitätssicherungsanalysten und -testerWebentwicklerInformationssicherheitsanalystenNetzwerk- und Computersystemadministratoren
13 Berufskategorien · 100% klassifiziert
35%Anteil
#02
wp-arsenal
30 Skills · 2026-06-16
InformationssicherheitsanalystenSoftwareentwicklerNetzwerk- und Computersystemadministratoren
3 Berufskategorien · 100% klassifiziert
23%Anteil
#03
solo-founder-wingman
19 Skills · 2026-07-04
SoftwareentwicklerProjektmanagementspezialistenSoftwarequalitätssicherungsanalysten und -testerInformationssicherheitsanalystenMarktforschungsanalysten und MarketingspezialistenSonstige Computerberufe
7 Berufskategorien · 100% klassifiziert
15%Anteil
#04
project
15 Skills · 2026-06-17
SoftwareentwicklerSoftwarequalitätssicherungsanalysten und -testerProjektmanagementspezialistenInformationssicherheitsanalystenWeb- und digitale Schnittstellendesigner
5 Berufskategorien · 100% klassifiziert
11%Anteil
#05
New-Smile-Savers
13 Skills · 2026-01-29
SoftwareentwicklerWebentwicklerSoftwarequalitätssicherungsanalysten und -testerInformationssicherheitsanalystenMarktforschungsanalysten und Marketingspezialisten
5 Berufskategorien · 100% klassifiziert
9.9%Anteil
#06
forge
4 Skills · 2026-06-05
Sonstige ComputerberufeWeb- und digitale Schnittstellendesigner
2 Berufskategorien · 100% klassifiziert
3.1%Anteil
#07
vibemate-unified-plugin
2 Skills · 2026-07-08
SoftwareentwicklerSonstige Computerberufe
2 Berufskategorien · 100% klassifiziert
1.5%Anteil
#08
Lab-LaunchPad-AI-SDK
2 Skills · 2026-07-04
ProjektmanagementspezialistenSoftwareentwickler
2 Berufskategorien · 100% klassifiziert
1.5%Anteil
Repository-Explorer

Repositories und repräsentative Skills

Zeigt die Top 8 von 46 gesammelten Skills in diesem Repository.
wp-ci-deploy
Softwareentwickler

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
Informationssicherheitsanalysten

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
Softwareentwickler

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
Softwareentwickler

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
Informationssicherheitsanalysten

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
Softwareentwickler

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
Softwareentwickler

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
Informationssicherheitsanalysten

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
Zeigt die Top 8 von 30 gesammelten Skills in diesem Repository.
ship-checklist
Softwareentwickler

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
Projektmanagementspezialisten

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
Softwareentwickler

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
Projektmanagementspezialisten

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Softwarequalitätssicherungsanalysten und -tester

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
Zeigt die Top 8 von 19 gesammelten Skills in diesem Repository.
vibe-orchestrator
Projektmanagementspezialisten

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
Softwareentwickler

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
Softwarequalitätssicherungsanalysten und -tester

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
Softwareentwickler

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
Web- und digitale Schnittstellendesigner

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
Softwareentwickler

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
Softwareentwickler

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
Softwareentwickler

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
Zeigt die Top 8 von 15 gesammelten Skills in diesem Repository.
Zeigt die Top 8 von 13 gesammelten Skills in diesem Repository.
8 von 8 Repositories angezeigt
Alle Repositories angezeigt