Skip to main content
manutej
GitHub 创作者资料

manutej

按仓库查看 11 个 GitHub 仓库中的 107 个已收集 skills。

已收集 skills
107
仓库
11
更新
2026年8月30日
这里展示前 8 个仓库;完整仓库列表在下方继续。
仓库浏览

仓库与代表性 skills

api-gateway-patterns
软件开发工程师

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

2025年11月19日
api-gateway-patterns
软件开发工程师

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

2025年11月19日
docker-compose-orchestration
网络与计算机系统管理员

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

2025年11月19日
docker-compose-orchestration
网络与计算机系统管理员

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

2025年11月19日
fastapi-development
软件开发工程师

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

2025年11月19日
fastapi-development
软件开发工程师

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

2025年11月19日
fastapi-customer-support-tech-enablement
软件开发工程师

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

2025年11月19日
fastapi-microservices-development
软件开发工程师

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

2025年11月19日
已展示 8 / 27 个已收集 Skill。
atomic-blocks
软件开发工程师

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…

2025年12月1日
meta-self
软件开发工程师

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…

2025年12月1日
dynamic-prompt-registry
计算机与信息研究科学家

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

2025年12月1日
categorical-structure-builder
计算机与信息研究科学家

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…

2025年12月1日
recursive-meta-prompting
计算机与信息研究科学家

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…

2025年12月1日
categorical-meta-prompting
计算机与信息研究科学家

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…

2025年11月30日
arxiv-categorical-ai
计算机与信息研究科学家

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…

2025年11月29日
categorical-property-testing
软件质量保证分析师与测试员

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

2025年11月29日
已展示 8 / 23 个已收集 Skill。
apache-airflow-orchestration
软件开发工程师

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

2025年10月18日
wireframing
网页与数字界面设计师

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

2025年10月18日
enterprise-architecture-patterns
软件开发工程师

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

2025年10月18日
angular-development
网页开发工程师

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

2025年10月18日
react-patterns
软件开发工程师

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

2025年10月18日
responsive-design
网页开发工程师

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

2025年10月18日
svelte-development
软件开发工程师

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

2025年10月18日
linear-dev-accelerator
软件开发工程师

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…

2025年10月18日
已展示 8 / 10 个已收集 Skill。
data-and-state-evolution
数据库架构师

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…

2026年6月12日
production-grade
软件开发工程师

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

2026年6月12日
trustworthy-tests
软件质量保证分析师与测试员

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

2026年6月12日
code-smells
软件开发工程师

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

2026年6月3日
dry-and-reuse
软件开发工程师

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…

2026年6月3日
effects-and-purity
软件开发工程师

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…

2026年6月3日
naming-and-comments
软件开发工程师

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…

2026年6月3日
right-sized-design
软件开发工程师

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…

2026年6月3日
已展示 8 / 10 个已收集 Skill。
ceti-explainer
未分类

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

2026年8月30日
noether-harness
未分类

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

2026年8月30日
ceti-brand
未分类

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…

2026年8月30日
ceti-research
未分类

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…

2026年8月30日
sheaf-glue
未分类

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…

2026年8月24日
sheaf-harness
未分类

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…

2026年8月24日
sheaf-kernel
未分类

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

2026年8月24日
sheaf-localize
未分类

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…

2026年8月24日
已展示 8 / 10 个已收集 Skill。
account-copy
市场调研分析师与营销专员

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…

2026年7月13日
bid-contract
市场调研分析师与营销专员

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…

2026年7月13日
demo-forge
软件开发工程师

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…

2026年7月13日
design-dna
平面设计师

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…

2026年7月13日
forge
市场调研分析师与营销专员

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…

2026年7月13日
hunt
市场调研分析师与营销专员

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…

2026年7月13日
mint-atoms
其他计算机职业

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

2026年7月13日
pitch-deck
市场调研分析师与营销专员

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…

2026年7月13日
已展示 8 / 10 个已收集 Skill。
meta-context
其他计算机职业

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

2026年7月8日
meta-craft
其他计算机职业

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…

2026年7月8日
meta-design
网页与数字界面设计师

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…

2026年7月8日
meta-mvp
其他计算机职业

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…

2026年7月8日
meta-planning
其他计算机职业

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

2026年7月8日
meta-prompting
其他计算机职业

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…

2026年7月8日
meta-research
市场调研分析师与营销专员

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…

2026年7月8日
meta-review
其他计算机职业

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…

2026年7月8日
已展示 11 / 11 个仓库
已展示全部仓库