simorgh3196
Community@simorgh3196 · Tokyo, Japan
iOS App Developer Twitter: @simorgh3196 Qiita: simorgh3196
Agent Skills by simorgh3196
Showing 31 vetted skills indexed across 1 GitHub repositories.
m13-domain-error
Design domain error hierarchies with categorization, retry policies, and circuit breakers.
using-git-worktrees
Create isolated git worktrees and run project setup steps.
rust-symbol-analyzer
Analyze Rust codebases to expose a structured symbol map via LSP.
m15-anti-pattern
Detect and refactor common Rust anti-patterns during code review.
coding-guidelines
Enforces Rust coding, naming, formatting and linting guidelines during code reviews and feedback sessions.
m10-performance
Profile, benchmark, and optimize Rust applications with measurement-driven workflows.
test-driven-development
Guide teams through a Red-Green-Refactor workflow for test-first development.
m12-lifecycle
Design Rust resource lifecycles with RAII, Drop, and OnceLock patterns.
m09-domain
Model Domain-Driven Design primitives like Repository and Domain Event in Rust code.
doc-coauthoring
Guide structured documentation co-authoring through context gathering, refinement, and reader testing.
rust-trait-explorer
Locate Rust trait implementations using LSP goToImplementation and workspaceSymbol discovery.
m05-type-driven
Encode Rust type-system invariants to prevent invalid runtime states.
rust-code-navigator
Navigate Rust codebases using LSP-based symbol resolution.
meta-cognition-parallel
Orchestrate three parallel cognitive-analysis agents into a unified meta-cognition assessment.
m04-zero-cost
Implement compile-time polymorphism in Rust using generics and static dispatch.
m14-mental-model
Explain Rust ownership, borrowing, and lifetimes with analogies and visuals.
rust-call-graph
Visualize Rust function call graphs via LSP call hierarchy operations.
m11-ecosystem
Evaluate Rust crates across serialization, async runtimes, HTTP frameworks, and databases.
unsafe-checker
Identify unsafe Rust patterns and FFI misuse in Rust projects.
rust-daily
Collect Rust community news and compile structured summaries for daily, weekly, or monthly reports.
m07-concurrency
Design safe Rust concurrency with Arc, Mutex, and RwLock.
m01-ownership
Diagnose and resolve Rust ownership, borrowing, and lifetime errors.
commit-work
Plan commit boundaries, stage changes, and write Conventional Commits messages.
rust-deps-visualizer
Generate ASCII dependency trees from Cargo metadata with depth and feature display.