Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
All authors
Alndaly avatar

Claude Skills by Alndaly

github.com/Alndaly
1 skillA× 10 installs1 views
OthersA

if(not os.path.exists(os.path.abspath('./logs'))): os.mkdir(os.path.abspath('./logs')) self.logger = logging.getLogger(logger) self.fmt=logging.Formatter('%(asctime)s - %(name)s - %(levelname)s -%(message)s ') logging.root.setLevel(logging.NOTSET) def getlog(self): ch=logging.StreamHandler() fh = logging.handlers.RotatingFileHandler(os.path.abspath('./logs/test.log'), maxBytes=20000, backupCount=5) ch.setFormatter(self.fmt) fh.setFormatter(self.fmt) ch.setLevel(logging.INFO) fh.setLevel(loggi...

toolspython
0
2
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.