← all publishers

askaret

@askaret source repo

15 published skills

  1. API Contract · askaret
    Use for API changes that affect endpoints/DTOs/contracts. Do NOT implement unrelated business logic. Prefer backward-compatible changes.
    1 install
  2. Feature Spec · askaret
    Use when the feature or change is not fully defined. Helps clarify requirements and produces a structured, Codex-ready implementation prompt. Do NOT write code.
    1 install
  3. CI Guardrails · askaret
    Use to improve GitHub Actions workflows for speed, reliability, and security. Do NOT change product code unless required by CI. Keep checks deterministic and aligned with branch protection.
    1 install
  4. Agents Refresh · askaret
    Refresh an existing AGENTS.md to keep it aligned with the repository/workspace and GitHub Actions workflows (commands, checks, repo map). Preserves intent; removes stale/incorrect commands.
    1 install
  5. Fullstack Slice · askaret
    Use for features/bugs that require coordinated changes in BOTH the .NET backend repo and React frontend repo. Keep changes minimal, run tests in both repos, and document contracts.
    1 install
  6. Performance Pass · askaret
    Use when changes might impact latency, throughput, rendering, memory, or DB load. Do NOT micro-optimize; focus on obvious bottlenecks and regression prevention.
    1 install
  7. Repo Orientation · askaret
    Use when starting work in a new repo (or after a big refactor) to map conventions, commands, and guardrails. Do NOT implement features; only produce a repo playbook.
    1 install
  8. Release Readiness · askaret
    Use before cutting a release or enabling production deployment. Ensure versioning, changelog, migration notes, and rollback are clear. GitHub releases friendly.
    1 install
  9. Security Baseline · askaret
    Use when changes touch production surfaces (auth, endpoints, data access, CI/CD, dependency changes). Produce a lightweight threat model + actionable checks. Do NOT do broad refactors.
    1 install
  10. Gha Release Pipeline · askaret
    Use when designing or upgrading a GitHub Actions release pipeline. Focus on reproducible builds, artifact publishing, and provenance/SBOM attestations. Do NOT change product features; only release mechanics.
    1 install
  11. Supply Chain Hygiene · askaret
    Use when adding/updating dependencies, build pipelines, packaging, containers, or releases. GitHub Actions focused. Aim for SBOM + provenance + scanning with least privilege.
    1 install
  12. Gha Workflow Hardening · askaret
    Use when creating or modifying GitHub Actions workflows. Focus on security hardening and least privilege. Do NOT change application code unless required for workflow correctness.
    3 installs
  13. Agents Bootstrap Layout · askaret bundle
    Create a clean Codex workspace layout for AGENTS.md + shared skills. Works for empty folders, single repos, and polyrepo workspaces (frontend+backend as separate repos).
    1 install
  14. DB Change · askaret
    Use for schema/data migrations (EF Core or other). Do NOT trigger for pure app-layer changes. Focus on safe rollout and rollback.
    1 install
  15. Agents Init · askaret bundle
    Initialize AGENTS.md for a new repo or workspace (including empty folders and polyrepo workspaces with frontend+backend). Generates a short, operational file aligned to GitHub Actions checks.
    1 install