Agent Plugins Marketplace
← All plugins

shashwat-agent-skills

v0.1.0

Portable agent skills: website launch safety audits and more. One canonical SKILL.md per skill, usable from Claude Code, Codex, and OpenCode.

Claude CodeAgent Plugins1 Skill

By Shashwat ChauhanLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code and Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 27, 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 shashwat-agent-skills 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 shashwat-agent-skills@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/shashwatweb3/shashwat-agent-skills

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

Plugin files

shashwat-agent-skills/
├── .claude-plugin/plugin.json
├── plugin.json
└── skills/website-launch-safety/SKILL.md

Included Skills1

website-launch-safetyskills/website-launch-safety/SKILL.md

Audit a website or web app before it is shared or launched, covering privacy policy, terms, cookie policy, refund policy, cookie and form consent, observed data collection, third-party embeds and scripts, image alt text, colour contrast, and keyboard-friendly forms. Use when someone is about to deploy a site, publish a landing page, hand off a vibe-coded or AI-built frontend, or asks whether their site is actually safe and ready to put in front of real users.

Plugin manifests2

.claude-plugin/plugin.json
{
  "name": "shashwat-agent-skills",
  "version": "0.1.0",
  "description": "Portable agent skills: website launch safety audits and more. One canonical SKILL.md per skill, usable from Claude Code, Codex, and OpenCode.",
  "author": {
    "name": "Shashwat Chauhan",
    "url": "https://github.com/shashwatweb3"
  },
  "homepage": "https://github.com/shashwatweb3/shashwat-agent-skills",
  "repository": "https://github.com/shashwatweb3/shashwat-agent-skills",
  "license": "MIT",
  "keywords": [
    "skills",
    "agent-skills",
    "codex",
    "opencode",
    "audit",
    "review"
  ]
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "shashwat-agent-skills",
  "version": "0.1.0",
  "description": "Portable agent skills: website launch safety audits and more. One canonical SKILL.md per skill, usable from Codex, Claude Code, and OpenCode.",
  "author": {
    "name": "Shashwat Chauhan",
    "url": "https://github.com/shashwatweb3"
  },
  "homepage": "https://github.com/shashwatweb3/shashwat-agent-skills",
  "repository": "https://github.com/shashwatweb3/shashwat-agent-skills",
  "license": "MIT",
  "keywords": [
    "skills",
    "agent-skills",
    "codex",
    "opencode",
    "audit",
    "review"
  ]
}

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

[shashwat-agent-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/shashwat-agent-skills)