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

trader-pro

trader-pro contains 74 collected skills from faroukBakari, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
74
Stars
5
updated
2026-02-24
Forks
2
Occupation coverage
11 occupation categories · 100% classified
repository explorer

Skills in this repository

learn-api
software-developers

External API evaluation and MCP server wrapper generation. Load when integrating a REST/GraphQL API as a workspace tool

2026-02-24
provider-development
software-developers

Capability-based provider system patterns. Load when creating providers or wiring module-provider integration

2026-02-24
ws-development
software-developers

Full-stack WebSocket subscription development. Load when adding WS routes, topic services, or debugging WS data flows

2026-02-24
fix-backend-type-errors
software-developers

Systematic Python type error resolution (mypy/pyright). Load when fixing backend type check failures

2026-02-18
python-typing-patterns
software-developers

Type-first Python with Pydantic, Protocol, and discriminated unions. Load when writing models or enforcing typing

2026-02-18
fix-type-errors
software-quality-assurance-analysts-and-testers

Systematic type error resolution for Python (mypy/pyright) and TypeScript (vue-tsc). Use when fixing type errors, resolving type check failures, or optimizing type imports.

2026-02-18
command-execution
software-developers

Terminal command safety, delegation routing, and guarded execution. Load when running shell commands or delegating to Bash subagents

2026-02-16
mode-readonly
software-developers

Non-destructive investigation constraints. Load when analyzing, debugging, reviewing, or performing RCA without edits

2026-02-16
prompt-interaction-design
software-developers

Structured user input gathering via ask_questions — decision flowchart, component patterns, inference heuristics. Load when facing vague instructions or designing prompts that gather user input

2026-02-16
vscode-mcp-routing
software-developers

VS Code MCP tool routing, diagnostics-driven edit loops, and IDE sub-tool reference. Load when choosing between native and MCP workspace tools or using VS Code IDE features

2026-02-16
accessibility
web-developers

WCAG 2.1 AA patterns for inclusive UI. Load when building components needing a11y, ARIA, or keyboard nav

2026-02-16
backend-testing
software-quality-assurance-analysts-and-testers

Pytest patterns for trader-pro modular backend. Load when writing, debugging, or analyzing backend test coverage

2026-02-16
code-review
software-quality-assurance-analysts-and-testers

Post-implementation review methodology with severity framework. Load when reviewing code, PRs, or auditing quality

2026-02-16
debug-hypothesis
software-developers

Hypothesis-driven debugging methodology. Use when investigating root cause, diagnosing failures, issues or problems.

2026-02-16
design-review
software-developers

Solution selection and adversarial validation. Load when proposing solutions or evaluating architecture decisions

2026-02-16
fix-frontend-type-errors
software-developers

Systematic TypeScript/Vue type error resolution (vue-tsc/ESLint). Load when fixing frontend type check failures

2026-02-16
frontend-design
software-developers

Distinctive, production-grade visual design for frontend interfaces. Load when building UI needing polished aesthetics

2026-02-16
frontend-testing
software-quality-assurance-analysts-and-testers

Vitest/Vue 3 testing patterns for trader-pro frontend. Load when writing or debugging frontend tests

2026-02-16
runtime-awareness
network-and-computer-systems-administrators

Full runtime environment inventory — platform, tools, services, paths. Load when checking tooling or capabilities

2026-02-16
test-strategy
software-quality-assurance-analysts-and-testers

Shared test methodology for backend and frontend. Load when planning test suites or evaluating coverage value

2026-02-16
tradingview-api
software-developers

TradingView Trading Terminal API patterns and type conventions. Load when implementing broker/datafeed or TV integration

2026-02-16
tradingview-bundle
software-developers

TradingView bundle maintenance and debugging. Load when debugging TV bundle issues or patching obfuscated JS

2026-02-16
typescript-contract-types
software-developers

Contract-first TypeScript types for generated clients and mapper isolation. Load when writing mappers or API types

2026-02-16
ux-design
web-and-digital-interface-designers

UX design thinking for friction reduction and cognitive load. Load when building interactive UI or auditing user flows

2026-02-16
vue-frontend
software-developers

Vue 3 Composition API + TypeScript patterns. Load when building components, composables, Pinia state, or reviewing Vue

2026-02-16
agent-create
software-developers

Create VS Code custom agents (.agent.md files) with proper YAML frontmatter, constraint craft, skill integration, and handoff design. Use when creating agents, configuring subagents, designing handoff chains, or writing effective constraints.

2026-02-15
agentic-resources
software-developers

Curated directory of online resources for discovering prompts, agents, skills, and MCP tools. Use when searching for reusable AI coding assets, evaluating skill/tool marketplaces, installing community skills, finding MCP servers, or recommending resources to users. Covers official vendor sources, community marketplaces, and CLI tooling with assessment criteria.

2026-02-15
prompt-file-design
software-developers

VS Code prompt file (.prompt.md) format specification and design principles. Use when creating prompt files, designing reusable prompts, or reviewing prompt templates.

2026-02-15
frontend
software-developers

Category glossary for frontend. Contains 5 skills: `accessibility`, `fix-frontend-type-errors`, `typescript-contract-...

2026-02-13
implementation-reasoning
software-developers

Reasoning guardrails for implementation agents — prevents design-spiral, enforces materialization checkpoints, and steers thinking toward actionable coding steps. Use when planning implementation, entering complex reasoning chains, or detecting reasoning drift away from concrete code changes.

2026-02-10
problem-decomposition
project-management-specialists

Break complex problems into tractable sub-problems with clear interfaces, dependencies, and validation. Use when a problem has multiple interacting dimensions, compounding uncertainty, or when direct attack exceeds working memory.

2026-02-10
agent-routing
software-developers

Agent delegation, subagent routing heuristics, and invocation quality standards. Use when deciding to delegate, handoff, or spawn subagents — ensures comprehensive context and accurate output descriptions for every subagent invocation.

2026-02-10
backend-testing
software-quality-assurance-analysts-and-testers

Python/pytest backend testing patterns for the trader-pro modular architecture. Use when writing backend tests, analyzing coverage, selecting fixtures, or debugging test failures. Complements test-strategy skill with pytest-specific patterns.

2026-02-10
code-review
software-quality-assurance-analysts-and-testers

Post-implementation code review methodology with severity framework and project-specific rules. Use when reviewing code changes, auditing pull requests, analyzing code quality, or performing security review.

2026-02-10
frontend-testing
software-quality-assurance-analysts-and-testers

Vitest/Vue 3 frontend testing patterns for the trader-pro architecture. Use when writing frontend tests, selecting test patterns, mocking services/WebSockets, or analyzing frontend coverage. Complements test-strategy skill with Vitest-specific patterns.

2026-02-10
context-budget
software-developers

Large data volume handling — detection triggers, delegation protocols, and convergence gates for files, diffs, search results, and command output. Use when processing >200-line files, large git diffs, bulk search results, or extended investigations without convergence.

2026-02-09
ia-validation
software-developers

Validation workflow for IA stack artifacts (agents, subagents, prompts, skills). Use when validating existing artifacts, checking boundary compliance, classifying artifact types, or generating structured validation reports with severity-ranked findings.

2026-02-09
request-immunity
software-developers

Request immunity patterns for user-facing agents — tier selection (T1/T2/T3), Phase 0 injection templates, and RV gate definitions. Use when creating user-facing agents, injecting request validation, or checking immunity gate compliance.

2026-02-09
stack-stability
software-developers

Change impact analysis and incremental modification protocol for interconnected agentic design stacks. Use when modifying, renaming, restructuring, or removing existing IA assets (agents, skills, subagents, prompts, templates). Prevents big-bang changes that destabilize learned system behaviors.

2026-02-09
test-strategy
software-quality-assurance-analysts-and-testers

Shared test methodology patterns for backend and frontend test agents. Use when planning test suites, decomposing test surfaces, evaluating coverage value, or structuring test validation with post-action reflexion.

2026-02-09
Showing top 40 of 74 collected skills in this repository.