Skip to main content

Skills in diesem Repository

hpsgd/turtlestack - Seite 4

SkillsMP hat 228 Skills aus hpsgd/turtlestack gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.

hpsgd/turtlestack

Es werden 40 von 228 gesammelten Skills angezeigt.

Beruf
Softwareentwickler
Beschreibung

Assess the credibility and reliability of a publication, website, or individual source. Writes a conforming report (per report-conventions) to <engagement_dir>/source-credibility/<source-slug>.md. Covers ownership, funding, editorial standards, track record,…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Estimate the size of a market using top-down and bottom-up methods with explicit methodology. Writes a conforming report (per report-conventions) to <engagement_dir>/market-sizing/<market-slug>.md. Use when you need a defensible TAM/SAM/SOM figure for a…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Map the competitive landscape for a market or product space: identify competitors, compare on key dimensions, and surface strategic moves. Writes a conforming report (per report-conventions) to <engagement_dir>/competitive-analysis/<market-slug>.md. Includes…

Quellsprache: Englisch

Aktualisiert
Beruf
Finanz- und Investitionsanalysten
Beschreibung

Research a company from public sources: overview, products, team, financials, recent news, and strategic direction. Writes a conforming report (per report-conventions) to <engagement_dir>/company-lookup/<company-slug>.md. Covers AU/NZ sources (ASIC, ABN, NZ…

Quellsprache: Englisch

Aktualisiert
Beruf
Projektmanagementspezialisten
Beschreibung

Write or resume a session handoff doc. Use when ending a session with in-flight work that another session will pick up, or starting a session to continue prior work. Captures state explicitly so the next session doesn't have to reconstruct it from chat…

Quellsprache: Englisch

Aktualisiert
Beruf
Projektmanagementspezialisten
Beschreibung

Synthesise the preceding session discussion into a structured meeting agenda — high-level summary, categorised topics, and specific items per topic. Defaults to writing under `docs/meetings/<YYYY-MM-DD>-<slug>/agenda.md`. Pair with…

Quellsprache: Englisch

Aktualisiert
Beruf
Projektmanagementspezialisten
Beschreibung

Expand a meeting agenda into a structured Q-and-A document — talking points, questions, and capture space for responses per item. The output mirrors the agenda structure and is the foundation for a printable note-taking PDF (e.g. for Remarkable Paper Pro).…

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Review Python code against team conventions — type safety, data modelling, testing, linting, configuration, and code structure. Auto-invoked when reviewing .py files.

Quellsprache: Englisch

Aktualisiert
Beruf
Webentwickler
Beschreibung

Audit a React/Next.js application or component for performance issues — bundle size, rendering, Core Web Vitals.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Write a Wolverine HTTP endpoint with pre-conditions, handler, and tests.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Write a Wolverine command handler with aggregate loading and cascading messages.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Design a load test plan — define scenarios, configure realistic load patterns, script tests, and define success criteria.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Define a test strategy for a feature, service, or system. Determines what to test, at what level, with what tools, and what quality gates to enforce.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Decompose a request into Identifiable, Specific, Verifiable Criteria before executing. Use at the start of any non-trivial task to ensure nothing is missed.

Quellsprache: Englisch

Aktualisiert
Beruf
Marktforschungsanalysten und Marketingspezialisten
Beschreibung

Plan expansion revenue for a healthy customer — identify signals, frame as enablement, and design an expansion approach.

Quellsprache: Englisch

Aktualisiert
Beruf
Marktforschungsanalysten und Marketingspezialisten
Beschreibung

Assess customer health across product adoption, engagement, relationship, value realisation, and commercial dimensions. Identify at-risk accounts and recommend interventions.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Generate API reference documentation from code, OpenAPI specs, or endpoint implementations.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Write a step-by-step integration tutorial — connecting your product with another service, framework, or platform. Produces a complete, runnable guide from prerequisites through working example.

Quellsprache: Englisch

Aktualisiert
Beruf
Netzwerk- und Computersystemadministratoren
Beschreibung

Write an operational runbook for a service, deployment, or incident response procedure.

Quellsprache: Englisch

Aktualisiert
Beruf
Projektmanagementspezialisten
Beschreibung

Review and groom a backlog — classify items by readiness, break large items into deliverables, add acceptance criteria, RICE-score, and recommend actions.

Quellsprache: Englisch

Aktualisiert
Beruf
Kundendienst-Mitarbeiter
Beschreibung

Write a knowledge base article from a resolved support issue, common question, or how-to topic.

Quellsprache: Englisch

Aktualisiert
Beruf
Web- und digitale Schnittstellendesigner
Beschreibung

Review a UI implementation against design system conventions, accessibility, consistency, responsiveness, dark mode, and component patterns.

Quellsprache: Englisch

Aktualisiert
Beruf
Web- und digitale Schnittstellendesigner
Beschreibung

Create or audit a design token set — colour, spacing, typography, and other foundational design values. Produces a structured token specification with semantic naming and usage guidance. Use when establishing a design system or auditing token consistency.

Quellsprache: Englisch

Aktualisiert
Beruf
Technische Redakteure
Beschreibung

Define a documentation content strategy using the Diataxis framework — map existing content, identify gaps across tutorials/how-to/reference/explanation quadrants, and plan content creation. Use when establishing or auditing a documentation practice.

Quellsprache: Englisch

Aktualisiert
Beruf
Technische Redakteure
Beschreibung

Write onboarding content — welcome flow, getting-started guide, or first-run experience. Optimised for time-to-first-value. Use when creating new user onboarding or improving activation rates.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Review .NET / C# code against team conventions — messaging architecture, API design, testing, dependency management, and analyser compliance. Auto-invoked when reviewing .cs files.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Review code changes against general quality and writing style standards — cross-cutting concerns that apply to every language and file type. Auto-invoked during code review.

Quellsprache: Englisch

Aktualisiert
Beruf
Netzwerk- und Computersystemadministratoren
Beschreibung

Write a CI/CD pipeline configuration — build, test, lint, deploy stages.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Audit an agent definition against the standard template. Reports structural gaps with specific evidence for each finding.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwareentwickler
Beschreibung

Audit Claude Code settings.json files for overly broad permissions, overlapping rules, and cross-file redundancy. Produces a reconciled config.

Quellsprache: Englisch

Aktualisiert
Beruf
Groß- und Industrievertriebsmitarbeiter (außer technische Produkte)
Beschreibung

Write a competitive battle card — a one-page sales reference for a specific competitor. Produces a concise card with win/lose analysis, objection handling, and proof points. Use when sales needs a quick reference for competitive deals.

Quellsprache: Englisch

Aktualisiert
Beruf
Grafikdesigner
Beschreibung

Write a comprehensive component specification — purpose, props API, all states, responsive behaviour, accessibility requirements, and usage examples.

Quellsprache: Englisch

Aktualisiert
Beruf
Netzwerk- und Computersystemadministratoren
Beschreibung

Create a capacity plan — analyse current load, project growth, calculate headroom, and recommend scaling actions.

Quellsprache: Englisch

Aktualisiert
Beruf
Softwarequalitätssicherungsanalysten und -tester
Beschreibung

Apply writing style and tone guidelines when creating or reviewing documentation, commit messages, PR descriptions, error messages, or user-facing text. Produces specific rewrites for every violation found.

Quellsprache: Englisch

Aktualisiert
Beruf
Marktforschungsanalysten und Marketingspezialisten
Beschreibung

Research and analyse competitors — strengths, weaknesses, positioning, and differentiation opportunities.

Quellsprache: Englisch

Aktualisiert
Beruf
Projektmanagementspezialisten
Beschreibung

Create a launch plan checklist for a product or feature release.

Quellsprache: Englisch

Aktualisiert
Beruf
Marktforschungsanalysten und Marketingspezialisten
Beschreibung

Define product positioning using the April Dunford framework — competitive alternatives, unique attributes, value, target customer, market category.

Quellsprache: Englisch

Aktualisiert
Beruf
Informationssicherheitsanalysten
Beschreibung

Passive reconnaissance on a target domain or organisation using open-source intelligence. Maps the attack surface from publicly available sources only. Use at the start of a penetration test or security assessment to understand what's exposed before active…

Quellsprache: Englisch

Aktualisiert
Beruf
Informationssicherheitsanalysten
Beschreibung

Structured web application security assessment following OWASP methodology. Covers authentication, authorisation, input validation, session management, API security, and security headers. Use during penetration testing or security reviews of web applications.

Quellsprache: Englisch

Aktualisiert
Beruf
Compliance-Beauftragter
Beschreibung

Review AI/ML features for governance compliance — risk classification, bias assessment, transparency, and guardrail verification.

Quellsprache: Englisch

Aktualisiert
Es werden 40 von 228 gesammelten Skills angezeigt.