Skip to main content

Skills neste repositório

TuYv/ccpm - Página 80

O SkillsMP coletou 5.252 skills de TuYv/ccpm. Abra uma skill para revisar a origem e os detalhes.

TuYv/ccpm

Mostrando 40 de 5.252 skills coletadas.

ocupação
Analistas de segurança da informação
descrição

Audit code and dependencies for security vulnerabilities. Use when reviewing PRs, checking dependencies, preparing for deployment, or when user mentions security, vulnerabilities, or audit.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Watch a pull request or review cycle until it is ready to merge. Use when asked to babysit, monitor, or keep checking PR comments, reviews, and CI until all actionable issues are resolved.

Idioma do texto original: inglês

atualizado
ocupação
Administradores de redes e sistemas de computador
descrição

Set up or check claude-mem cloud sync with cmem.ai Pro. Use when the user says "set up cloud sync", "sync my memories", "cmem pro", "cloud backup", "sync status", or wants their memory database backed up or synced to their cmem.ai account.

Idioma do texto original: inglês

atualizado
ocupação
Designers gráficos
descrição

Audit a design against Dieter Rams' ten "Good design is..." principles, then hand off a /make-plan prompt for one of three outcomes — new design, refine design, or redesign. Use when the user says "audit this design", "design review", "check this UI against…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Execute a phased implementation plan using subagents. Use when asked to execute, run, or carry out a plan — especially one created by make-plan.

Idioma do texto original: inglês

atualizado
ocupação
Redatores técnicos
descrição

Explain how claude-mem captures observations, when memory injection kicks in, and where data lives. Use when the user asks "how does claude-mem work?" or "what is this thing doing?".

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Build and query AI-powered knowledge bases from claude-mem observations. Use when users want to create focused "brains" from their observation history, ask questions about past work patterns, or compile expertise on specific topics.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Prime a codebase by reading every source file in full. Use when starting work on a new or unfamiliar project, or when the user asks to "learn the codebase", "read the codebase", "prime", or "get up to speed".

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Create a detailed, phased implementation plan with documentation discovery. Use when asked to plan a feature, task, or multi-step implementation — especially before executing with do.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Search claude-mem's persistent cross-session memory database. Use when user asks "did we already solve this?", "how did we do X last time?", or needs work from previous sessions.

Idioma do texto original: inglês

atualizado
ocupação
Outras ocupações de informática
descrição

Interactively create, install, activate, and verify custom claude-mem modes, including domain-specific observation types, concept tags, optional Telegram alerts, bot setup, worker restart, and startup-context verification. Use this whenever someone asks to…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Cluster a GitHub issue backlog by root cause into a small set of plan-master issues, redirect children with a standardized comment, and bundle architectural-fix PRs that close clusters atomically. Use when an issue tracker has accumulated dozens of reports…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Map a codebase into feature-grouped flowcharts, identify duplicated concerns across features, and propose a unified architecture. Use when asked to "find the ideal path," unify duplicated systems, or audit architecture before a refactor. Emits a proposed…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Token-optimized structural code search using tree-sitter AST parsing. Use instead of reading full files when you need to understand code structure, find functions, or explore a codebase efficiently.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Facilitate a read-only standup across git worktrees, branches, or PRs to compare changes and produce one consolidation plan.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Generate a "Journey Into [Project]" narrative report analyzing a project's entire development history from claude-mem's timeline. Use when asked for a timeline report, project history analysis, development journey, or full project report.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Automated semantic versioning and release workflow for Claude Code plugins. Handles version increments across package.json, marketplace.json, plugin.json manifests, build verification, git tagging, GitHub releases, and changelog generation. NPM publishing (so…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Generate a serial week-by-week narrative digest of a project's full claude-mem timeline. Splits the timeline into per-ISO-week files, then runs one consecutive subagent per week — each receiving the prior week's carry-forward block — to produce one chapter…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

What the? Use when the user wants a plain-English breakdown of something technical — the who, what, where, why, and when.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Turn one document into a kawaii NotebookLM slide-deck PDF. Use for "wowerpoint this", "make a deck about <file>", "turn this report into slides", or any request to render a single document as shareable narrative slides.

Idioma do texto original: inglês

atualizado
ocupação
Arquitetos de banco de dados
descrição

Comprehensive PostGIS spatial table design reference covering geometry types, coordinate systems, spatial indexing, and performance patterns for location-based applications

Idioma do texto original: inglês

atualizado
ocupação
Arquitetos de banco de dados
descrição

Use this skill for general PostgreSQL table design. **Trigger when user asks to:** - Design PostgreSQL tables, schemas, or data models when creating new tables and when modifying existing ones. - Choose data types, constraints, or indexes for PostgreSQL -…

Idioma do texto original: inglês

atualizado
ocupação
Arquitetos de banco de dados
descrição

Use this skill to analyze an existing PostgreSQL database and identify which tables should be converted to Timescale/TimescaleDB hypertables. **Trigger when user asks to:** - Analyze database tables for hypertable conversion potential - Identify time-series…

Idioma do texto original: inglês

atualizado
ocupação
Administradores de redes e sistemas de computador
descrição

Use this skill for persistent PostgreSQL storage in agent workflows — spin up databases on demand, test schema migrations safely on forks, and pass databases as assets between agents using Ghost. **Trigger when user asks to:** - Create a new PostgreSQL…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Use this skill to migrate identified PostgreSQL tables to Timescale/TimescaleDB hypertables with optimal configuration and validation. **Trigger when user asks to:** - Migrate or convert PostgreSQL tables to hypertables - Execute hypertable migration with…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Use this skill for setting up vector similarity search with pgvector for AI/ML embeddings, RAG applications, or semantic search. **Trigger when user asks to:** - Store or search vector embeddings in PostgreSQL - Set up semantic search, similarity search, or…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Use this skill for planning, testing, and safely executing PostgreSQL schema migrations — especially when working with production data or shared databases. **Trigger when user asks to:** - Test a schema migration before applying it to production - Add,…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Use this skill to implement hybrid search combining BM25 keyword search with semantic vector search using Reciprocal Rank Fusion (RRF). **Trigger when user asks to:** - Combine keyword and semantic search - Implement hybrid search or multi-modal retrieval -…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Use this skill for any PostgreSQL database work — table design, indexing, data types, constraints, extensions (pgvector, PostGIS, TimescaleDB), search, and migrations. **Trigger when user asks to:** - Design or modify PostgreSQL tables, schemas, or data…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Use this skill when creating database schemas or tables for Timescale, TimescaleDB, TigerData, or Tiger Cloud, especially for time-series, IoT, metrics, events, or log data. Use this to improve the performance of any insert-heavy table. **Trigger when user…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

**WORKFLOW SKILL** — Deploy Aspire apps from AppHost models to Docker Compose, Kubernetes, Azure, or AWS. WHEN: "deploy Aspire app", "publish Aspire artifacts", "deploy to Azure Container Apps", "generate Kubernetes artifacts", "tear down Aspire deployment".…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

**WORKFLOW SKILL** - First-run flow for adding Aspire to a repo. Picks `aspire new` (greenfield) or `aspire init` (existing repo), drops the AppHost skeleton, then hands off to `aspireify` for resource wiring. USE FOR: aspire init, aspire new, aspire-starter,…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

**ANALYSIS SKILL** - Observe Aspire apps: logs, traces, metrics, resource state, telemetry export, browser telemetry, and the standalone dashboard. Routes between local Aspire CLI, AKS workload diagnostics, and deployed Azure resource health. USE FOR: aspire…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

**WORKFLOW SKILL** — Manage Aspire AppHost lifecycle and recover from file locks, port conflicts, and orphaned processes. WHEN: "start my Aspire app", "aspire start", "aspire stop", "aspire wait", "restart the API service", "file lock error", "MSB3491",…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

**WORKFLOW SKILL** - Top-level router for Aspire 13.4 distributed apps. Detects the AppHost, enforces safety guardrails, and routes to the right sub-skill. USE FOR: Aspire AppHost detected, aspire CLI, distributed app, cloud-native .NET, aspire start, aspire…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

How to style Blazor + FluentUI components in this repo without Tailwind. The "isolation-first hybrid" convention — CSS isolation by default, global design tokens, and two documented exceptions for FluentUI shadow-DOM and light-DOM children. Use when authoring…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores web
descrição

How to structure Blazor app chrome with the "empty layout + cascaded page-component shell" pattern — keep LayoutComponentBase empty and put header/nav/content/aside/footer in ONE shell component that pages wrap their content in and that cascades itself. Use…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Query .NET APIs across NuGet packages, platform libraries, and local files. Search for types, list API surfaces, compare and diff versions, find extension methods and implementors. Use whenever you need to answer questions about .NET library contents.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Add GetMockResponseFactory to API contracts and register factories in the SPA mock API service.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Automate browser interactions, test web pages and work with Playwright tests.

Idioma do texto original: inglês

atualizado
Mostrando 40 de 5.252 skills coletadas.