Xpos587/agent-skills
Cross-agent skill collection for AI-driven development (67 skills). Agent Skills standard compatible.
Cross-agent skill collection for AI-driven development (67 skills). Agent Skills standard compatible.
npx skills add Xpos587/agent-skillsCross-agent skill collection for AI-driven development (67 skills). Agent Skills standard compatible.
OSINT Skill for AI agents (Claude Code, OpenClaw, Codex, OpenCode) — from a name to a scored dossier with psychoprofile, career map, and confidence grades. 55+ Apify actors, 7 search APIs, swarm mode. Early Beta.
Beads - A memory upgrade for your coding agent
Use when the user asks for nearby cheapest gas stations or 근처 가장 싼 주유소. Always ask the user's current location first, then use Kakao Map anchor resolution plus official Opinet fuel-price APIs.
Manage Agent Skills
Loop Verify agent skill for Goal Contracts, AC mapping, verification gates, and drift checks
Golang configuration library using spf13/viper — layered precedence (flag > env > file > KV > default), BindPFlag/BindPFlags, SetEnvPrefix + SetEnvKeyReplacer + AutomaticEnv, ReadInConfig + ConfigFileNotFoundError, Unmarshal + mapstructure struct tags, Sub for sub-trees, WatchConfig + OnConfigChange for hot reload, viper.New() for test isolation, and remote KV integration. Apply when using or adopting spf13/viper, or when the codebase imports `github.com/spf13/viper`. For CLI command structure alongside viper, see the `samber/cc-skills-golang@golang-spf13-cobra` skill. For general CLI architecture, see `samber/cc-skills-golang@golang-cli`.