Agent Plugins Marketplace
← All plugins

jatassi-skills

v1.0.0

Skills for grilling plans with an agent stand-in, turning them into specs and tickets, and orchestrating implementation loops.

Claude CodeAgent Plugins3 Skills

By Jackson AtassiLicense: MIT0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code and Agent Plugins
Parsed components
3 skill or MCP entries
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 jatassi-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 jatassi-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/jatassi/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

jatassi-skills/
├── .claude-plugin/plugin.json
├── plugin.json
├── skills/auto-grill/SKILL.md
├── skills/implement-loop/SKILL.md
└── skills/to-spec-and-tickets/SKILL.md

Included Skills3

auto-grillskills/auto-grill/SKILL.md

A relentless interview where an agent stand-in answers in your place.

implement-loopskills/implement-loop/SKILL.md

Orchestrate the implementation of a large task with several sub-tasks.

to-spec-and-ticketsskills/to-spec-and-tickets/SKILL.md

Take a build-graph parent: spec it in a comment on the parent, then cut it into linked, blocked sub-issues.

Plugin manifests2

.claude-plugin/plugin.json
{
  "name": "jatassi-skills",
  "version": "1.0.0",
  "description": "Skills for grilling plans with an agent stand-in, turning them into specs and tickets, and orchestrating implementation loops.",
  "author": {
    "name": "Jackson Atassi",
    "url": "https://github.com/jatassi"
  },
  "homepage": "https://github.com/jatassi/skills",
  "repository": "https://github.com/jatassi/skills",
  "license": "MIT",
  "keywords": [
    "skills",
    "planning",
    "grilling",
    "specs",
    "tickets",
    "implementation"
  ]
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "jatassi-skills",
  "version": "1.0.0",
  "description": "Skills for grilling plans with an agent stand-in, turning them into specs and tickets, and orchestrating implementation loops.",
  "author": {
    "name": "Jackson Atassi",
    "url": "https://github.com/jatassi"
  },
  "homepage": "https://github.com/jatassi/skills",
  "repository": "https://github.com/jatassi/skills",
  "license": "MIT",
  "keywords": [
    "skills",
    "planning",
    "grilling",
    "specs",
    "tickets",
    "implementation"
  ]
}

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

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