Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

pi-tools

يحتوي pi-tools على 13 من skills المجمعة من Nachompiras، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
13
Stars
3
محدث
2026-06-25
Forks
2
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

writing-plans
مطوّرو البرمجيات

Use when you have a spec or requirements for a multi-step task, before touching code

2026-06-25
auditing-codebase
محللو ضمان جودة البرمجيات والمختبرون

Use when auditing a Rust codebase, module, or workspace and wanting cross-model consensus on findings, a false-positive-filtered consolidated report, and a reproducible audit trail in git

2026-05-21
improve-codebase-architecture
مطوّرو البرمجيات

Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.

2026-05-18
simplify
مطوّرو البرمجيات

Use after writing or modifying code to simplify and refine it for clarity, consistency, and maintainability without changing functionality. Triggers after any implementation work in the current session.

2026-04-19
rust-perf-measure
مطوّرو البرمجيات

Dynamic performance measurement for Rust projects — profiling, load testing, benchmarking, and analysis of existing observability data (traces, metrics, logs). Use when you need measured impact, not inference. Requires either a runnable binary + load generator, or existing production telemetry. For static code-level analysis without measurement, use rust-perf.

2026-04-17
rust-perf
مطوّرو البرمجيات

Static performance audit for Rust projects — analyzes code for allocation, async, database, data-structure, and compile-time anti-patterns without requiring a running system. Use when reviewing code for performance issues before or instead of load testing. For runtime profiling and load-test analysis, use rust-perf-measure.

2026-04-17
rust-doc-comments
مطوّرو البرمجيات

Use when adding, reviewing, or improving doc-comments on Rust functions, methods, structs, enums, or modules. Covers idiomatic `///` and `//!` style, required sections, and automation via cargo doc.

2026-04-15
dispatching-parallel-agents
مطوّرو البرمجيات

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

2026-04-11
executing-plans
مطوّرو البرمجيات

Use when you have a written implementation plan to execute in a separate session with review checkpoints

2026-04-11
subagent-driven-development
مطوّرو البرمجيات

Use when executing implementation plans with independent tasks in the current session

2026-04-11
using-superpowers
المهن الحاسوبية الأخرى

Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions

2026-04-11
rust-review
محللو ضمان جودة البرمجيات والمختبرون

Review Rust code for clippy warnings, idiomatic patterns, error handling, performance, and best practices. Use when reviewing Rust files or functions.

2026-04-07
writing-skills
مطوّرو البرمجيات

Use when creating new skills, editing existing skills, or verifying skills work before deployment

2026-04-07