Loading...
Loading...
Found 48002 skills
copyleftdev
Assists in writing clean, portable systems code in Dennis Ritchie's style, emphasizing abstraction and C language design principles for system interfaces.
copyleftdev
Generates Python code adhering to the Pythonic style, emphasizing readability and simplicity.
copyleftdev
Assists in writing Go code adhering to Russ Cox's standards, emphasizing tooling, module design, correctness, and backward compatibility for reusable packages.
copyleftdev
Assists in writing C++ code using Andrei Alexandrescu's Modern C++ Design principles, emphasizing policy-based design and template metaprogramming for reusable libraries.
stephendolan
Guides developers in building new features, implementing functionality, and designing architecture through codebase exploration and structured development processes.
copyleftdev
Assists in writing functional code with monadic composition and type-driven design, inspired by Philip Wadler's principles.
copyleftdev
Generates JavaScript code emphasizing first-class functions, prototypes, and dynamic language features as envisioned by Brendan Eich.
copyleftdev
Generates Go code adhering to Ken Thompson's Unix philosophy, emphasizing minimalism and single-purpose CLI tools.
copyleftdev
Generates production-ready C++ code adhering to Scott Meyers' Effective C++ principles for correctness and maintainability.
stephendolan
Automates npm package release including version bumping, PR handling, and publishing to the npm registry.
copyleftdev
Generates Rust code emphasizing low-level concurrency, atomics, and memory model adherence for lock-free programming.
stephendolan
Automates review and merging of Dependabot pull requests for safe dependency updates in code repositories.
copyleftdev
Generates JavaScript code emulating Kyle Simpson's 'You Don't Know JS' style, emphasizing core language mechanics including scope, closures, and prototypes.
copyleftdev
Generates robust C++ code adhering to Herb Sutter's principles for exception safety, const correctness, and modern idioms.
copyleftdev
Enables property-based testing for algorithms and data structures by generating random inputs and shrinking test failures to minimal examples.
copyleftdev
Generates Go code adhering to Bill Kennedy's mechanical sympathy and data-oriented design principles, optimizing performance and clarity for critical applications and educational contexts.
copyleftdev
Generates Go code adhering to Dave Cheney's practical patterns, emphasizing clear error handling and performance for maintainable production systems.
copyleftdev
Assists in writing Python code that adheres to Luciano Ramalho's Fluent Python style, emphasizing deep understanding of Python's data model and advanced idioms.
copyleftdev
Applies Butler Lampson's principles to design robust, secure, and evolvable software systems with clean abstractions and interfaces.
stephendolan
Provides critical review of software design plans by questioning assumptions, identifying gaps, and surfacing edge cases to enhance robustness and completeness.
copyleftdev
Designs fault-tolerant distributed systems using Lamport's formal methods, emphasizing consensus, logical time, and state machine replication for correctness under concurrency.
adriancodes
Enables autonomous AI-driven development loops for code refactoring, migrations, and large-scale tasks via simple context-engineered bash loops.
copyleftdev
Guides software development using Kent Beck's TDD and XP principles, emphasizing test-first design, red-green-refactor cycles, and incremental architecture.
copyleftdev
Guides minimalist systems programming inspired by Fabrice Bellard, emphasizing code density and performance for emulators, compilers, and codecs.