Skip to main content
manutej
GitHub creator profile

manutej

Repository-level view of 107 collected skills across 11 GitHub repositories.

skills collected
107
repositories
11
updated
Aug 30, 2026
Showing the top 8 repositories here; full repository list continues below.
repository explorer

Repositories and representative skills

api-gateway-patterns
software-developers

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

Nov 19, 2025
api-gateway-patterns
software-developers

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

Nov 19, 2025
docker-compose-orchestration
network-and-computer-systems-administrators

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

Nov 19, 2025
docker-compose-orchestration
network-and-computer-systems-administrators

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

Nov 19, 2025
fastapi-development
software-developers

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

Nov 19, 2025
fastapi-development
software-developers

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

Nov 19, 2025
fastapi-customer-support-tech-enablement
software-developers

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

Nov 19, 2025
fastapi-microservices-development
software-developers

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

Nov 19, 2025
Showing 8 of 27 collected skills.
atomic-blocks
software-developers

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…

Dec 1, 2025
meta-self
software-developers

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…

Dec 1, 2025
dynamic-prompt-registry
computer-and-information-research-scientists-151221

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,…

Dec 1, 2025
categorical-structure-builder
computer-and-information-research-scientists-151221

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…

Dec 1, 2025
recursive-meta-prompting
computer-and-information-research-scientists-151221

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…

Dec 1, 2025
categorical-meta-prompting
computer-and-information-research-scientists-151221

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…

Nov 30, 2025
arxiv-categorical-ai
computer-and-information-research-scientists-151221

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…

Nov 29, 2025
categorical-property-testing
software-quality-assurance-analysts-and-testers

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,…

Nov 29, 2025
Showing 8 of 23 collected skills.
apache-airflow-orchestration
software-developers

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

Oct 18, 2025
wireframing
web-and-digital-interface-designers

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

Oct 18, 2025
enterprise-architecture-patterns
software-developers

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

Oct 18, 2025
angular-development
web-developers

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

Oct 18, 2025
react-patterns
software-developers

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

Oct 18, 2025
responsive-design
web-developers

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

Oct 18, 2025
svelte-development
software-developers

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

Oct 18, 2025
linear-dev-accelerator
software-developers

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…

Oct 18, 2025
Showing 8 of 10 collected skills.
data-and-state-evolution
database-architects

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…

Jun 12, 2026
production-grade
software-developers

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.…

Jun 12, 2026
trustworthy-tests
software-quality-assurance-analysts-and-testers

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,…

Jun 12, 2026
code-smells
software-developers

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",…

Jun 3, 2026
dry-and-reuse
software-developers

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…

Jun 3, 2026
effects-and-purity
software-developers

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…

Jun 3, 2026
naming-and-comments
software-developers

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…

Jun 3, 2026
right-sized-design
software-developers

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…

Jun 3, 2026
Showing 8 of 10 collected skills.
ceti-explainer
unclassified

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.…

Aug 30, 2026
noether-harness
unclassified

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,…

Aug 30, 2026
ceti-brand
unclassified

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…

Aug 30, 2026
ceti-research
unclassified

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…

Aug 30, 2026
sheaf-glue
unclassified

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…

Aug 24, 2026
sheaf-harness
unclassified

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…

Aug 24, 2026
sheaf-kernel
unclassified

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.…

Aug 24, 2026
sheaf-localize
unclassified

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…

Aug 24, 2026
Showing 8 of 10 collected skills.
account-copy
market-research-analysts-and-marketing-specialists-131161

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…

Jul 13, 2026
bid-contract
market-research-analysts-and-marketing-specialists-131161

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…

Jul 13, 2026
demo-forge
software-developers

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…

Jul 13, 2026
design-dna
graphic-designers

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…

Jul 13, 2026
forge
market-research-analysts-and-marketing-specialists-131161

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…

Jul 13, 2026
hunt
market-research-analysts-and-marketing-specialists-131161

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…

Jul 13, 2026
mint-atoms
computer-occupations-all-other

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,…

Jul 13, 2026
pitch-deck
market-research-analysts-and-marketing-specialists-131161

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…

Jul 13, 2026
Showing 8 of 10 collected skills.
meta-context
computer-occupations-all-other

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.…

Jul 8, 2026
meta-craft
computer-occupations-all-other

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…

Jul 8, 2026
meta-design
web-and-digital-interface-designers

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…

Jul 8, 2026
meta-mvp
computer-occupations-all-other

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…

Jul 8, 2026
meta-planning
computer-occupations-all-other

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).…

Jul 8, 2026
meta-prompting
computer-occupations-all-other

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…

Jul 8, 2026
meta-research
market-research-analysts-and-marketing-specialists-131161

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…

Jul 8, 2026
meta-review
computer-occupations-all-other

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…

Jul 8, 2026
Showing 11 of 11 repositories
All repositories loaded