Skip to main content
manutej
GitHub-Creator-Profil

manutej

Repository-Ansicht von 107 gesammelten Skills in 11 GitHub-Repositories.

gesammelte Skills
107
Repositories
11
aktualisiert
30. Aug. 2026
Repository-Karte

Wo die Skills liegen

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

Hier werden die Top 8 Repositories angezeigt; die vollständige Repository-Liste folgt darunter.
Repository-Explorer

Repositories und repräsentative Skills

api-gateway-patterns
Softwareentwickler

Comprehensive API gateway patterns skill covering Kong, routing, rate limiting, authentication, load balancing, traffic management, and production gateway architecture

19. Nov. 2025
api-gateway-patterns
Softwareentwickler

Comprehensive API gateway patterns skill covering Kong, routing, rate limiting, authentication, load balancing, traffic management, and production gateway architecture

19. Nov. 2025
docker-compose-orchestration
Netzwerk- und Computersystemadministratoren

Container orchestration with Docker Compose for multi-container applications, networking, volumes, and production deployment

19. Nov. 2025
docker-compose-orchestration
Netzwerk- und Computersystemadministratoren

Container orchestration with Docker Compose for multi-container applications, networking, volumes, and production deployment

19. Nov. 2025
fastapi-development
Softwareentwickler

Modern Python API development with FastAPI covering async patterns, Pydantic validation, dependency injection, and production deployment

19. Nov. 2025
fastapi-development
Softwareentwickler

Modern Python API development with FastAPI covering async patterns, Pydantic validation, dependency injection, and production deployment

19. Nov. 2025
fastapi-customer-support-tech-enablement
Softwareentwickler

Comprehensive FastAPI skill for building modern Python web APIs with focus on customer support systems, ticket management, real-time chat, and backend operations

19. Nov. 2025
fastapi-microservices-development
Softwareentwickler

Comprehensive guide for building production-ready microservices with FastAPI including REST API patterns, async operations, dependency injection, and deployment strategies

19. Nov. 2025
Es werden 8 von 27 gesammelten Skills angezeigt.
atomic-blocks
Softwareentwickler

Composable atomic blocks for categorical meta-prompting. Defines 16 reusable blocks across 4 layers (Assessment, Transformation, Refinement, Composition) that can be composed to build custom workflows. Enables progressive disclosure: simple commands work…

1. Dez. 2025
meta-self
Softwareentwickler

Master reference for categorical meta-prompting unified syntax. Contains all modifiers, operators, composition patterns, and execution protocols. Use this skill for self-reference when executing any prompt workflow, ensuring consistent syntax across all…

1. Dez. 2025
dynamic-prompt-registry
Informatik- und Informationsforschungswissenschaftler

Dynamic prompt registry with unified categorical syntax. Supports @skills:discover(), @skills:compose(A⊗B), Reader monad for runtime lookup, and quality-tracked prompt libraries. Use for meta-prompts referencing sub-prompts, building prompt libraries,…

1. Dez. 2025
categorical-structure-builder
Informatik- und Informationsforschungswissenschaftler

Universal template for implementing categorical structures in meta-prompting frameworks. Applies to functors, monads, comonads, natural transformations, adjunctions, hom-equivalences, limits, colimits, and enriched categories. Use when extending frameworks…

1. Dez. 2025
recursive-meta-prompting
Informatik- und Informationsforschungswissenschaftler

Recursive Meta-Prompting (RMP) implementation with unified categorical syntax. Supports @mode:iterative, @quality: thresholds, >=> Kleisli composition, and comonadic context extraction. Use when implementing iterative prompt improvement, quality-gated…

1. Dez. 2025
categorical-meta-prompting
Informatik- und Informationsforschungswissenschaftler

Full categorical framework for meta-prompting with verified laws. Use when implementing functor-based task routing, monadic iterative refinement, comonadic context extraction, or quality-tracked composition. Integrates F (Functor), M (Monad), W (Comonad), and…

30. Nov. 2025
arxiv-categorical-ai
Informatik- und Informationsforschungswissenschaftler

Systematic analysis patterns for categorical AI papers (Gavranović, de Wynter, Bradley, Zhang). Use when analyzing academic papers on categorical deep learning, extracting categorical structures from AI research, mapping meta-prompting concepts to category…

29. Nov. 2025
categorical-property-testing
Softwarequalitätssicherungsanalysten und -tester

Property-based testing for functor laws, monad laws, and naturality conditions using fp-ts and fast-check. Use when validating categorical implementations in TypeScript, testing algebraic laws in functional code, verifying functor/monad/applicative instances,…

29. Nov. 2025
Es werden 8 von 23 gesammelten Skills angezeigt.
apache-airflow-orchestration
Softwareentwickler

Complete guide for Apache Airflow orchestration including DAGs, operators, sensors, XComs, task dependencies, dynamic workflows, and production deployment

18. Okt. 2025
wireframing
Web- und digitale Schnittstellendesigner

Low/high fidelity wireframes, user flows, information architecture, prototyping techniques, and design iteration processes

18. Okt. 2025
enterprise-architecture-patterns
Softwareentwickler

Complete guide for enterprise architecture patterns including domain-driven design, event sourcing, CQRS, saga patterns, API gateway, service mesh, and scalability

18. Okt. 2025
angular-development
Webentwickler

Comprehensive Angular framework development covering components, directives, services, dependency injection, routing, and reactive programming based on official Angular documentation

18. Okt. 2025
react-patterns
Softwareentwickler

Modern React development with hooks, component patterns, state management, and performance optimization for building scalable applications

18. Okt. 2025
responsive-design
Webentwickler

Mobile-first responsive design covering fluid layouts, media queries, flexbox, grid, viewport units, and responsive images

18. Okt. 2025
svelte-development
Softwareentwickler

Comprehensive Svelte development skill covering reactivity runes, components, stores, lifecycle, transitions, and modern Svelte 5 patterns

18. Okt. 2025
linear-dev-accelerator
Softwareentwickler

Accelerate software development with Linear project management and MCP server integration. Master issue tracking, project workflows, and development automation for frontend, full-stack, and mobile applications. Includes comprehensive MCP tool usage, workflow…

18. Okt. 2025
Es werden 8 von 10 gesammelten Skills angezeigt.
data-and-state-evolution
Datenbankarchitekten

Makes schema, migration, and data-shape changes safe to ship. Use when writing a database migration, altering a table, adding/renaming/dropping a column, changing the shape of an API payload / event / serialized object, backfilling data, or reviewing any diff…

12. Juni 2026
production-grade
Softwareentwickler

Router and orchestrator for the craft code-quality guardrails. Use FIRST on any broad "is this production-ready?", "review this code/diff/PR", "build this properly", "why does our AI-generated code keep needing rework", or "make this maintainable" request.…

12. Juni 2026
trustworthy-tests
Softwarequalitätssicherungsanalysten und -tester

Makes tests prove something and makes "done" mean done. Use when writing tests, judging existing tests, or before claiming a task is complete/production-ready. Catches tautological tests (asserting on their own mocks), tests that mirror the implementation,…

12. Juni 2026
code-smells
Softwareentwickler

Detection lens for Fowler's five smell families — names the smell, states the change-cost, and hands the fix to `refactoring-patterns`. Use when reviewing a diff, auditing a module, or deciding whether to gate a merge. Triggers: "does this code have smells",…

3. Juni 2026
dry-and-reuse
Softwareentwickler

Stops duplication and reinvention — the failure GitClear measures as "rework" (copy-paste up, refactoring down, the signature of AI code with a short shelf life). Use before writing any helper, util, type, constant, or component, and when reviewing a diff for…

3. Juni 2026
effects-and-purity
Softwareentwickler

Separates pure decision logic from I/O so code is testable without heavy mocks — without demanding religious purity. Use when a function both computes and writes to a DB, network, or log; when datetime.now()/random()/fetch() are called inline inside business…

3. Juni 2026
naming-and-comments
Softwareentwickler

Names and comments are the primary channel through which code communicates intent to the next engineer. Use when choosing an identifier ("what should I call this", "rename this", "is this name clear"), deciding whether to add a comment ("should I comment…

3. Juni 2026
right-sized-design
Softwareentwickler

Fights over-engineering and premature abstraction — the #1 documented AI coding failure. Use when about to add a class, interface, factory, base-class, config layer, plugin system, generic "framework," or any abstraction; when a diff feels bigger than the…

3. Juni 2026
Es werden 8 von 10 gesammelten Skills angezeigt.
ceti-explainer
nicht klassifiziert

Build a gold-standard animated technical explainer: one moving SVG diagram that builds a complex concept step by step with real numbers, in a video-like player (scrub, captions, chapters, keyboard) on a deterministic clock so every frame is reproducible.…

30. Aug. 2026
noether-harness
nicht klassifiziert

Generate conservation-constrained agentic coding harnesses from the Noether Dual-Loop kernel — a μ meta-meta-prompt that emits a λ meta-prompt, which emits a concrete harness (typed conservation lens, four role prompts, per-framework fragments) for LangGraph,…

30. Aug. 2026
ceti-brand
nicht klassifiziert

Canonical CETI brand system shared by noether-course, milton, editorial-dashboard, client-briefing-dashboard, lattice-ops, acos, and client forks (e.g. Hormel). Use whenever building or restyling any CETI dashboard, course shell, briefing, lattice, or when…

30. Aug. 2026
ceti-research
nicht klassifiziert

Auto-research for CETI explainers. Digests a topic into conserved storyboard slots that must glue: metaphor, claim, counterexample, visual motif, duration. Occupies Propose in noether-harness. Never fabricates facts. Use when designing a course film, lookbook…

30. Aug. 2026
sheaf-glue
nicht klassifiziert

Exact CSP for a capability sheaf. Accept iff every local section is good and every restriction agrees. Relative H¹ is ranking/diagnostic only — never the decision. Analog of meta-review in the sheaf-* family. Use when local skills report success and you need…

24. Aug. 2026
sheaf-harness
nicht klassifiziert

One command that runs the Noether dual-loop with the sheaf-* family as ACV. Tagline: "Glue what the dual-loop conserves." Command: /sheaf-run Automatically Propose (kernel, localize, preserve) → Tailor (glue ⇄ repair) → Commit (Φ) → Meta (discrete only). Use…

24. Aug. 2026
sheaf-kernel
nicht klassifiziert

Instantiate a finite capability sheaf for an agent harness: five vertices (Localization, Contract, Ordering, Preservation, Verification), six restriction maps as field projections, exact CSP Φ as the decision rule, relative cohomology as diagnostic only.…

24. Aug. 2026
sheaf-localize
nicht klassifiziert

Produce Localization and Contract stalks for a capability sheaf: path, symbol, namespace, API revision, source commit as typed signatures. Binds to sheaf-kernel. Analog of meta-planning in the sheaf-* family. Use when a harness repair needs typed “where” and…

24. Aug. 2026
Es werden 8 von 10 gesammelten Skills angezeigt.
account-copy
Marktforschungsanalysten und Marketingspezialisten

Emits reader-specific account copy — outreach sequences, follow-ups, one-pagers, case-study atoms, QBR narratives, renewal and expansion notes — by selecting a typed sequence blueprint and filling its slots only with facts the account already holds, so every…

13. Juli 2026
bid-contract
Marktforschungsanalysten und Marketingspezialisten

Emits deal-specific bid paperwork from a typed clause system — proposal, contract skeleton, and internal pricing-floor math — by reading SYNTHESIS, computing a cost floor, selecting pricing shapes via a decision tree, and assembling plain-language clauses…

13. Juli 2026
demo-forge
Softwareentwickler

Builds the touchable sample that enacts the buyer's own workflow step — an interactive single-file prototype, a ceti-method animated explainer, or a live-channel (phone/chat) demo — so the buyer experiences the offer instead of reading about it, with…

13. Juli 2026
design-dna
Grafikdesigner

Extracts a prospect's real brand palette from their public materials, harmonizes it into a WCAG 2.2 AA-audited token set, and fuses it with CETI house rigor so every deliverable feels already theirs. Emits design/tokens.css (the versioned sf-tokens schema…

13. Juli 2026
forge
Marktforschungsanalysten und Marketingspezialisten

Forges a new reusable deliverable FACTORY — a versioned, example-agnostic meta-prompt that serves every future instance of a recurring sales, copywriting, or account-material category, one abstraction level above any single deal. Use when the user says "forge…

13. Juli 2026
hunt
Marktforschungsanalysten und Marketingspezialisten

Hunts a prospect's provable weaknesses and buying tells from public sources and packages them as a typed, cited tells-dossier — the left half of the sign-here bijection (tells ↔ scope ↔ price) that makes the pitch feel painfully obvious. Use when the user…

13. Juli 2026
mint-atoms
Sonstige Computerberufe

The compounding engine of signal-forge — captures reusable knowledge atoms from every run and every human correction, traces each correction to the exact factory line that allowed it, writes append-only ledgers with a same-transaction discoverability index,…

13. Juli 2026
pitch-deck
Marktforschungsanalysten und Marketingspezialisten

Builds the proposal slide deck for a prospect — an animated single-file HTML deck by default, .pptx when the buyer's meeting culture demands Office, or both — walking from evidenced weaknesses (tells) to the sign-here moment. Use when the user says "pitch…

13. Juli 2026
Es werden 8 von 10 gesammelten Skills angezeigt.
meta-context
Sonstige Computerberufe

Design the context strategy for a project or working session — what knowledge to keep, where it lives, what to load when, how to compress it, and how to hand it off — so work stays grounded and compounds across sessions instead of starting cold every time.…

8. Juli 2026
meta-craft
Sonstige Computerberufe

Apply the discipline of craft — building things that survive contact with reality and stay easy to change — to any project, and emit a project-specific craft constitution plus a Definition of Done. Use whenever someone wants work done to a senior standard…

8. Juli 2026
meta-design
Web- und digitale Schnittstellendesigner

Derive a typed, medium-specific DESIGN SCHEMA from any design brief, then execute it into an audited, self-contained artifact plus the design system that generates it. Use whenever the user wants to design — but design rigorously and reusably rather than by…

8. Juli 2026
meta-mvp
Sonstige Computerberufe

Turn a minimal prompt — even one line — into a complete, WOW-grade deliverable bundle, right-sized to the domain and scope: grounded research, a project vision, a reusable meta-prompt, an execution plan, a grounded data model, and the production-quality…

8. Juli 2026
meta-planning
Sonstige Computerberufe

Generate a customized META-PLAN — a typed, example-agnostic planning scaffold — before any complete plan is written, for agentic tasks executed by one or many agents. Bridges /meta-prompting (generic tasks) to agentic planning (ultraplan-class capability).…

8. Juli 2026
meta-prompting
Sonstige Computerberufe

Generate a structured, example-agnostic META-PROMPT from any input task — a reusable "how to think" scaffold rather than worked examples. Use this whenever the user wants to design a prompt/system prompt for a CATEGORY of tasks, build a prompt template or…

8. Juli 2026
meta-research
Marktforschungsanalysten und Marketingspezialisten

Run a rigorous, task-agnostic research scaffold — decompose a question, fan out across sources, triage by credibility, cross-verify claims adversarially, and synthesize a cited answer with explicit confidence — then leave behind reusable knowledge atoms. Use…

8. Juli 2026
meta-review
Sonstige Computerberufe

Derive the right set of review lenses for any deliverable and run an adversarial, multi-perspective review that returns prioritized findings plus a reusable lesson — so the same problem gets caught automatically next time. Use whenever someone wants something…

8. Juli 2026
11 von 11 Repositories angezeigt
Alle Repositories angezeigt