Agent Plugins Marketplace
All plugins

scrapalot

v1.0.0

The command, skill, agent and hook set that runs the Scrapalot AI stack: per-book corpus audits, RAG answer grading, an autonomous DevOps fix loop, competitive research to shipped feature, and the per-stack code-quality passes for the Python AI backend, the Kotlin backend and the React frontend.

Claude Code15 Skills

By ScrapalotLicense: MIT0 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
15 skill or MCP entries
Source updated
Sep 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install scrapalot for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install scrapalot@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/sime2408/scrapalot-claude-plugin

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugin/.

Plugin files

plugin/
├── .claude-plugin/plugin.json
├── skills/code-improver/SKILL.md
├── skills/comment-hygiene/SKILL.md
├── skills/competitive-impl/SKILL.md
├── skills/dead-code-finder/SKILL.md
├── skills/humanize-ai/SKILL.md
├── skills/i18n-translator/SKILL.md
├── skills/landing-design/SKILL.md
├── skills/langchain/SKILL.md
├── skills/okf/SKILL.md
├── skills/pydantic-ai/SKILL.md
├── skills/rag-strategy-developer/SKILL.md
├── skills/seo-optimizer/SKILL.md
├── skills/startup-validator/SKILL.md
├── skills/tech-debt-analyzer/SKILL.md
└── skills/ui-component-developer/SKILL.md

Included Skills15

code-improverskills/code-improver/SKILL.md

Run the Scrapalot code improvement agent on scrapalot-chat (Python/FastAPI). Phases: 1=Code Style, 2=Architecture (analysis-only), 3=Docker Verify, 4=Audit. (No lint phase — the pre-commit hook runs ruff check + format on every commit.) Usage: /scrapalot:code-improver [1|2|3|4|style|architecture|docker|audit]

comment-hygieneskills/comment-hygiene/SKILL.md

The rule for what a Scrapalot code comment may contain, and the procedure for cleaning up when it does not. Use when writing or reviewing comments and docstrings, or when sweeping a repo for commit/PR references, dates, owner attributions, corpus counts, or variable external data such as model names. Encodes what the corpus-wide cleanups learned, including the mistakes.

competitive-implskills/competitive-impl/SKILL.md

Turn finished research (competitive analyses, PRD backlog categories, partner PRDs) into shipped features. Owns three things the research skills do NOT: (1) the FILE-NAMING LAW — every research artifact has exactly one canonical path, and strays get renamed and relinked instead of quietly lost; (2) the INTERVIEW — the owner is questioned feature by feature in plain Croatian, with zero codenames, abbreviations or file paths, because they never read the research context; (3) the BUILD — worktree, feature branch, tests, PR, close-out. Invoked by /scrapalot:competitive-impl. Never invents work, never batches decisions.

dead-code-finderskills/dead-code-finder/SKILL.md

Identify unused code in scrapalot-chat (Python/FastAPI). Runs parallel agents per directory area, produces a candidate list with confidence levels. Output is for human review — NOT auto-deletion.

humanize-aiskills/humanize-ai/SKILL.md

Turn any outbound draft (Discord/DM/email/comment) into something a person will actually read. Removes AI style AND AI conversational behavior: retelling the reader their own message, flattery, process narration, scaffolding sentences, commitments the sender never approved, and replies that carry no new information. Step 0 picks the register — personal or analytical — because the rules differ. Applies to every outbound draft for every recipient; can also be invoked explicitly with /scrapalot:humanize-ai <text>.

i18n-translatorskills/i18n-translator/SKILL.md

Use this skill when adding or updating translations for Scrapalot UI. This includes adding new translation keys, translating UI text to multiple languages (English, Croatian, etc.), maintaining translation consistency, and ensuring all language files are kept in sync.

landing-designskills/landing-design/SKILL.md

Use this skill when designing or building PUBLIC marketing/landing pages for Scrapalot (home, about, contact, buy-license, and src/components/landing). Pushes for art-directed, distinctive, motion-rich pages and breaks the generic-AI-UI defaults — adapted to Scrapalot's real stack (Framer Motion + existing landing primitives, NOT GSAP). For in-app product UI use scrapalot:ui-component-developer instead.

langchainskills/langchain/SKILL.md

LangChain v1.x reference for the Scrapalot Python AI backend — APIs, migration guides and RAG/agentic patterns, backed by a scraped copy of the current docs. Use when writing or changing LangChain code in scrapalot-chat.

okfskills/okf/SKILL.md

Rules for reading, writing, and validating Open Knowledge Format (OKF v0.1) bundles in Scrapalot — the corpus collection export and the second-brain export. Use when touching anything under src/main/service/knowledge_export/, when adding a new export surface, or when a user asks whether a bundle is portable/conformant.

pydantic-aiskills/pydantic-ai/SKILL.md

Pydantic AI agent reference for the Scrapalot Python AI backend — creating, wiring and testing agents in the RAG pipeline, backed by a scraped copy of the current docs. Use when adding or changing a deep-research or RAG agent in scrapalot-chat.

rag-strategy-developerskills/rag-strategy-developer/SKILL.md

Use this skill when developing new RAG (Retrieval Augmented Generation) strategies, orchestrators, or chunking methods for the Scrapalot-Chat project. This includes implementing new retrieval strategies, optimizing existing ones, adding orchestrators, or creating custom chunking approaches based on research papers or novel techniques.

seo-optimizerskills/seo-optimizer/SKILL.md

Use this skill when optimizing public-facing pages (about, pricing, home, sign-up) for search engines. Focus on making Scrapalot discoverable for researchers in spirituality, consciousness studies, metaphysics, and non-mainstream science. Includes meta tags, structured data, semantic HTML, and content optimization for spiritual/consciousness research niches.

startup-validatorskills/startup-validator/SKILL.md

Use this skill when brainstorming, validating, or inventing unique features for Scrapalot focused on spirituality research, consciousness studies, metaphysics, and non-mainstream science. Provides deep analysis of competitive advantages, market positioning, and innovative feature ideas that differentiate Scrapalot in the spiritual/consciousness research niche.

tech-debt-analyzerskills/tech-debt-analyzer/SKILL.md

Use this skill when analyzing technical debt in the Scrapalot-Chat Python/FastAPI codebase. Identifies code smells, RAG strategy inefficiencies, database design issues, missing tests, async/await anti-patterns, dependency problems, and creates comprehensive technical debt documentation.

ui-component-developerskills/ui-component-developer/SKILL.md

Use this skill when building or modifying React components for the Scrapalot product UI (chat, notes, research, settings, knowledge, admin) using Radix UI primitives, CVA, TailwindCSS, Framer Motion and TypeScript. Encodes the real design system, the hard-won layout/Radix gotchas, and the Chrome-first verification protocol. NOT for public landing/marketing pages — use scrapalot:landing-design for those.

Plugin manifests1

plugin/.claude-plugin/plugin.json
{
  "name": "scrapalot",
  "displayName": "Scrapalot AI Toolkit",
  "version": "1.0.0",
  "description": "The command, skill, agent and hook set that runs the Scrapalot AI stack: per-book corpus audits, RAG answer grading, an autonomous DevOps fix loop, competitive research to shipped feature, and the per-stack code-quality passes for the Python AI backend, the Kotlin backend and the React frontend.",
  "author": {
    "name": "Scrapalot",
    "url": "https://scrapalot.app"
  },
  "homepage": "https://scrapalot.app",
  "license": "MIT",
  "keywords": [
    "rag",
    "knowledge-graph",
    "document-processing",
    "devops",
    "code-quality",
    "competitive-analysis",
    "testing",
    "neo4j",
    "pgvector"
  ],
  "hooks": "./hooks/hooks.json"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[scrapalot on Agent Plugins Marketplace](https://pluginsmp.com/plugins/scrapalot)