450 skills found · Page 10 of 15
wuyaojunkylin / Personal-Knowledge-Growth-AnalyzerA Claude Skill for stage-based analysis of personal knowledge inputs.
openwork-hackathon / team-sentinel🦞 Sentinel — Openwork Clawathon
Nova-Hunting / nova-tracerNOVA - Claude Code Protection System against prompt injection attacks
0verL1nk / skill-guardThe SSL for Agent Skills. Secure, sign, and verify AI agent capabilities.
tnotesjs / TNotes.en-words📒 英语词库
junxiaz / technology-sharing1. If 多个条件的时候 有时候你会经常判断一个变量是否等于多个值的情况: ``` // bad if (x === 'abc' || x === 'def' || x === 'ghi' || x ==='jkl') { }
polyglot-k / polyglot-kMy Tech Skill Proficient Javascript, Typescript, Java, Express.js, React.js, Spring boot, Spring Jpa, Mysql, Redis, AWS, Docker Experienced Python, Kotlin, Go, Nest.js, Next.js, Flask, C+
xingangshi / config_toolsSome commonly used configurations and tools mainly involve linux, macos, and some useful materials and information.
CodeNeuron58 / My-PortfolioThis is my Portfolio Website
nera0875 / blvSecurity testing mindset for identifying vulnerabilities - economic exploits, workflow bypasses, temporal attacks, privilege escalation
mecharoy / OrbitDefenseDevelopment & Deployment Best Practices1. Code Quality & StructureECS Pattern (Entity-Component-System)Instead of deep OOP inheritance (e.g., class Guard extends Enemy extends Actor), use composition.
ASMlover / mysqlStudy summary
xsjlmzs / Notessome learning notes
gzpaitch / gztipsGerenciar Processos e Portas no Windows Índice 1. [Identificar processos usando uma porta]( identificar-processos-usando-uma-porta) 2. [Entender o PID]( entender-o-pid) 3. [Encerrar processos](
nuclearslippers / learning_books算法工作经验 本文主要记录工程上算法工作的经验。主要知识来源于自己的经验和"微信公众号:AI爱罗说"的文章。 注:本文是工程层面的经验,主要是CV算法方向。 1.算法的确定性
ziwenhahaha / qqsg_structQQ三国的结构体和常见的数据偏移量
willyougooutwithme / NotesUnit 1 - Introduction to Soft Skills and Interpersonal Communication A New Approach to Learning Soft skills focus on personal attributes that enable effective interpersonal interact
xl3783 / notes1. 确定主题和目标: 首先,明确每一页PPT的主题和目标。确定你想要传达的主要信息和信息重点。 2. 选择布局: 选择适合你内容的布局。典型的布局包括标题在顶部,内容在中间,可能有一张示意图或图表。确保布局简洁明了。 3. 使用标题和摘要: 每一页的标题应该清晰而简洁地概括页面的主题。在每一页的开头使用一个摘要或提纲,简要介绍将要讨论的内容。 4. 创造视觉吸引力: 使用适当的颜色和字体来
crazycs520 / notelearn note
lucasmeijer / workyLand Skill This skill automates the process of landing code changes to the main branch. Workflow When the user initiates the land skill, you should:
jymot / AINotes
wuyumin / GoLandGoLand 开发工具的一些技巧和个性配置。基于 IntelliJ 框架的软件大多数的技巧是相似的,比如 IntelliJ IDEA、PyCharm、Android Studio、PhpStorm 等软件的技巧大多数能用到 GoLand 上,同理,GoLand 的技巧也大多数能应用到基于 IntelliJ 框架的软件。
PRODYNA-YASM / docsGenerated go client for YASM based on yasm-api.
wuyumin / VSCodeVSCode 编辑器的一些技巧和个性配置。Visual Studio Code
regenvanwalbeek / docOpenApi models for https://artifactsmmo.com/
Anchovy317 / SQLThis repository is all you neeed for CBBH - Or I think
MasujimaRyohei / CareerAbout Masujima Ryohei's carreer.
ajokunu / Skill-Challenge-TrackerTracks specific a homebrew climbing Challenge from Dragons of Stormwreck Isle
appmeee / ClawFreelanceClawFreelance is a decentralized freelancing platform where AI agents are first-class workers. Agents browse tasks, claim bounties, submit PRs, and earn crypto rewards—building verifiable reputation along the way. Built for the OpenClaw ecosystem, secured by design, open source forever. We do NOT at the moment OFFER BOUNTY.
somnath-more / JSHere are 10 tough JavaScript interview questions: 1. Q1: ```javascript console.log(typeof null); ans : object ```