All authors
Unique-AG avatar

Claude Skills by Unique-AG

github.com/Unique-AG
39 skillsA× 35B× 2D× 20 installs7 views
Add Error HandlingA

Implement comprehensive error handling for Python code paths to keep services resilient and user-friendly. Use when failures are currently silent or exceptions leak through.

developmentpythonapi
0
5
Ci FixA

Diagnose and fix CI failures without leaving your editor.

toolspythongo
0
5
Ci Local ParityB

Reproduce ai-repo PR checks locally with Poe and CI scripts, including per-package typecheck and coverage behavior. Use when validating changes before push or when user asks which local commands match CI.

toolspythonbash
0
5
Clarify TaskA

Ask clarifying questions before implementing to ensure Python requirements are understood. Use when a task lacks detail, dependencies are unclear, or multiple interpretations are possible.

developmentpythonapi
0
5
Clean Gone BranchesA

Delete local git branches whose remotes are gone, after verifying via gh CLI that each was actually merged.

toolsgobash
0
5
Entangled MkdocsA

Add documentation pages to an existing MkDocs + Entangled site, explain how to serve locally, help adapt documentation

developmentjavascripttypescript
0
5
Git Conventional CommitsA

Guide branch creation, commit messages, and titles so the repo’s semantic workflow is enforced

code-qualityrefactoringgit
0
5
Github Pull Request HandlingA

Handle pull requests and review comments using GitHub CLI (gh). Use when the user wants to check PR comments, address review feedback, reply with commit hashes, or work with pull requests.

toolsbashgit
0
5
Hotfix BackportA

Backport fixes from main onto release/YYYY.WW in the ai repo with cherry-pick and rebase merge so release-please changelogs stay correct. Use when hotfixing a release branch, cherry-picking to release/*, or preparing a release backport PR.

devopsbashrails
0
5
Model DeploymentA

Deploy a new LLM model via LiteLLM (GitOps) and/or Azure (Terraform + node backend), add it to the ai toolkit, create the required pull requests, and verify end-to-end. Use when rolling out a model to any environment, adding a model to the toolkit, troubleshooting "model not available" errors, or finding pricing/token limits/model ids for any provider.

ai-agentspythongo
0
5
PoetryD

Manage Python dependencies, lock files, and project environments using Poetry.

toolspythongo
0
5
Pr CreateA

Proactively draft and create pull requests by inferring title, refs, and body from git context, then confirm and open via gh CLI.

ai-agentspythongit
0
5
Pr Green LoopA

After pushing code or creating a PR, automatically wait for CI checks to complete, fix failures, address Bugbot findings, and re-push in a loop until the PR is green. Use when the user pushes to a PR, creates a PR, or asks to get a PR to green.

toolspythongo
0
5
Pr ReviewA

Guide reviewers through systematic, constructive peer review of a pull request.

securitygogit
0
5
Pr Self ReviewA

Guide authors through a structured self-review before requesting peer review.

code-qualitygorefactoring
0
5
Pr SplitA

Check if a pull request is too large and guide splitting it into focused PRs.

code-qualityrustgo
0
5
Python Code Documentation GuidelinesA

Apply Google-style docstrings and inline comments to Python .py files. Use when documenting new functions/classes/modules, incrementally documenting touched code, or flagging rename opportunities as TODOs.

documentationpythongo
0
5
Python DebugA

Debug Python code using tracebacks, pdb, and structured logging.

testingpythongo
0
5
Python TestingA

Write focused, deterministic, well-documented pytest tests for AI-authored code.

testingpythontesting
0
5
Refactor CodeA

Refactor Python code to improve quality while keeping functionality intact. Use when cleaning up complexity, removing duplication, or tightening structure.

code-qualitypythonexpress
0
5
Release ProcessA

AI repo versioning and changelogs via release-please — never edit CHANGELOG.md or pyproject version by hand. Use when the user asks about releases, version bumps, changelogs, or preparing a release.

documentationgitsecurity
0
5
RuffA

Fix all Python lint violations and enforce consistent formatting in one command.

toolspythonbash
0
5
Security MaintenanceA

Triage and fix Dependabot alerts and CodeQL findings in the ai repository. Use when the user asks to address security vulnerabilities, fix Dependabot alerts, resolve CodeQL issues, or do security maintenance.

documentationpythongit
0
5
TraceA

Navigate execution flow from an entry point, mapping call chains, external dependencies, and side effects.

code-qualitysqlnode
0
5
UvD

Manage Python dependencies, lock files, and project environments using the uv package manager.

toolspythongo
0
5
Analyze DataA

Tabular and numerical data analysis with descriptive statistics and insights. Use when the user provides data, tables, CSVs, or numbers and wants analysis.

datago
0
5
Analyze FactsheetA

Financial factsheet analysis with key metrics extraction and investment rationale

researchgoperformance
0
5
Draft EmailA

Professional email drafting with appropriate tone and structure. Use when the user wants to write, compose, or draft an email.

educationgo
0
5
Review ContractA

Contract risk analysis, obligation mapping, and clause review. Use when the user asks to review, analyze, or check a contract or legal document.

datago
0
5
Update ExcelA

Use when replacing the bundled Excel file with a new version (e.g. from Downloads) and redeploying the Azure app.

devopspythonazure
0
5
Unique Cli Agentic TableA

Read and drive Agentic Table (magic table / due-diligence) sheets through the unique-cli agentic-table command. Use when the user or task involves an Agentic Table: inspecting a sheet's state, a cell's value or lock state, a cell's edit history or its export artifacts; or running the full loop — creating a sheet, importing a questionnaire and sources, waiting for the agent to answer, and exporting the result. Access is enforced per sheet by the platform and varies from sheet to sheet; a denia...

ai-agentsgobash
0
5
Unique Cli ElicitationA

ALWAYS use this skill whenever you would otherwise ask the user a question in free-form chat -- for clarifications, confirmations (especially destructive actions), missing parameters, multiple-choice decisions, or structured form input. Elicitations are routed through the Unique AI Platform UI via `unique-cli elicit create` + `elicit wait` (the default polling pattern) or a single supervised `unique-cli elicit ask` call (only when your agent instructions say your environment supervises the wa...

ai-agentsgoshell
0
5
Unique Cli File ManagementA

Manage files and folders on the Unique AI Platform using the unique-cli command-line tool. Use when the user asks to upload, download, delete, rename, list, find, restore versions, list versions, look for, or organize files and folders on Unique, or to read / view / quote the text contents of a known file (optionally by page or page range, e.g. "what's on page 5?", "read pages 10-12"), or when working with scope IDs (scope_*) or content IDs (cont_*). IMPORTANT: When a user says they are "look...

businessrustshell
0
5
Unique Cli McpA

Call MCP (Model Context Protocol) server tools on the Unique AI Platform using the unique-cli mcp command. Use when the user asks to invoke, call, or execute an MCP tool, or when they need to send a JSON payload to an MCP server through the CLI. The JSON payload is forwarded 1:1 to the platform's MCP call-tool API.

ai-agentspythonbash
0
5
Unique Cli Scheduled TasksB

ALWAYS use this skill when the user asks to schedule, automate, set up recurring tasks, create a cron job, or anything involving timed / periodic execution. Do NOT use the local system crontab — scheduled tasks are stored on the Unique AI Platform and executed by a Kubernetes CronJob, not locally. Scheduled tasks always run on the current assistant (`$UNIQUE_ASSISTANT_ID`); never ask the user which assistant to use, neither in chat nor via `unique-cli elicit ask`. This skill covers creating...

toolspythonbash
0
5
Unique Cli SearchA

Search the Unique AI Platform knowledge base using the unique-cli search command, with automatic per-turn citation tracking so cited facts render as clickable reference chips and `<sup>N</sup>` footnotes on the Unique platform. Use whenever the user asks to find, search, or query documents or content on Unique, including filtering by folder or metadata. Also covers `unique-cli read <cont_id>` for reading the full indexed text of a document when its content ID is already known. NOTE: This sear...

businessgobash
0
5
Unique Cli SubagentA

Invoke connected Unique spaces/subagents through the unique-cli subagent command. Use when the workspace exposes connected-space tools and you need to delegate a question or task to one of those configured assistants.

ai-agentsbashapi
0
5
Unique Cli Uploaded SearchA

Search the documents uploaded for the CURRENT task/row (e.g. an Agentic Table row's attached files) via the `unique-cli uploaded-search "<query>"` command, with the same per-turn citation tracking as `unique-cli search` so cited facts render as `<sup>N</sup>` footnotes and clickable reference chips on the Unique platform. ALWAYS use this skill when the user refers to documents they uploaded/attached to this task, or when you need facts from the task's own attached files. These uploaded files ...

businessbashgit
0
5
Unique Cli Web SearchA

Search the public web and crawl URLs via the Unique AI Platform's `unique-cli web-search` command, with automatic per-turn citation tracking so cited web facts render as clickable external reference chips and `<sup>N</sup>` footnotes on the Unique platform. ALWAYS use this skill when the user asks to search the public web, research a topic online, look up news/articles/regulations, fetch the contents of one or more URLs, or perform any "two-phase" web research (search → review snippets → craw...

toolspythonrust
0
5