Skip to main content
在 Manus 中运行任何 Skill
一键导入
k1lgor
GitHub 创作者资料

k1lgor

按仓库查看 3 个 GitHub 仓库中的 81 个已收集 skills。

已收集 skills
81
仓库
3
更新
2026-07-09
仓库浏览

仓库与代表性 skills

autonomous-loops
其他计算机职业

Autonomous loop patterns for multi-step AI workflows without human intervention. Use when building CI-style pipelines, parallel agent coordination, or continuous autonomous development cycles. Covers 5 loop architectures (Sequential Pipeline, Infinite Agentic Loop, Continuous PR Loop, De-Sloppify Pass, RFC-Driven DAG) with decision matrix.

2026-07-09
autoresearch-loop
其他计算机职业

Karpathy-style automated self-improvement loop for the .agent/ skill system. Use to measure skill quality, identify weaknesses through structured evals, generate targeted improvements, and verify them. The AI equivalent of gradient descent applied to agent instructions — works through Measure -> Find Weaknesses -> Generate Improvements -> Score -> Regression Check -> Iterate.

2026-07-09
backend-architect
软件开发工程师

Designs server-side architecture, API contracts, and data models for production-grade services. Use for backend architecture decisions, service/repository implementation, and designing REST/GraphQL API contracts. Differentiator: layered architecture with documented ADRs, machine-readable API contracts (OpenAPI/GraphQL), and database patterns with connection management, transactions, and migration strategies.

2026-07-09
brainstorming
软件开发工程师

Structured exploration before committing to an approach. Use when facing ambiguous problems, new features, architectural decisions, or any situation where multiple approaches are possible. Differentiator: Mandatory search-first integration before any idea generation, and a hard user-confirmation gate that prevents premature implementation.

2026-07-09
ci-config-helper
软件开发工程师

Designs and configures CI/CD pipelines for GitHub Actions and GitLab CI with caching, matrix builds, security scanning, and deployment gating. Use for any continuous integration or deployment pipeline task — from initial setup through production release gating. Distinguishes itself through hardened pipeline patterns with cache optimization, secret management, flaky test detection, and staging-gated deployment.

2026-07-09
code-polisher
软件开发工程师

Refactors and improves code quality with measurable before/after improvements in readability, complexity, and duplication. Use for cleaning up and optimising existing code, reducing cyclomatic complexity, and extracting maintainable patterns. Differentiator: behaviour-preserving refactoring with characterisation tests, before/after code examples for 7+ common code smells, and structured verification gates.

2026-07-09
content-hash-cache-pattern
软件开发工程师

SHA-256 content hash caching for file processing to avoid redundant work and reduce LLM costs. Use when processing files (extraction, transformation) to avoid redundant work and reduce costs. Covers content-hash-based cache key design, frozen dataclass entries, file-based cache storage with O(1) lookup, and service layer wrapper pattern.

2026-07-09
context-optimizer
其他计算机职业

Context window preservation and session continuity skill for AI coding agents. Use proactively whenever commands, files, or API responses would produce more than ~20 lines of output, and reactively when context is nearing exhaustion or a session has been compacted. Orchestrates the context-mode MCP plugin (ctx_execute, ctx_index, ctx_search, ctx_batch_execute, ctx_execute_file, ctx_fetch_and_index) to keep raw data out of the LLM context window and retrieve only what's needed on demand.

2026-07-09
当前展示该仓库 Top 8 / 53 个已收集 skills。
tech-lead
软件开发工程师

Use when facing complex multi-skill orchestration, full-stack architecture decisions, or coordinating multiple domain experts to build a feature end-to-end

2026-07-03
doc-writer
软件开发工程师

Use when generating documentation, READMEs, API docs, inline comments, architecture diagrams, or technical explanations — for audiences ranging from developers to end users

2026-07-03
bug-hunter
软件质量保证分析师与测试员

Use when encountering any bug, test failure, crash, unexpected behavior, or stack trace — before proposing or implementing any fix

2026-07-03
test-genius
软件质量保证分析师与测试员

Use when writing tests, increasing coverage, verifying functionality, or implementing TDD — before claiming any feature or fix is complete

2026-07-03
code-polisher
软件开发工程师

Use when refactoring messy code, improving readability, eliminating code smells, or applying SOLID/DRRY principles — always with tests as safety net

2026-07-03
security-reviewer
信息安全分析师

Use when performing security audits, reviewing code for vulnerabilities, checking auth flows, or validating OWASP compliance — before any approval or merge

2026-07-03
performance-profiler
软件开发工程师

Use when diagnosing slow code, identifying bottlenecks, optimizing hot paths, fixing memory leaks, or improving concurrency — always with before/after benchmarks

2026-07-03
migration-upgrader
软件开发工程师

Use when performing version upgrades, framework migrations, library replacements, or API deprecation handling — with rollback planning and risk assessment

2026-07-03
当前展示该仓库 Top 8 / 27 个已收集 skills。
已展示 3 / 3 个仓库
已展示全部仓库