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

weorbitant

Repository-Ansicht von 103 gesammelten Skills in 7 GitHub-Repositories.

gesammelte Skills
103
Repositories
7
aktualisiert
2026-07-21
Repository-Karte

Wo die Skills liegen

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

#01
orbitant-os
25 Skills · 2026-06-05
Hochschullehrer für InformatikSchriftsteller und AutorenSoftwareentwicklerMarktforschungsanalysten und MarketingspezialistenAllgemeine und BetriebsleiterInformationssicherheitsanalysten
11 Berufskategorien · 100% klassifiziert
24%Anteil
#02
workbench-dev
23 Skills · 2026-05-12
Netzwerk- und ComputersystemadministratorenSoftwareentwicklerProjektmanagementspezialistenDatenbankarchitektenBibliotheksassistenten, BürokräfteDatenbankadministratoren
9 Berufskategorien · 100% klassifiziert
22%Anteil
#03
compound-engineering-feat-python-plugin
21 Skills · 2026-07-21
SoftwareentwicklerDatenbankarchitektenSoftwarequalitätssicherungsanalysten und -testerGrafikdesignerNetzwerk- und ComputersystemadministratorenProjektmanagementspezialisten
7 Berufskategorien · 100% klassifiziert
20%Anteil
#04
ai-dev-kit-pgi
19 Skills · 2026-03-11
Netzwerk- und ComputersystemadministratorenSoftwareentwicklerProjektmanagementspezialistenDatenbankadministratorenDatenbankarchitektenSoftwarequalitätssicherungsanalysten und -tester
6 Berufskategorien · 100% klassifiziert
18%Anteil
#05
orbitant-poc-skills
8 Skills · 2026-05-03
SoftwareentwicklerTutorenGrundschullehrer (außer Sonderpädagogik)Unterrichtskoordinatoren
4 Berufskategorien · 100% klassifiziert
7.8%Anteil
#06
sdd-afianza
6 Skills · 2026-07-03
SoftwareentwicklerNetzwerk- und ComputersystemadministratorenProjektmanagementspezialisten
3 Berufskategorien · 100% klassifiziert
5.8%Anteil
#07
agent-skills
1 Skills · 2026-02-13
Marktforschungsanalysten und Marketingspezialisten
1 Berufskategorien · 100% klassifiziert
1.0%Anteil
Repository-Explorer

Repositories und repräsentative Skills

orbitant-end-learn
Hochschullehrer für Informatik

Use when the user is done learning for the day, wants to save progress, or wants to wrap up a lesson. Also triggered by /learn when postponing or abandoning. Updates the learning intelligence layer (insights.md) after each session. Triggers on: "end session", "done learning", "save progress", "wrap up", "end-learn", "I'm done for today".

2026-06-05
orbitant-init-learning
Hochschullehrer für Informatik

Use when the user wants to set up or update their learning profile, configure learning preferences, update their role or gaps, add feedback from reviews or 1:1s, or when any other learning skill detects no profile exists. Triggers on: "set up learning", "update my learning profile", "init learning", or pasting performance feedback.

2026-06-05
orbitant-learn
Hochschullehrer für Informatik

Use when the user wants to sit down and learn, continue a lesson, practice a skill, or work through a learning project. Triggers on: "let's learn", "continue my lesson", "start learning", "practice", "I have time to learn", or "pick up where I left off".

2026-06-05
orbitant-learning-insights
Hochschullehrer für Informatik

Internal-only skill — never called directly by users. Provides the Learning Intelligence Layer. Two modes: "build context" (called by /learn at session start) reads learning history and produces a learner context; "update insights" (called by /end-learn after session close) updates the persistent insights.md summary.

2026-06-05
orbitant-learning-report
Hochschullehrer für Informatik

Use when the user wants to review what they've learned, see progress on their gaps, get a summary of recent learning sessions, or wants article ideas based on learnings. Triggers on: "learning report", "what have I learned", "progress report", "summarize my learning", or "learning summary for the last month".

2026-06-05
orbitant-learning-status
Hochschullehrer für Informatik

Use when the user wants a fast status check on their learning without a full report. Triggers on: "learning status", "where am I", "what's my learning state", "how's my learning going", or "check my progress".

2026-06-05
orbitant-new-learning
Hochschullehrer für Informatik

Use when the user wants to find what to learn next, explore learning topics, get project ideas for a skill gap, or add a learning idea to their backlog. Triggers on: "what should I learn", "suggest learning projects", "I want to learn X", "add to my learning backlog", or "find me resources on X".

2026-06-05
orbitant-blog-post-create
Schriftsteller und Autoren

Content generation skill for the Orbitant engineering blog. Activates when creating a blog post in Spanish from raw input — a Knowledge Sharing transcript, Slack thread, meeting notes, workshop draft, or bullet outline. Produces a structured, SEO-optimised article that matches Orbitant's narrative, tone, and content cluster strategy. Trigger on: "crear blog post", "redactar artículo", "convierte esto en un post", "blog post para Orbitant", "write a blog post", "turn this into an article". Also trigger when the user shares a long transcript, KS notes, or a Slack discussion about a technical decision — even if they don't explicitly say "blog post". When in doubt, ask if they want this turned into a post.

2026-05-22
Zeigt die Top 8 von 25 gesammelten Skills in diesem Repository.
configure
Softwareentwickler

Walks through full ops-suite setup: asks about all infrastructure components and writes config.yaml. Use when setting up ops-suite for the first time or when config.yaml is missing.

2026-05-12
db-migrate
Datenbankarchitekten

Run database migrations against remote environments. Use when asked about "migrations", "pending schema changes", "apply migrations", "migration status", "update schema". SKIP: querying data (use db-query); service health (use service-status).

2026-05-12
db-query
Datenbankadministratoren

Execute read-only queries against databases in any environment. Use when asked about "SQL", "check data", "count records", "find rows", "query database", "how many X?", "look up Y". SKIP: running migrations (use db-migrate); service health (use service-status).

2026-05-12
deploy
Netzwerk- und Computersystemadministratoren

Deploy a merged PR or commit to an environment. TRIGGER when: chained by workflow-deploy or another skill; user explicitly invokes /deploy with a PR number, commit SHA, or ref. SKIP: interactive guided deployments (use workflow-deploy).

2026-05-12
deploy-status
Netzwerk- und Computersystemadministratoren

Show deployment status across environments — current deployed commit, author, timestamp, PR, and drift between envs. Use when asked about "deploy status", "what is deployed", "what version is in prod", "is prod up to date", "show deployments", "current commit per env", "deployment overview", "env diff", "qué hay desplegado", "estado de los deploys". TRIGGER when: user asks "what's deployed in X", "deploy status", "is staging behind prod", "show me deploys", "last deploy of [service]", "deployment diff between envs", "qué versión hay en prod". SKIP: deploying new versions (use deploy or workflow-deploy); pod health (use service-status); logs (use service-logs).

2026-05-12
port-forward
Netzwerk- und Computersystemadministratoren

Establish local connections to cluster services like databases, brokers, and APIs. Use when asked about "port-forward", "connect to database", "local connection", "tunnel", "forward port", "access service locally". TRIGGER when: user asks "port-forward to X", "connect to database locally", "tunnel to service", "forward port", "access service locally", "open local connection to X". SKIP: checking service health (use service-status); running queries (use db-query).

2026-05-12
queue-reprocess
Netzwerk- und Computersystemadministratoren

Move failed messages from dead letter queues back to their main queue. Use when asked about "reprocess DLQ", "retry failed messages", "move DLQ messages", "republish dead letters". SKIP: diagnosing failures first (use queue-triage); checking counts (use queue-status).

2026-05-12
queue-status
Netzwerk- und Computersystemadministratoren

Check message queue status, list queues, monitor DLQ counts and consumers. Use when asked about "queues", "queue status", "DLQ", "dead letter", "consumers", "messages pending", "message broker", "rabbitmq", "queue health". TRIGGER when: user asks "how are the queues?", "queue status", "any DLQ messages?", "check queues", "messages pending", "consumer count", "queue health", "rabbitmq status", "are there messages in the DLQ?". SKIP: diagnosing DLQ failures (use queue-triage); moving messages back (use queue-reprocess).

2026-05-12
Zeigt die Top 8 von 23 gesammelten Skills in diesem Repository.
setup
Softwareentwickler

Configure which review agents and workflow skills run for a project by auto-detecting the Python stack and writing py-micro-superpowers.local.md. Use when setting up the plugin in a new project or reconfiguring review agents and workflow skills.

2026-07-21
agent-native-architecture
Softwareentwickler

Build applications where agents are first-class citizens. Use this skill when designing autonomous agents, creating MCP tools, implementing self-modifying systems, or building apps where features are outcomes achieved by agents operating in a loop.

2026-07-21
django-async
Softwareentwickler

Implement async task queues with Celery and real-time WebSocket support with Django Channels. Use when a Django project includes celery or channels in its dependencies, or when implementing background processing, periodic tasks, WebSocket connections, or real-time features.

2026-07-21
django-drf
Softwareentwickler

Django REST Framework patterns for serializers, viewsets, routers, permissions, and authentication. Use when building or reviewing projects with djangorestframework in dependencies.

2026-07-21
django-patterns
Softwareentwickler

Django core patterns for models, views, admin, signals, middleware, and Django Ninja APIs. Use when working on projects with django in their dependencies.

2026-07-21
document-review
Projektmanagementspezialisten

Refines brainstorm or plan documents through structured review before proceeding to the next workflow step. Use when a brainstorm or plan document exists and needs improvement.

2026-07-21
fastapi-patterns
Softwareentwickler

FastAPI core patterns for routes, dependency injection, async, auth, and OpenAPI. Use when working on projects with fastapi in their dependencies.

2026-07-21
fastapi-sqlalchemy
Softwareentwickler

Async SQLAlchemy 2.0 patterns with FastAPI and Alembic migration management. Use when working on FastAPI projects with sqlalchemy in their dependencies.

2026-07-21
Zeigt die Top 8 von 21 gesammelten Skills in diesem Repository.
adr
Softwareentwickler

Use when creating, updating, or compacting Architecture Decision Records (ADRs). Use when user says "adr", "crear ADR", "create ADR", "actualizar ADR", "update ADR", "compactar ADR", "compact ADR", "registrar decision", "record decision", "decision record".

2026-03-11
db-query
Datenbankadministratoren

Use when needing to query a PostgreSQL database in DEV or PROD, check if records exist, count rows, inspect data, or run read-only SQL queries from within the cluster. Use when user says "consulta la BD", "query", "busca en la tabla", "check database", "db query", or "existe este registro".

2026-03-10
infra-deploy
Netzwerk- und Computersystemadministratoren

Use when user asks to deploy to production, check what's deployed, find a docker image tag for a PR, or trigger a production deployment. Use when user mentions "deploy", "prod", "production", "release", or "ship".

2026-03-10
infra-logs
Netzwerk- und Computersystemadministratoren

Use when checking pod logs, searching for errors, viewing recent log output, or debugging runtime issues in DEV or PROD. Use when user says "logs de", "ver logs", "qué errores hay", "check logs", "show errors", or mentions log analysis of a service.

2026-03-10
infra-migrations
Datenbankarchitekten

Use when user asks to run database migrations, create tables, apply schema changes, or mentions "migration" in the context of DEV or PROD environments. Use when user mentions "migrate", "migration:up", "create table", or "schema changes" for remote environments.

2026-03-10
infra-pods
Netzwerk- und Computersystemadministratoren

Use when checking pod status, listing running services, investigating crashloops, viewing pod events, or checking resource usage. Use when user says "pods", "qué está corriendo", "pod status", "check pods", "restart", "crashloop", or "pod events".

2026-03-10
ticket-analysis
Projektmanagementspezialisten

Use when doing comprehensive ticket analysis before implementation. Analyzes Jira ticket, Figma designs, Confluence/Notion docs, and codebase to produce a data map where every field is questioned and scope is explicitly defined. Use when user says "analiza ticket", "ticket analysis", "prepara ticket", "revisar ticket completo", or "qué falta en este ticket".

2026-03-10
analyze-data-model
Softwareentwickler

Use when interrogating the codebase to understand an entity, field, or business concept. Traces data origin, mutations, validations, and relationships without assumptions. Use when user says "analiza entidad", "de dónde viene este dato", "analyze data model", "qué campos tiene", "quién genera este campo", or "explica esta entidad".

2026-03-10
Zeigt die Top 8 von 19 gesammelten Skills in diesem Repository.
end-learn
Tutoren

Use when the user is done learning for the day, wants to save progress, or wants to wrap up a lesson. Also triggered by /learn when postponing or abandoning. Updates the learning intelligence layer (insights.md) after each session. Triggers on: "end session", "done learning", "save progress", "wrap up", "end-learn", "I'm done for today".

2026-05-03
learn
Grundschullehrer (außer Sonderpädagogik)Tutoren

Use when the user wants to sit down and learn, continue a lesson, practice a skill, or work through a learning project. Triggers on: "let's learn", "continue my lesson", "start learning", "practice", "I have time to learn", or "pick up where I left off".

2026-05-03
learning-insights
Softwareentwickler

Internal-only skill — never called directly by users. Provides the Learning Intelligence Layer. Two modes: "build context" (called by /learn at session start) reads learning history and produces a learner context; "update insights" (called by /end-learn after session close) updates the persistent insights.md summary.

2026-05-03
learning-report
Softwareentwickler

Use when the user wants to review what they've learned, see progress on their gaps, get a summary of recent learning sessions, or wants article ideas based on learnings. Triggers on: "learning report", "what have I learned", "progress report", "summarize my learning", or "learning summary for the last month".

2026-05-03
learning-status
TutorenGrundschullehrer (außer Sonderpädagogik)

Use when the user wants a fast status check on their learning without a full report. Triggers on: "learning status", "where am I", "what's my learning state", "how's my learning going", or "check my progress".

2026-05-03
new-learning
Softwareentwickler

Use when the user wants to find what to learn next, explore learning topics, get project ideas for a skill gap, or add a learning idea to their backlog. Triggers on: "what should I learn", "suggest learning projects", "I want to learn X", "add to my learning backlog", or "find me resources on X".

2026-05-03
debrief
Softwareentwickler

Use at the end of a Claude Code session to capture project-specific friction as proposed CLAUDE.md edits. Triggered by /debrief (no args) to scan the full session, or /debrief <hint> to focus on a specific area (e.g., /debrief the API naming convention thing). Returning "session looks clean" with no proposals is a first-class outcome, not a fallback. Triggers on: "/debrief", "debrief the session", "wrap up this session", "what did we learn", "any rules to capture", "should we update CLAUDE.md".

2026-04-27
init-learning
Unterrichtskoordinatoren

Use when the user wants to set up or update their learning profile, configure learning preferences, update their role or gaps, add feedback from reviews or 1:1s, or when any other learning skill detects no profile exists. Triggers on: "set up learning", "update my learning profile", "init learning", or pasting performance feedback.

2026-04-16
release
Softwareentwickler

Use when the user wants to release, tag, publish, or deploy a new version to dev. Triggers on "release", "tag", "nueva versión", "bump version", "subir versión", "publicar versión", "deploy dev", "sacar release", or any mention of creating a v* tag. Use this skill whenever the user wants to cut a new version of any Afianza service, even if they don't say "release" explicitly.

2026-07-03
spec-use-case-explorer
Projektmanagementspezialisten

Stress-test a feature spec by generating use cases from normal to extreme, one at a time interactively. Use when reviewing a spec for gaps, undefined behavior, or missing edge cases — even if the user just says "review this spec", "find holes in this", or "check my ACs".

2026-07-02
verifying-plan-against-rules
Softwareentwickler

Use the moment a technical implementation plan has been generated — by writing-plans, native plan mode / ExitPlanMode, or hand-written — and BEFORE presenting it to the user for review, approval, or implementation. The gate sits between "plan written" and "plan shown/built". NOT for a brainstorming spec (a spec guides the plan; it is not yet a technical plan, so there is nothing to gate). Triggers on a freshly produced plan, plan handoff, "here is the plan", pre-review / pre-implementation rule check.

2026-07-02
db-connect
Softwareentwickler

Use when connecting to an Afianza service database for inspection, debugging, or ad-hoc queries. Covers local, dev, and prod environments for all services (pgi, pc, pd). Use before running psql or querying any service's PostgreSQL database.

2026-06-30
deploy-prod
Netzwerk- und Computersystemadministratoren

Use when the user wants to deploy to production, "subir a prod", "desplegar en producción", "lanzar a prod", "manual deploy", "deploy prod", or promote a specific version/tag to the production environment. Use for any Afianza service. SKIP if the user only wants to release/tag (use the `release` skill instead).

2026-06-18
k8s-services
Netzwerk- und Computersystemadministratoren

Use when the user asks to "ver servicios", "check services", "pod status", "estado del cluster", "qué está corriendo", "ver pods", or "cluster status" in the Afianza Kubernetes clusters. SKIP for log analysis (use ops-suite:service-logs) or database queries.

2026-06-09
7 von 7 Repositories angezeigt
Alle Repositories angezeigt