Agent Plugins Marketplace
All plugins

application-agent-kit

v0.3.0

A privacy-first system for setting up, preparing, reviewing, tracking, and scheduling monitoring of personal applications.

Codex5 Skills

By AlcrayLicense: MIT0 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Codex
Parsed components
5 skill or MCP entries
Source updated
Sep 22, 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 application-agent-kit for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add application-agent-kit@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/Alcray/application-agent-kit

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

application-agent-kit/
├── .codex-plugin/plugin.json
├── skills/application-agent-setup/SKILL.md
├── skills/apply-person/SKILL.md
├── skills/check-application-status/SKILL.md
├── skills/schedule-application-status-checks/SKILL.md
└── skills/tailor-application-cv/SKILL.md

Included Skills5

application-agent-setupskills/application-agent-setup/SKILL.md

Set up or repair a private personal-application workspace in Google Drive from a user's CV. Use for first-run onboarding, adding an application lane, rebuilding the resource index, or completing missing profile facts. Do not use to prepare or submit a specific application.

apply-personskills/apply-person/SKILL.md

Research, prepare, fill, review, submit with fresh authorization, archive, and track an individual's job, degree, scholarship, fellowship, grant, event, workshop, research-school, hackathon, or competition application. Use for a specific personal application. Never use standing permission to submit or accept a binding commitment.

check-application-statusskills/check-application-status/SKILL.md

Check email and application portals for decisions, interviews, missing materials, deadlines, and follow-ups, then reconcile evidence with the private application tracker. Use for one-time or periodic status checks. Do not send replies, accept offers, schedule interviews, or submit materials without separate user authorization.

schedule-application-status-checksskills/schedule-application-status-checks/SKILL.md

Create, inspect, update, pause, resume, or remove a recurring schedule that runs the application status checker at a user-confirmed time and timezone. Use when the user asks to check applications daily, periodically, from time to time, or on a schedule. Do not create duplicate schedules or infer an exact timezone.

tailor-application-cvskills/tailor-application-cv/SKILL.md

Create a separate, opportunity-specific CV or resume from a verified general/master CV while preserving factual accuracy and formatting. Use whenever a job, degree, fellowship, grant, event, or competition application requests a CV/resume, or when the user asks to tailor one. Never overwrite the master CV or a previously submitted version.

Plugin manifests1

.codex-plugin/plugin.json
{
  "name": "application-agent-kit",
  "version": "0.3.0",
  "description": "A privacy-first system for setting up, preparing, reviewing, tracking, and scheduling monitoring of personal applications.",
  "author": {
    "name": "Alcray",
    "url": "https://github.com/Alcray"
  },
  "homepage": "https://github.com/Alcray/application-agent-kit#readme",
  "repository": "https://github.com/Alcray/application-agent-kit",
  "license": "MIT",
  "keywords": [
    "applications",
    "jobs",
    "phd",
    "scholarships",
    "fellowships",
    "codex-skills"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Application Agent Kit",
    "shortDescription": "Build and run your private application system.",
    "longDescription": "Create a private Google Drive application workspace from a CV, tailor materials, prepare applications with a mandatory final-review checkpoint, and schedule evidence-based status monitoring.",
    "developerName": "Alcray",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://github.com/Alcray/application-agent-kit",
    "defaultPrompt": [
      "Set up my private application system.",
      "Prepare this application for final review.",
      "Tailor my CV for this opportunity."
    ],
    "brandColor": "#2563EB"
  }
}

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

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