Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
k1lgor
Perfil de creador de GitHub

k1lgor

Vista por repositorio de 81 skills recopiladas en 3 repositorios de GitHub.

skills recopiladas
81
repositorios
3
actualizado
2026-07-09
explorador de repositorios

Repositorios y skills representativas

autonomous-loops
Otras ocupaciones informáticas

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
Otras ocupaciones informáticas

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Desarrolladores de software

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
Otras ocupaciones informáticas

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
Mostrando las 8 principales de 53 skills recopiladas en este repositorio.
tech-lead
Desarrolladores de software

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
Desarrolladores de software

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
Analistas de garantía de calidad de software y probadores

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

2026-07-03
test-genius
Analistas de garantía de calidad de software y probadores

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

2026-07-03
code-polisher
Desarrolladores de software

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
Analistas de seguridad de la información

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
Desarrolladores de software

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
Desarrolladores de software

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

2026-07-03
Mostrando las 8 principales de 27 skills recopiladas en este repositorio.
Mostrando 3 de 3 repositorios
Todos los repositorios cargados