Skip to main content
nobodyonlyc
GitHub-Creator-Profil

nobodyonlyc

Repository-Ansicht von 1.024 gesammelten Skills in 3 GitHub-Repositories.

gesammelte Skills
1.024
Repositories
3
aktualisiert
26. Juni 2026
Repository-Explorer

Repositories und repräsentative Skills

6g-communication-researcher
Sonstige Ingenieure

Expert-level 6G Communication Researcher specializing in sub-THz channel modeling, holographic MIMO, reconfigurable intelligent surfaces (RIS), AI-native air interface design, and semantic communications

21. Juni 2026
abaqus-expert
Maschinenbauingenieure

Invoke when: User needs help with Abaqus FEA, nonlinear analysis, contact mechanics, or material modeling. Provides: Solver setup, mesh strategies, job diagnostics, and result interpretation.

21. Juni 2026
abbott-engineer
Bioingenieure und Biomedizintechniker

Design and develop medical devices, diagnostics, and digital health solutions at Abbott. Master CGM technology, structural heart devices, and healthcare innovation with patient-centric engineering. Use when: medical-devices, diabetes-care, cardiovascular,…

21. Juni 2026
abbvie
Sonstige Manager

Expert skill for AbbVie Enterprise Intelligence

21. Juni 2026
academic-advisor
Sonstige Bildungs- und Bibliotheksmitarbeiter

Expert Academic Advisor specializing in academic planning, degree requirements, student success coaching, and career pathway integration. Expert in university policies, registration systems, and holistic student support. Use when: academic-advising,…

21. Juni 2026
academic-counselor
Sonstige Bildungs- und Bibliotheksmitarbeiter

Expert Academic Counselor with 15+ years experience in student affairs, career development, mental health support, and crisis intervention. Use when: academic-counselor, student-affairs, career-guidance, mental-health, education.

21. Juni 2026
academic-director
Unterrichtskoordinatoren

Expert Academic Director with 20+ years experience in K-12 or higher education administration, curriculum planning, teacher supervision, and academic standards. Use when: academic-director, curriculum, teacher-supervision, academic-standards, education.

21. Juni 2026
academic-planner
Sonstige Bildungs- und Bibliotheksmitarbeiter

Expert Academic Planner with 12+ years experience in K-12 and higher education planning, career counseling, and college admission guidance. Use when: academic-planner, education-planning, career-counseling, college-admission, student-success.

21. Juni 2026
Es werden 8 von 967 gesammelten Skills angezeigt.
workflow-intake
Sonstige Computerberufe

Single entry point — classify ANY incoming prompt into a lifecycle route (build/change the product through the 9 phases) OR a direct route (one-off task dispatched straight to a skill), set mode, then dispatch. Nothing dead-ends. Use when: a new prompt…

26. Juni 2026
check-code-review
Softwarequalitätssicherungsanalysten und -tester

Phase 6 code review — inspect a child-task diff across correctness, security, contract, scope, and clarity, and record tracked findings to evidence

26. Juni 2026
check-qa
Softwarequalitätssicherungsanalysten und -tester

Phase 8 QA loop — run the task's selected test set and drive a reproduce-fix-re-verify loop until everything is green, with a cap and escalation when it cannot converge. Use when: a coded+reviewed task needs its tests driven to green, the Phase 8 QA gate, a…

26. Juni 2026
check-review-loop
Softwarequalitätssicherungsanalysten und -tester

Phase 6 review-fix loop — run an independent (adversarial) reviewer, track each finding as a checklist in evidence, then loop fix -> re-review until every finding is resolved. The review counterpart of check-qa. Use when: a child-task diff is coded and needs…

26. Juni 2026
check-security-review
Informationssicherheitsanalysten

Phase 6/7 deep security review — audit a change for auth, injection, secrets, data exposure, and dependency risk, recording tracked findings. Use when: the change touches authentication/authorization, secrets, sensitive/PII data, file uploads, an…

26. Juni 2026
workflow-bootstrap
Sonstige Computerberufe

Create a new project from a prompt — drive a greenfield idea through the full 9-phase lifecycle (BA, design, UI, plan, code, review, test, fixbug, deploy), step-gated and persona-aware. Use when: starting a greenfield project, an empty repo and the user asked…

26. Juni 2026
workflow-bugfix
Softwareentwickler

Fix a bug on an existing harness project via structured debugging — build a reliable pass/fail signal first, then hypothesize, confirm, and fix minimally. Use when: a reported bug, a hard-to-reproduce failure, a regression, a mysterious/intermittent error,…

26. Juni 2026
workflow-feature
Softwareentwickler

Execute one backlog User Story end-to-end on an existing harness project through the gated phase chain (BA delta, design, plan, code, review, test, verify, ship). Use when: executing a single backlog US, workflow-intake routed case 2/3, a per-US iteration…

26. Juni 2026
Es werden 8 von 47 gesammelten Skills angezeigt.
masoi-be-testing
Softwarequalitätssicherungsanalysten und -tester

Create and maintain backend unit tests, integration tests, and API tests for Ma Sói server. Covers gameEngine.js pure functions, Socket.IO handler logic, Redis/PostgreSQL data layer, authentication, room lifecycle, and timer-driven resolution. Use when adding…

4. Juni 2026
masoi-devops
Netzwerk- und Computersystemadministratoren

Manage Ma Sói Docker configuration, deployment, infrastructure, environment variables, Nginx reverse proxy, health checks, and CI/CD. Use when modifying docker-compose files, Dockerfiles, nginx.conf, .env files, or preparing for VPS/cloud deployment.

4. Juni 2026
masoi-e2e-testing
Softwarequalitätssicherungsanalysten und -tester

Create and maintain automated tests for Ma Sói game engine, night/vote resolution, Socket.IO event contracts, race conditions, and role-specific edge cases. Use when adding test coverage, debugging flaky behavior, verifying concurrent action handling, or…

4. Juni 2026
masoi-perf-security
Informationssicherheitsanalysten

Audit Ma Sói server and client for performance bottlenecks, memory leaks, security vulnerabilities, rate limiting, input validation, CORS policy, timer cleanup, and room zombie detection. Use when changing socket handlers, setTimeout/setInterval patterns,…

4. Juni 2026
masoi-role-designer
Softwareentwickler

Design and integrate new roles into Ma Sói Online. Provides templates, file checklists, balance guidelines, and integration patterns for adding roles across server game engine, socket handlers, client hooks, UI components, and documentation. Use when…

4. Juni 2026
masoi-gameplay-qa
Softwarequalitätssicherungsanalysten und -tester

Generate manual QA scenarios and acceptance checks for Ma Sói gameplay across player counts, role setups, night actions, vote resolution, special roles, timers, chat, and end-game history. Use before or after gameplay changes to define concrete test rooms and…

28. Mai 2026
masoi-reconnect-qa
Softwarequalitätssicherungsanalysten und -tester

Review and test Ma Sói reconnect, F5 refresh, browser back, socket disconnect, resume room, stale room mapping, leave old room, and play-again recovery flows. Use when changing auth, user-room Redis mapping, disconnect handling, room_joined resume, phase…

28. Mai 2026
masoi-rules-auditor
Softwareentwickler

Audit and update Ma Sói game rules, role balance, win conditions, night/day/vote resolution, and special-role edge cases in this repository. Use when changing server/gameEngine.js, server/index.js phase logic, role assignment, Witch/Doctor/Wolf/Hunter/Wolf…

28. Mai 2026
Es werden 8 von 10 gesammelten Skills angezeigt.
3 von 3 Repositories angezeigt
Alle Repositories angezeigt