Skip to content
BeClaude

findable

New
1GitHub TrendingDocumentationby obrenoalvim

Autonomous SEO/GEO research and optimization skill for Claude Code — searches the web for best practices, applies safe improvements automatically, and documents sensitive changes in TODO SEO.md

Summary

The findable skill automates SEO and GEO research and optimization for your projects.

  • md file, helping developers improve content discoverability without manual effort.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/findable.md https://raw.githubusercontent.com/obrenoalvim/findable/main/SKILL.md
3
Invoke in Claude Code
/findable

Use Cases

Automatically research and apply on-page SEO improvements for a new blog post before publishing.
Scan your project's documentation for missing meta descriptions and title tags, then generate optimized versions.
Analyze competitor content strategies and suggest keyword optimizations for your landing pages.
Identify broken internal links and recommend redirects or replacements to improve site structure.
Generate a TODO SEO.md file with prioritized action items after a full site audit.
Optimize image alt text and file names across your static site for better search engine visibility.

Usage Examples

1

/findable audit my project for SEO improvements

2

Run a GEO research on our documentation site and apply safe optimizations

3

/findable generate TODO SEO.md for the current repository

View source on GitHub
documentation

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is findable?

The findable skill automates SEO and GEO research and optimization for your projects. It searches the web for best practices, applies safe improvements automatically, and documents sensitive changes in a TODO SEO.md file, helping developers improve content discoverability without manual effort.

How to install findable?

To install findable: create the skills directory (mkdir -p .claude/skills), then run: mkdir -p .claude/skills && curl -o .claude/skills/findable.md https://raw.githubusercontent.com/obrenoalvim/findable/main/SKILL.md. Finally, /findable in Claude Code.

What is findable best for?

findable is a skill categorized under Documentation. It is designed for: documentation. Created by obrenoalvim.

What can I use findable for?

findable is useful for: Automatically research and apply on-page SEO improvements for a new blog post before publishing.; Scan your project's documentation for missing meta descriptions and title tags, then generate optimized versions.; Analyze competitor content strategies and suggest keyword optimizations for your landing pages.; Identify broken internal links and recommend redirects or replacements to improve site structure.; Generate a TODO SEO.md file with prioritized action items after a full site audit.; Optimize image alt text and file names across your static site for better search engine visibility..