Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

pdf2skills

pdf2skills contém 23 skills coletadas de kitchen-engineer42, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
23
Stars
124
atualizado
2026-01-27
Forks
33
Cobertura ocupacional
2 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

pdf
Editores de desktop

Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.

2026-01-27
class-organization-and-layout
Desenvolvedores de software

Organize class members in standard order, separate classes with blank lines, and maintain one-class-per-file structure. Use when designing class interfaces, implementing classes, organizing project files, or establishing OOP coding standards.

2026-01-22
code-commenting-checklists
Desenvolvedores de software

Use specific checklists to ensure comprehensive and high-quality code commenting for general code, data declarations, and program structures. Apply when writing new code, reviewing existing code, or conducting code reviews to ensure completeness and quality of documentation.

2026-01-22
code-commenting-strategy
Desenvolvedores de software

Apply strategic approaches to code commenting including when to comment, optimal comment density, performance considerations, and integration with development workflow. Use when establishing commenting standards, addressing performance concerns, implementing Pseudocode Programming Process (PPP), or determining appropriate comment frequency.

2026-01-22
code-layout-evaluation-principles
Desenvolvedores de software

Evaluate code layout quality based on accuracy, consistency, readability, and maintainability rather than aesthetics. Use when establishing coding standards, reviewing code formatting, or making decisions about layout conventions.

2026-01-22
comment-layout-and-formatting
Desenvolvedores de software

Apply proper indentation and spacing rules to code comments to enhance readability and maintain code visual structure. Use when writing or formatting comments within code blocks, or when establishing code style guidelines.

2026-01-22
complex-conditional-refactoring
Desenvolvedores de software

Refactor complex case statements and deeply nested code using appropriate strategies. Use this skill when you identify complex conditional logic, excessive nesting levels, or unwieldy case statements that need simplification.

2026-01-22
control-structure-optimization
Desenvolvedores de software

Provides a systematic checklist for optimizing control structures (loops, conditionals, control flow) to create self-documenting, maintainable code. Use this skill when writing new control logic, refactoring existing code, or conducting code reviews to minimize complexity and improve readability.

2026-01-22
cpp-pointer-safety-management
Desenvolvedores de software

Comprehensive guidelines for safe pointer management in C/C++ code. Use when working with pointer variables, dynamic memory allocation, or any code involving pointer operations to prevent memory leaks, memory corruption, and dangling pointers.

2026-01-22
effective-commenting-strategies
Desenvolvedores de software

Use this skill when writing, reviewing, or maintaining code comments. Apply these strategies to ensure comments explain intent rather than repeat code, use maintainable styles, and follow density guidelines. This skill covers comment types, style best practices, and performance considerations.

2026-01-22
file-organization-and-structure
Desenvolvedores de software

Organize routines within files using blank line separation, consider alphabetical ordering when appropriate, and follow C++ standard file structure. Use when organizing source files, when language doesn't support class-based organization, or when editor navigation is limited.

2026-01-22
integrate-comments-into-development-workflow
Desenvolvedores de software

A workflow for writing code comments concurrently with development to ensure accuracy and reduce rework. Use when actively coding, planning development tasks, or addressing code maintainability in ongoing software projects.

2026-01-22
intellectual-honesty-in-development
Desenvolvedores de software

Apply intellectual honesty principles when debugging errors, reporting project status, and providing time estimates. Use this skill when encountering compiler warnings, preparing progress reports, or negotiating project timelines with management.

2026-01-22
numeric-data-processing-standards
Desenvolvedores de software

Provides comprehensive guidelines for handling numeric data in code, including data type selection, magic number avoidance, type conversions, and boundary checks. Use this skill when writing or reviewing code that involves numeric variables, constants, calculations, or comparisons to prevent type errors, overflow, and runtime exceptions.

2026-01-22
programmer-professional-development
Desenvolvedores de software

Apply practices for continuous professional growth including intellectual humility, experimental learning, reading strategies, and career progression. Use when improving programming skills, learning new technologies, planning career development, or establishing personal development plans.

2026-01-22
pseudocode-programming-process
Desenvolvedores de software

Use this skill when implementing complex logic, developing functions, or designing algorithms. The Pseudocode Programming Process (PPP) helps you write better code by first creating a skeleton of high-level pseudocode comments before writing actual implementation code.

2026-01-22
routine-layout-and-structure
Desenvolvedores de software

Format routine parameters using standard indentation and organize routine internal structure with blank lines. Use when defining functions with multi-line parameters, writing routine implementations, or establishing coding standards for function formatting.

2026-01-22
routine-parameter-design
Desenvolvedores de software

Design and optimize function/method parameter lists when defining or refactoring API interfaces, method signatures, or function parameters. Apply best practices for parameter count, ordering, pass mechanisms, and documentation to create clear, efficient, and maintainable interfaces.

2026-01-22
self-documenting-code-checklists
Desenvolvedores de software

Use this skill when writing, reviewing, or refactoring code to ensure it is self-documenting. Apply these checklists to routines, data naming, data organization, and overall code layout to improve code clarity and maintainability without relying on comments.

2026-01-22
self-documenting-code-practices
Desenvolvedores de software

Apply self-documenting code practices through good programming style and evaluate class design for abstraction quality. Use when writing code, conducting code reviews, designing class interfaces, or establishing documentation standards.

2026-01-22
software-engineering-standards-reference
Desenvolvedores de software

Use this skill when you need to reference, cite, or apply software engineering standards. This skill provides the IEEE/ISO standard naming convention and categorized lists of standards for software development, quality assurance, and project management.

2026-01-22
software-engineering-standards
Desenvolvedores de software

Reference and apply IEEE, ISO/IEC, and other software engineering standards for development, quality assurance, and project management. Use when selecting standards for specific activities, formatting standard references, establishing project frameworks, or creating documentation templates.

2026-01-22
sourceforge-code-learning
Desenvolvedores de software

Access and study real-world production code examples from SourceForge. Use this skill when you need to see larger, practical code examples beyond textbook snippets, especially for learning good and bad coding practices in various programming languages.

2026-01-22