agency-desktop-app-engineer

agency-desktop-app-engineer is a skill for Claude Code, Codex from BlackPearl-AI/BlackPearl-CodingAgent. It costs 43 tokens per session (3,264 once invoked), scanned A, original, no licence file.

A desktop-app engineering specialist for Electron and Tauri, including operating-system integration, secure communication between processes, signing, updates, and resource use.

In plain words
What is it for?
Use it to build or improve desktop apps, secure process communication, prepare signed releases, add automatic updates, and connect with native OS features.
Why use it?
It helps address the platform-specific security, distribution, and maintenance work involved in desktop applications.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it to build or improve desktop apps, secure process communication, prepare signed releases, add automatic updates, and connect with native OS features.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/blackpearl-ai/blackpearl-codingagent/agency-desktop-app-engineer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add BlackPearl-AI/BlackPearl-CodingAgent --skill agency-desktop-app-engineer
Clone the repo
git clone --depth 1 https://github.com/BlackPearl-AI/BlackPearl-CodingAgent

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for agency-desktop-app-engineer

README.md
[![agentmods](https://agentmods.dev/badge/skills/blackpearl-ai/blackpearl-codingagent/agency-desktop-app-engineer/github.svg)](https://agentmods.dev/skills/blackpearl-ai/blackpearl-codingagent/agency-desktop-app-engineer)
Your own site
<a href="https://agentmods.dev/skills/blackpearl-ai/blackpearl-codingagent/agency-desktop-app-engineer"><img src="https://agentmods.dev/badge/skills/blackpearl-ai/blackpearl-codingagent/agency-desktop-app-engineer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for agency-desktop-app-engineer

Your own site · 80×15
<a href="https://agentmods.dev/skills/blackpearl-ai/blackpearl-codingagent/agency-desktop-app-engineer"><img src="https://agentmods.dev/badge/skills/blackpearl-ai/blackpearl-codingagent/agency-desktop-app-engineer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,264 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00043 $0.03264
Opus 5 $0.00022 $0.01632
Sonnet 5 $0.00009 $0.00653
Haiku 4.5 $0.00004 $0.00326

Measured 9d ago against content hash 0f0894d3462d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

agency-desktop-app-engineer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

frameworks/blackpearl-skills/.agents/skills/agency-desktop-app-engineer/SKILL.md · 202 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 202 lines · 43 tokens per session scan A 0f0894d3462d

Subscribe to this mod's changes

agency-desktop-app-engineer is a skill published in the GitHub repository BlackPearl-AI/BlackPearl-CodingAgent (7 stars, last pushed 13d ago), with no licence file. It adds 43 tokens to every session and 3,264 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

skills-constitution

A set of rules that makes an agent check its memory and available skills before handling professional tasks such as coding, file work, data analysis, or deployment.

jiabaobei/skills-constitution · 119 tokens

theme-system

CSS custom properties theme architecture for 4 themes (studio, earth, athlete, gradient) with data-theme attribute switching and theme-aware components. Use when implementing theme switching, defining color schemes, or creating theme-responsive UI elements.

BlackBeltTechnology/pi-agent-dashboard · 48 tokens

dashboard-plugin-scaffold

Scaffold a new pi-dashboard plugin in the dashboard monorepo, OR augment an existing pi-extension project on disk with dashboard plugin contributions. Hybrid skill: a single askuser batch up front, then prescriptive steps the agent follows. Use when the user asks to "create a dashboard plugin", "add dashboard support…

BlackBeltTechnology/pi-agent-dashboard · 81 tokens

component-architecture

Reusable component patterns for cards, sections, forms, and layouts with consistent prop interfaces and composition strategies. Use when creating new components, refactoring existing ones, or establishing component design patterns.

BlackBeltTechnology/pi-agent-dashboard · 41 tokens

responsive-mobile-first

Mobile-first responsive patterns with sticky headers, floating CTAs, accessible navigation, and touch-friendly interactions. Use when implementing responsive layouts, mobile navigation, or ensuring touch-friendly UI.

BlackBeltTechnology/pi-agent-dashboard · 39 tokens

openforms-mui

Author, render, preview and debug OpenForms FormSchemaJSON form definitions as idiomatic, themed, accessible MUI (React). Use when the user wants to design an OpenForms form, render an OpenForms schema with Material UI, convert an OpenForms JSON schema into a React MUI form, preview a form schema, or debug…

BlackBeltTechnology/pi-agent-dashboard · 131 tokens