jparkerweb/ai-assist-skills
Skill Claude CodeCodex
Run the encrypted, password-protected repository sync workflow for this project. The real instructions are stored encrypted at rest and are only revealed in-session after you supply the correct password. Invoke explicitly with /sync-repo.
jparkerweb/ai-assist-skills
Instructions file CodexOpenCode
AGENTS.md instructions for jparkerweb/ai-assist-skills, covering agents.md, project overview, git commit messages, local development and install a single skill from your local working tree.
jparkerweb/ai-assist-skills
Instructions file
Claude Code instructions for jparkerweb/ai-assist-skills: CRITICAL — MANDATORY FIRST STEP: You MUST read AGENTS.md before responding to ANY user message, including simple questions. Do NOT skip this step regardless of how trivial the request appears. No exceptions.
jparkerweb/ai-assist-skills
Cursor rule
To guide an AI assistant in creating a detailed Product Requirements Document (PRD) in Markdown format, based on an initial user prompt. The PRD should be clear, actionable, and suitable for a junior developer to understand and implement the feature.
jparkerweb/ai-assist-skills
Cursor rule
To guide an AI assistant in creating a detailed, step-by-step task list in Markdown format based on an existing Product Requirements Document (PRD). The task list should guide a developer through implementation.
jparkerweb/ai-assist-skills
Cursor rule
Guidelines for managing task lists in markdown files to track progress on completing a PRD.
jparkerweb/ai-assist-skills
Skill Claude CodeCodex
Validate and fix the CHANGELOG.md version number before opening a PR, commiting, or pushing changes, and keep package.json's version aligned with it. Reads main branch to determine the current latest version, classifies changes on the current branch, and proposes the correct next semver. Use this skill when the user…
jparkerweb/ai-assist-skills
Skill Claude CodeCodex
Reverse-engineer a website's visual design system from a URL and produce a fully spec-compliant DESIGN.md file (https://github.com/google-labs-code/design.md). The output includes both machine-readable YAML design tokens (colors, typography, spacing, rounded corners, components) and human-readable markdown rationale…
jparkerweb/ai-assist-skills
Skill Claude CodeCodex
Deep research and analysis workflow for codebases, technologies, domains, ideas, or data. Produces structured documentation with analytical frameworks, confidence-graded findings, and cited sources. Use when evaluating technologies, investigating domains, assessing feasibility, or analyzing codebases in depth.
jparkerweb/ai-assist-skills
Skill Claude CodeCodex
Guide the user through containerizing and serving a simple website or documentation folder with Docker — inspects the project to detect what to serve (ready-to-serve static HTML, a buildable site that emits static output, or a raw markdown/docs folder that needs rendering), generates a Dockerfile, .dockerignore…
jparkerweb/ai-assist-skills
Skill Claude CodeCodex
Stage and commit changes using the team's standard commit message format. Only invoke when the user explicitly types /ai-assist-git-commit. Never auto-trigger from general conversation about commits or git.
jparkerweb/ai-assist-skills
Skill Claude CodeCodex
Perform a standards-based code review on a GitHub Pull Request, then post the findings as inline review comments and mark the PR as 'Requested changes'. Reads all of the agents files that exist in the repository under review (AGENTS.md, .agents-docs/, CLAUDE.md on the PR's base branch) — the repo's full documented…
jparkerweb/ai-assist-skills
Skill Claude CodeCodex
Adaptive GitHub PR lifecycle skill — create PRs, write/update descriptions, investigate review comments (Copilot + human) with research and batch approval, and check merge readiness. Triggers on: create PR, open PR, describe PR, update description, PR body, check comments, copilot feedback, review comments, address…
jparkerweb/ai-assist-skills
Skill Claude CodeCodex
Publish a GitHub Release when CHANGELOG.md's top version is ahead of the latest published release. Only invoke when the user explicitly types /ai-assist-git-publish. Never auto-trigger from general conversation about releases, tags, or versions.
jparkerweb/ai-assist-skills
Skill Claude CodeCodex
Bulk-update outdated npm dependencies across one or more package.json files. Finds every package.json in the current working directory (recursively, skipping nodemodules), runs npm outdated, bumps each outdated dependency to its 'wanted' version prefixed with ^, then runs npm install. Use whenever the user wants to…
jparkerweb/ai-assist-skills
Skill Claude CodeCodex
17-dimension observability audit with tier activation, health scoring, and cost analysis. Covers logging, metrics, tracing, alerting, SLOs, profiling, security observability, and developer experience. Use when assessing observability posture, identifying telemetry gaps, or optimizing observability costs.
jparkerweb/ai-assist-skills
Skill Claude CodeCodex
Generate a plain-language project overview, comprehensive engineer status update, and surgical documentation enhancement. Reads project docs, specs, dependencies, and git history. Use when onboarding, returning from time off, refreshing stale docs, or preparing project overviews.
jparkerweb/ai-assist-skills
Skill Claude CodeCodex
Build self-contained, double-click-to-open HTML prototypes so the user can vet an interface before it gets built. One file holds several structurally different variants of a page, app screen, component, flow, or terminal/TUI layout (rendered in-browser), plus a draggable Design Deck for flipping between variants…
jparkerweb/ai-assist-skills
Skill Claude CodeCodex
16-dimension security posture assessment with adaptive activation, health scoring, and remediation plan. Covers application security, infrastructure, auth, crypto, privacy, supply chain, and more. Use when assessing security posture, auditing code for vulnerabilities, reviewing compliance, or preparing for security…
jparkerweb/ai-assist-skills
Skill Claude CodeCodex
22-dimension, 5-tier technical debt audit covering code quality, architecture, infrastructure, quality processes, and operational readiness. Produces severity-ranked findings with weighted health score. Use when assessing codebase health, prioritizing tech debt remediation, or auditing code quality across all layers.
jparkerweb/ai-assist-skills
Skill Claude CodeCodex
16-dimension test suite audit with depth control (quick/standard/deep), gap matrix, and health scoring. Covers coverage, quality, mocking, data management, CI/CD, performance, mutation testing, and modern patterns. Use when evaluating test suite quality, identifying testing gaps, or assessing test infrastructure…