This one gives you three ways to search through large codebases: semantic search for conceptual queries, grep for exact matches and regex, and glob for finding files by type or pattern. It comes with built-in workflow guidance for common scenarios like tracing function calls, tracking down bugs, and doing impact analysis before you refactor. There are language-specific patterns ready for Python, JavaScript, TypeScript, Go, and Java, covering things like function definitions, imports, and error handling. The real value is having all three search modes in one place instead of jumping between your editor's search, command line grep, and trying to remember glob syntax.
npx -y skills add supercent-io/skills-template --skill codebase-search --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
coreyhaines31/marketingskills
alirezarezvani/claude-skills