Skip to main content
Run any Skill in Manus
with one click
teddyjfpender
GitHub creator profile

teddyjfpender

Repository-level view of 63 collected skills across 1 GitHub repositories.

skills collected
63
repositories
1
updated
2026-01-27
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

repository explorer

Repositories and representative skills

cairo-quirks
software-developers

Document Cairo language quirks, gotchas, and idiomatic workarounds; use when encountering unexpected compilation errors or behaviors in Cairo that differ from Rust.

2026-01-27
cairo-numeric-types
software-developers

Guide implementing custom numeric types in Cairo with invariant enforcement, overflow safety, and standard trait implementations; use when implementing fixed-point, signed integers, or other numeric primitives.

2026-01-23
cairo-testing
software-quality-assurance-analysts-and-testers

Explain how to write and run Cairo tests, including `#[test]`, assert macros, `#[should_panic]`, `#[ignore]`, and `#[available_gas]`; use when a request involves writing or running unit tests in Cairo.

2026-01-23
cairo-arrays
software-developers

Explain Cairo Array usage, ArrayTrait methods, array! macro, Span, and array read/write constraints; use when a request involves creating, updating, reading, or passing arrays in Cairo.

2026-01-23
cairo-associated-items
software-developers

Explain Cairo associated items (functions, types, constants, implementations) in traits and impls; use when a request involves associated types, constants, or clarifying trait item placement in Cairo.

2026-01-23
cairo-closures
software-developers

Explain Cairo closures, syntax, capture rules, type inference, and Fn traits; use when a request involves anonymous functions or passing behavior as a parameter in Cairo.

2026-01-23
cairo-comments
software-developers

Explain Cairo comment styles and documentation comments (`//`, `///`, `//!`); use when a request involves commenting code, documenting functions/modules, or generating Cairo API docs.

2026-01-23
cairo-control-flow
software-developers

Explain Cairo control flow with `if`, `else`, `loop`, `while`, `for`, `break`, and `continue`; use when a request involves conditionals, loops, or loop return values in Cairo.

2026-01-23
Showing top 8 of 63 collected skills in this repository.
Showing 1 of 1 repositories
All repositories loaded