SkillAgentSearch skills...

fastcoref

- No module or function docstrings - No lazy, inline, or nested imports — all imports must be top-level at the top of the file - All functions must be top-level - No general exception handling or silent bug swallowing — only catch exceptions you know how to handle properly - No global or nonlocal va…

Install / Use

npx skills add shon-otmazgin/fastcoref

Installs into whichever agent you are using.

About this skill
📦

Amazon Q Rules

Amazon Q Developer rules

Quality Score

31/100

Supported Platforms

Amazon Q

Coding Rules

  • No module or function docstrings
  • No lazy, inline, or nested imports — all imports must be top-level at the top of the file
  • All functions must be top-level
  • No general exception handling or silent bug swallowing — only catch exceptions you know how to handle properly
  • No global or nonlocal variables
  • No nested, local, or inline functions — all functions must be defined at module top level

Related Skills

View on GitHub
GitHub Stars0
CategoryDevelopment
UpdatedNaNy ago
Forks0

Security Score

68/100

Audited on Invalid Date

2 medium1 low