Skip to main content
Run any Skill in Manus
with one click
GitHub repository

work-tracker

work-tracker contains 59 collected skills from ivegamsft, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
59
Stars
0
updated
2026-05-05
Forks
0
Occupation coverage
10 occupation categories · 100% classified
repository explorer

Skills in this repository

agent-design
software-developers

Use when designing Copilot agents, authoring agent definitions, creating skill folders, or scaffolding instruction files. Provides templates and conventions for the agent ecosystem.

2026-05-05
api-design
software-developers

Use when designing, reviewing, or evolving API contracts. Provides OpenAPI templates, breaking-change checklists, versioning decision trees, and governance checklists.

2026-05-05
api-security
information-security-analysts

API authentication, authorization, input validation, rate limiting, and protection patterns

2026-05-05
app-inventory
software-developers

Scan legacy applications to discover project structure, NuGet/npm dependencies, database connection strings, external service bindings, framework versions, and migration complexity scores. Produces structured JSON, YAML, or Markdown inventory reports.

2026-05-05
architecture
software-developers

Use when designing systems, recording architecture decisions, evaluating technologies, or assessing architectural risks. Provides C4 diagram templates, ADR format, technology selection matrices, and risk registers.

2026-05-05
azure-container-apps
network-and-computer-systems-administrators

Deploy, scale, and manage containerized applications on Azure Container Apps with Dapr, revision management, and advanced networking

2026-05-05
azure-devops-rest
software-developers

Azure DevOps REST API patterns — authentication, scopes, pagination, throttling, and endpoint taxonomy for work items, pipelines, repos, and artifacts.

2026-05-05
azure-identity
information-security-analysts

Use when designing Azure identity architectures — RBAC role assignments, managed identities, Entra ID app registrations, conditional access policies, or workload identity federation for CI/CD. Covers zero trust patterns, PIM, and GitHub OIDC.

2026-05-05
azure-landing-zone
software-developers

Use when designing or scaffolding Azure enterprise-scale landing zones (ESLZ) following the Cloud Adoption Framework. Provides IaC templates for management groups, hub networking, policy assignments, and landing zone vending.

2026-05-05
azure-networking
computer-network-architects

Use when designing Azure networking architectures: hub-spoke VNet topologies, private endpoints, Private DNS zones, NSG rules, Azure Firewall policies, and route tables for hybrid or multi-region connectivity.

2026-05-05
azure-policy
software-developers

Use when authoring custom Azure Policy definitions, bundling initiatives, designing DeployIfNotExists remediation tasks, generating KQL compliance dashboard queries, or mapping policies to regulatory frameworks (CIS, NIST 800-53, ISO 27001). Covers policy-as-code authoring, parameter design, initiative composition, and compliance reporting.

2026-05-05
azure-waf-review
software-developers

Use when performing an Azure Well-Architected Framework (WAF) assessment against a workload, IaC templates, or architecture description. Covers all five pillars: Reliability, Security, Cost Optimization, Operational Excellence, and Performance Efficiency. Produces scored assessments, prioritized findings, and Bicep/Terraform remediation snippets.

2026-05-05
backend-dev
software-developers

Use when implementing APIs, service layers, or data access patterns. Provides API spec templates, service scaffolds, error catalog structure, and repository pattern boilerplate.

2026-05-05
basecoat
software-developers

Single entry point for 28+ agents across 6 disciplines—discover or delegate across Development, Architecture, Quality, DevOps, Process, and Meta

2026-05-05
code-review
software-quality-assurance-analysts-and-testers

Use when reviewing code, pull requests, or diffs. Covers best practices for risk-focused review, severity ordering, and identifying missing tests or regressions.

2026-05-05
contract-testing
software-quality-assurance-analysts-and-testers

Consumer-driven contracts, Pact, E2E testing, mutation testing, and integration test orchestration

2026-05-05
copilot-cli-usage-analytics
software-developers

Copilot CLI usage analytics skill. Trigger: 'Copilot CLI usage', 'session cost', 'model dispatch breakdown', 'Copilot CLI cost', 'Copilot CLI analytics'.

2026-05-05
copilot-usage-analytics
software-developers

Use when estimating per-session Copilot CLI cost, analyzing model-routing efficiency, tracking agent dispatch patterns, or documenting which GitHub Copilot usage APIs exist. Covers session cost estimation, model selection recommendations, and API landscape mapping.

2026-05-05
cqrs-event-sourcing
software-developers

CQRS (Command Query Responsibility Segregation) and Event Sourcing patterns for scalable, auditable, distributed systems. Covers command execution, event storage, read model synchronization, eventual consistency, and event replay.

2026-05-05
create-instruction
software-developers

Use when creating a new instruction file for a domain, language, or workflow. Covers frontmatter, applyTo patterns, naming, and writing practical guardrails.

2026-05-05
create-skill
software-developers

Use when creating a new reusable skill for instructions, workflows, or domain guidance. Covers folder layout, frontmatter, discovery language, templates, and validation steps.

2026-05-05
data-tier
database-architects

Use when designing schemas, writing migrations, reviewing queries, or establishing data access patterns. Provides schema design, migration, query review, and data dictionary templates.

2026-05-05
database-migration
database-architects

Zero-downtime database migration patterns, blue-green deployments, rollback strategies, and schema versioning for production systems

2026-05-05
dev-containers
software-developers

VS Code Dev Containers for reproducible development environments. Covers devcontainer.json configuration, Docker image selection, feature references, VS Code extensions in containers, GitHub Codespaces setup, and environment reproducibility.

2026-05-05
devops
software-developers

Use when designing CI/CD pipelines, writing IaC templates, planning deployments, or setting up observability. Provides workflow templates, deployment checklists, rollback runbooks, and environment promotion guides.

2026-05-05
documentation
technical-writers

Use when writing or improving technical documentation, READMEs, ADRs, runbooks, or implementing docs-as-code practices. Provides templates for common documentation types.

2026-05-05
domain-driven-design
software-developers

Event sourcing, aggregate patterns, bounded contexts, CQRS implementation, and distributed systems patterns

2026-05-05
dotnet-modernization
software-developers

Structured guidance for .NET modernization from assessment through execution.

2026-05-05
e2e-testing
software-quality-assurance-analysts-and-testers

Production E2E testing patterns with Playwright and Cypress, flakiness prevention, cross-browser matrices, accessibility testing, and CI/CD integration

2026-05-05
electron-apps
software-developers

Build secure, production-ready Electron desktop applications with best practices for IPC, CSP, state management, testing, packaging, and auto-updates.

2026-05-05
entity-framework-migration
software-developers

Guidance for migrating Entity Framework legacy codebases to modern EF Core patterns.

2026-05-05
environment-bootstrap
software-developers

Automated setup for OIDC federation, state storage, Key Vault, and environment promotion in Azure CI/CD pipelines. Now includes Fabric workspace service principal access automation.

2026-05-05
frontend-dev
software-developers

Use when building UI components, implementing responsive layouts, auditing accessibility, or designing state management. Provides component spec, accessibility checklist, and state management templates.

2026-05-05
github-security-posture
information-security-analysts

Audit GitHub org and repo security settings with traffic-light scoring and remediation guidance. Covers code security configs, rulesets, secret scanning, push protection, Dependabot alerts, branch protection, and CODEOWNERS.

2026-05-05
gitops
software-developers

GitOps fundamentals, Flux/ArgoCD workflows, desired-state reconciliation, multi-cluster topology, and secrets management patterns

2026-05-05
ha-resilience
software-developers

Multi-AZ/region architectures, circuit breakers, retries, chaos testing, and SRE practices

2026-05-05
handoff
project-management-specialists

Use when ending a session, rotating context, or transferring work to another agent. Provides structured handoff templates that preserve both reasoning and mechanical state.

2026-05-05
human-in-the-loop
project-management-specialists

Patterns for incorporating human judgment into agent workflows — confirmation gates, escalation triggers, approval workflows, and graceful degradation when human input is unavailable.

2026-05-05
identity-migration
software-developers

Migrate legacy authentication to ASP.NET Core Identity with Entra ID integration, claims-based authentication, and role/password management

2026-05-05
manual-test-strategy
project-management-specialists

Use when defining where human judgment is still required, how exploratory work is captured, and which repeated checks should graduate into automation. Provides templates for decision rubrics, exploratory charters, regression checklists, and defect evidence.

2026-05-05
Showing top 40 of 59 collected skills in this repository.