creekmoon/creekmoon-claude-skill
Agent skill repository for creekmoon/creekmoon-claude-skill.
Agent skill repository for creekmoon/creekmoon-claude-skill.
npx skills add creekmoon/creekmoon-claude-skillAgent skill repository for creekmoon/creekmoon-claude-skill.
Package manager for curated agentic context — agents and skills
make codex-skill-agents
Automate Ocrspace tasks via Rube MCP (Composio). Always search tools first for current schemas.
Import Excel and PowerPoint skills into Claude Code to automate spreadsheets and presentations using local filesystem access.
Analyzes smart contract codebases to identify state-changing entry points for security auditing. Detects externally callable functions that modify state, categorizes them by access level (public, admin, role-restricted, contract-only), and generates structured audit reports. Excludes view/pure/read-only functions. Use when auditing smart contracts (Solidity, Vyper, Solana/Rust, Move, TON, CosmWasm) or when asked to find entry points, audit flows, external functions, access control patterns, or privileged operations.
Build custom dropdown/select/autocomplete/multiselect components using Mantine's Combobox primitives. Use this skill when: (1) creating a new custom select-like component with Combobox primitives, (2) building a searchable dropdown, (3) implementing a multi-select or tags input variant, (4) customizing option rendering, (5) adding custom filtering logic, or (6) any task involving useCombobox, Combobox.Target, Combobox.Option, or Combobox.Dropdown.