🎯

ora

🎯Skill

from trancong12102/agentskills

Installation

Vibe Index InstallInstalls to .claude/skills/
$npx vibeindex add trancong12102/agentskills --skill ora
skills.sh Install⚠ Installs to .agents/skills/
$npx skills add trancong12102/agentskills --skill ora
Manual InstallCopy SKILL.md content and save to the path below
path
~/.claude/skills/ora/SKILL.md
πŸ“¦

Same repository

trancong12102/agentskills(32 items)

ora

SKILL.md

7Installs
7
-
Last UpdatedMay 29, 2026

More from this repository10

🎯
deps-dev🎯Skill

Deps.dev dependency analysis skill. Note: this repository has been moved to github.com/trancong12102/ccc.

🎯
council-review🎯Skill

A multi-model AI code review skill that runs Codex (OpenAI) and Gemini (Google) reviews in parallel, then synthesizes findings into a single unified report for thorough review coverage.

🎯
oracle🎯Skill

An oracle skill from an agent skills repository that has been moved to a new location (trancong12102/ccc).

🎯
context7🎯Skill

Context7 skill from a collection of reusable Amp agent skills for common developer workflows.

🎯
conventional-commit🎯Skill

Generates and validates commit messages following the Conventional Commits specification for consistent project history

🎯
godfetch🎯Skill

A unified external research skill that looks up library documentation, searches source code across git repositories, and checks package versions. Routes requests to tools like llms.txt, Sourcegraph, and npm registries based on intent.

🎯
godgrep🎯Skill

A skill that routes codebase search tasks to the right tool based on intent, supporting keyword/symbol search, multi-pattern matching, file discovery, structural code analysis, and semantic search. Designed for local codebase exploration, not external library docs.

🎯
react-advanced🎯Skill

An opinionated skill defining advanced React patterns and conventions for data fetching with TanStack Query, form handling, state machines with XState, and table management. Enforces a useEffect ban for common misuses and works across web and React Native.

🎯
rust-advanced🎯Skill

An advanced Rust programming skill covering ownership patterns, trait design, async programming, error handling, macros, type system tricks, unsafe code, and performance optimization. Targets complex multi-concern tasks like cancellation-safe async services, trait object vs. generics decisions, and zero-cost abstractions.

🎯
react-web-advanced🎯Skill

A skill for advanced web-specific React patterns including type-safe file-based routing, route-level data loading, server-side rendering, search parameter validation, code splitting, and list virtualization using TanStack Router, Start, and Virtual.